Update game-world-settings.md

This commit is contained in:
Lucca Faria Ferri 2023-01-29 14:37:23 -03:00 committed by GitHub
parent 68a512cae6
commit ec74d67f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ RateDrop = 1
RateChangeDrop = 1
RateMonsterHP = 1
RateMonsterDMG = 1
ChanceHighQualityUnidentified = 30
ChanceNormalUnidentified = 5
ResurrectionCharges = 3
```
## Description
@ -26,4 +29,7 @@ RateMonsterDMG = 1
| `RateChangeDrop` | Drop quality multiplier |
| `RateMonsterHP` | Monsters HP multiplier |
| `RateMonsterDMG` | Monster damage multiplier |
| `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 |