Update game-world-settings.md

This commit is contained in:
Lucca Faria Ferri 2023-02-08 10:26:35 -03:00 committed by GitHub
parent 51c56c1047
commit b9257b3eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ ResurrectionCharges = 3
BossHealthMultiplier = 6 BossHealthMultiplier = 6
BossDamageMultiplier = 3 BossDamageMultiplier = 3
AutoSaveQuests = false AutoSaveQuests = false
NephalemRiftProgressMultiplier = 1
HealthPotionRestorePercentage = 60
HealthPotionCooldown = 30
UnlockAllWaypoints = false UnlockAllWaypoints = false
``` ```
@ -39,5 +42,8 @@ UnlockAllWaypoints = false
| `BossHealthMultiplier` | Boss Health Multiplier | | `BossHealthMultiplier` | Boss Health Multiplier |
| `BossDamageMultiplier` | Boss Damage 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. | | `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 |