Commit 063f09b
Fix Rathpith magnitude of Ailments per 100 Life not scaling Ailments properly (#2364)
* Fix rathpith per 100 life shock mod
* Fix Bleed mod not getting scales
In PR #1034 I changed the handling of the Rathpith mods so that they used ModFlag.Spell instead of Keyword flag
That broke the handling of the ailments line though as it uses dotCfg and we specifically strip out the ModFlag.Spell from it so it doesn't get scaled by spell damage. This also stopped the Ailment mod from working though
I made it use it's own full parsed line to be simpler and still use KeywordFlag so that the interaction works and the breakdown does too
Also added a case so we don't accidentally break this down the line
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent 5353b82 commit 063f09b
3 files changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
897 | 910 | | |
898 | 911 | | |
899 | 912 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3241 | 3241 | | |
3242 | 3242 | | |
3243 | 3243 | | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
3244 | 3247 | | |
3245 | 3248 | | |
3246 | 3249 | | |
| |||
3265 | 3268 | | |
3266 | 3269 | | |
3267 | 3270 | | |
3268 | | - | |
| 3271 | + | |
3269 | 3272 | | |
3270 | | - | |
| 3273 | + | |
3271 | 3274 | | |
3272 | 3275 | | |
3273 | 3276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3821 | 3821 | | |
3822 | 3822 | | |
3823 | 3823 | | |
| 3824 | + | |
| 3825 | + | |
3824 | 3826 | | |
3825 | 3827 | | |
3826 | 3828 | | |
| |||
0 commit comments