dylanpiera / Foundry-Pokemon-Tabletop-United-System

PTU System for FoundryVTT
31 stars 31 forks source link

Rework `modifiers.resistanceSteps` #628

Closed dylanpiera closed 7 months ago

dylanpiera commented 8 months ago

As of right now the property is null on initialisation, meaning that using AELike you have to add 0.5 to resist a step; however adding 0.5 twice results in a value of 1 breaking the logic.

as the name resistanceSteps implies the intended behavior would be that for each 1 step it should reduce effectiveness by 0.5.