From b9257b3eb59867ba0ad1ba4f0b1475841967a4ee Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Wed, 8 Feb 2023 10:26:35 -0300 Subject: [PATCH] Update game-world-settings.md --- docs/game-world-settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/game-world-settings.md b/docs/game-world-settings.md index a7bbd99..e591854 100644 --- a/docs/game-world-settings.md +++ b/docs/game-world-settings.md @@ -20,6 +20,9 @@ ResurrectionCharges = 3 BossHealthMultiplier = 6 BossDamageMultiplier = 3 AutoSaveQuests = false +NephalemRiftProgressMultiplier = 1 +HealthPotionRestorePercentage = 60 +HealthPotionCooldown = 30 UnlockAllWaypoints = false ``` @@ -39,5 +42,8 @@ UnlockAllWaypoints = false | `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 |