Update game-world-settings.md

This commit is contained in:
Lucca Faria Ferri 2023-02-01 11:55:01 -03:00 committed by GitHub
parent 50b010b62f
commit 743146fe77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ ChanceNormalUnidentified = 5
ResurrectionCharges = 3
BossHealthMultiplier = 6
BossDamageMultiplier = 3
AutoSaveQuests = true
AutoSaveQuests = false
```
## Description
@ -37,5 +37,5 @@ AutoSaveQuests = true
| `ResurrectionCharges` | Amount of times user can resurrect at corpse |
| `BossHealthMultiplier` | Boss Health Multiplier |
| `BossDamageMultiplier` | Boss Damage Multiplier |
| `AutoSaveQuests` *in tests* | Auto 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. |