More effectmod parser work.

This commit is contained in:
2024-08-12 10:43:45 -04:00
parent 6b10374adb
commit 3ed7f7c3fb
@@ -202,6 +202,7 @@ public class EffectsParser {
case Parry:
case Dodge:
case ScanRange:
case ScaleHeight:
effectModifier.min = Float.parseFloat(modValues.get(1).trim());
effectModifier.scale = Float.parseFloat(modValues.get(2).trim());
effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim());