Update game-world-settings.md

This commit is contained in:
Lucca Faria Ferri 2023-01-31 19:36:30 -03:00 committed by GitHub
parent 26c5fe328b
commit b36e1449bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ RateMonsterDMG = 1
ChanceHighQualityUnidentified = 30
ChanceNormalUnidentified = 5
ResurrectionCharges = 3
BossHealthMultiplier = 6
BossDamageMultiplier = 3
```
## Description
@ -32,4 +34,6 @@ ResurrectionCharges = 3
| `ChanceHighQualityUnidentified` | Percentage that a unique, legendary, set or special item created is unidentified |
| `ChanceNormalUnidentified` | Percentage that normal item created is unidentified |
| `ResurrectionCharges` | Amount of times user can resurrect at corpse |
| `BossHealthMultiplier` | Boss Health Multiplier |
| `BossDamageMultiplier` | Boss Damage Multiplier |