More effectmod parser work.

This commit is contained in:
2024-08-12 10:47:37 -04:00
parent e677ca9f33
commit e0e8296339
@@ -205,6 +205,7 @@ public class EffectsParser {
case ScanRange:
case ScaleHeight:
case ScaleWidth:
case WeaponRange:
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());