You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Stun, Pin, Freeze and Electrocute buildup calculations (#1378)
* Add parsing/support for buildup mechanics
Add poise from data
Add poise to ConfigOptions
* Add pin buildup
Add data table
Clean up code
* Add breakdown for buildup
Add breakdown support in CalcOffense
* Add all damage types to stun in data
* Fix Poise Threshold + Misc.lua
* Redo removed export
* Fix misc and add poise number
* Update breakdown
* Fix parsing for proj pin + remove pin damage type
* Add Bone Cage pin mods
* Undo duplicated electrocute-change
Simplify base_all_damage_can_pin
* Tree / Gear mods for builup
* Fix breakdown
* Add support for a lot of skills with buildups
* Fix Lightning damage innately affection electrocution
* Innate Melee / Phys damage Stun bonuses
* Adds support for buildup from:
Rime
Chaotic Freeze
Leap Slam
Shield Charge
Freezing Mark
* Fix Pin support not disabling Stun
* Fix Melee Damage buildup not working
* Fix Enemy Poise multiplier
The base value in MonsterVarieties is 100 so we need to take away 100 when applying it as a more multiplier
* Add stat name to config mods
* Use enemy damage taken instead of pre hit mitigation
* Fix Quality on Overwhelming Presence not affecting threshold mods
The stat was not being applied as a AuraDebuff so wasn't being properly scaled by the Aura effect quality mod
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
0 commit comments