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
Fixes unsupported Thorns calculations and related support interactions (#1778)
* Add support for thorns crit and ignore armour passives
* Add thorns damage support and thorns-based support interactions
* Fix thorns ailment handling and mana scaling (modflag not yet implemented)
* Removed CannotBleed and CannotPoison from ThornsPlayer
* Added support for Stag Idol's Bonded modifier (Thorns Damage has 40% chance to ignore Enemy Armour)
* Update to use ModFlag.Thorns
Changed the calcs to use a ModFlag as it reduces the amount of extra code required
Still need to fix implementation for when Thorns damage is applied to hits
* Fix crash
* Fix Thornskin not working
* Fix Quill Burst thorns damage calculation
* Fix Quill Burst support so it won't be overwritten when re-exporting skills data
* Support for Crackling Barrier support
* Support for thorns damage from Scavenged Plating
* Fix Quill Burst damage calculation more/better?
* Fix thorns damage calculation to consider thorns-flagged skills
* Add basic Barbs support, make Thorns skill unsupportable, remove some unused code
* Fix issue
Add back logic to hide thorns skill unless you have base damage in your build
Fix calc offence logic and remove extra lines
* Fix thorns mod finding logic
* Fix Blistering Bond test
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Co-authored-by: DragoonWraith (github: krryan) <dragoonwraith@gmail.com>
Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
description = "While active, uses fragments of armour scavenged from enemies to bolster your own. Fully Breaking an enemy's Armour grants you stacks of Scavenged Plating for a duration based on the enemy's rarity, and you gain Armour and Thorns per stack. Normal enemies grant 1 stack, Magic enemies grant 2 stacks, Rare enemies grant 5 stacks and Unique enemies grant 10 stacks.",
description="Supports Warcry Skills. Supported Skills Consume Fully Broken Armour to trigger Physical Damage explosions on Enemies within their range but cannot themselves Break Armour. ",
0 commit comments