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
Fix Blasphemy's "Socketed Skills have +1 metres to base radius" (#806)
Story:
Blasphemy has a +1 metres to base radius effect on socketed curses,
but it's missing from the current calculations.
Problem:
Blasphemy's "active_skill_base_area_of_effect_radius" stat works as
a base radius instead of an extra.
Solution:
Added statMap for the skill so it works as extra radius.
```
skill("radiusExtra", nil)
```
0 commit comments