You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
682 B
18 lines
682 B
1 year ago
|
## [DefenseStats.h](http://192.168.0.9:3000/zoli/MMO/src/branch/main/Source/MMO/Attributes/Defense/DefenseStats.h)
|
||
|
|
||
|
### Armor
|
||
|
Reduces damage taken with the given formul stolen from league of legends
|
||
|
### DamageReduction
|
||
|
Multiplies the damage taken by a given value. Exp .5 => 100 * 0.5 = 50
|
||
|
### BlockChance
|
||
|
Chance to block an attack entirely
|
||
|
### FlatDamageReduction
|
||
|
Reduce damage taken by a flat amount
|
||
|
### CritResist
|
||
|
Reduces damage taken from ciritcal strikes
|
||
|
### Tenacity
|
||
|
Reduce the duration of crowd controll effects
|
||
|
### Shield
|
||
|
Amount of shield. (Shield is damange first instead of hp)
|
||
|
### Shield Decay Rate
|
||
|
Shield decay rate. Shield is reduced by X% of hp / 0.25s
|