min/scale/slope for group of types

This commit is contained in:
2024-08-11 12:01:18 -04:00
parent 95a104e397
commit c97a6f555a
@@ -136,6 +136,7 @@ public class EffectsParser {
case MeleeDamageModifier: case MeleeDamageModifier:
case OCV: case OCV:
case DCV: case DCV:
effectModifier.min = Integer.parseInt(modValues.get(1).trim());
effectModifier.scale = Float.parseFloat(modValues.get(2).trim()); effectModifier.scale = Float.parseFloat(modValues.get(2).trim());
effectModifier.slopeType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim()); effectModifier.slopeType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim());
break; break;