From e304c1b5faf5b8f7a94b6dab19f95f07fe32c4fd Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Fri, 10 Feb 2023 02:41:19 -0300 Subject: [PATCH] Update game-world-settings.md --- docs/game-world-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index 0b19038..5604f48 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -38,6 +38,7 @@ IntelligenceMultiplier = 1 IntelligenceParagonMultiplier = 1 VitalityMultiplier = 1 VitalityParagonMultiplier = 1 +AutoSaveQuests = false ``` ## Description @@ -55,12 +56,10 @@ VitalityParagonMultiplier = 1 | `ResurrectionCharges` | Amount of times user can resurrect at corpse | | `BossHealthMultiplier` | Boss Health Multiplier | | `BossDamageMultiplier` | Boss Damage Multiplier | -| `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. | | `NephalemRiftProgressMultiplier` | Nephalem Rift Progress Modifier | | `HealthPotionRestorePercentage` | How much (from 1-100) a health potion will heal. | | `HealthPotionCooldown` | How much (in seconds) to use a health potion again. | | `UnlockAllWaypoints` | Unlocks all waypoints in campaign | -| `UnlockAllWaypoints` | Unlocks all waypoints in campaign | | `StrengthMultiplier` | Player's strength multiplier | | `StrengthMultiplier` | Player's strength multiplier **for paragons** | | `DexterityMultiplier` | Player's dexterity multiplier | @@ -69,4 +68,5 @@ VitalityParagonMultiplier = 1 | `IntelligenceParagonMultiplier` | Player's intelligence multiplier **for paragons** | | `VitalityMultiplier` | Player's vitality multiplier | | `VitalityParagonMultiplier` | Player's vitality multiplier **for paragons** | +| `AutoSaveQuests` *in tests* | Force Save Quests/Step, even if Act's quest setup marked as Saveable = FALSE. Doesn't apply to OpenWorld games. |