Merge remote-tracking branch 'origin/community' into community

This commit is contained in:
Lucca Faria Ferri 2023-01-31 14:46:36 -08:00
commit f227b01d5a
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,8 @@ ChanceHighQualityUnidentified = 30
ChanceNormalUnidentified = 5 ChanceNormalUnidentified = 5
; Amount of times user can resurrect at corpse ; Amount of times user can resurrect at corpse
ResurrectionCharges = 3 ResurrectionCharges = 3
BossHealthMultiplier = 6
BossDamageMultiplier = 3
; ------------------------ ; ------------------------
; Network address translation ; Network address translation

View File

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