More effectmod parser work.

This commit is contained in:
2024-08-12 09:40:43 -04:00
parent ad78d152f7
commit ae0d182e2e
@@ -173,6 +173,7 @@ public class EffectsParser {
case ArmorPiercing:
case Speed:
case PowerDamageModifier:
case DR:
effectModifier.min = Integer.parseInt(modValues.get(1).trim());
effectModifier.scale = Float.parseFloat(modValues.get(2).trim());
effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim());