Fix applied buffs bug, older calls to create buffs/debuffs resulted in the wrong value getting set, leading to the intensity of buffs being completely wrong. Increased fade range.
parent
7852aa7209
commit
51cbf81204
@ -0,0 +1,13 @@ |
||||
# Provide any stat name followed by its increase amount to add it to the set. Valid stat names and value examples are below: |
||||
# |
||||
# Defense = 5 # Adds 5 defense |
||||
# Health = 3 # Adds 3 Health |
||||
# Attack = 7 # Adds 7 attack |
||||
# Move Spd = 10% # Grants 10% more movement speed. |
||||
# CDR = 14% # Grants 14% cooldown reduction. |
||||
# Crit Rate = 5% # Grants 5% crit rate. |
||||
# Crit Dmg = 25% # Grants 25% bonus crit damage. |
||||
# Health % = 30% # Grants 30% Max health |
||||
# HP6 Recovery % = 4% # Grants 4% HP recovery every 6 seconds. |
||||
# HP4 Recovery % = 2% # Grants 2% HP recovery every 4 seconds. |
||||
# Damage Reduction = 2% # Grants 2% direct damage reduction |
Binary file not shown.
Loading…
Reference in new issue