More effectmod parser work.

This commit is contained in:
2024-08-12 10:28:37 -04:00
parent 5b9866f704
commit bbac9ce6b9
@@ -170,6 +170,7 @@ public class EffectsParser {
case HealthFull:
case ManaFull:
case StaminaFull:
case Slay:
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());
@@ -214,6 +215,7 @@ public class EffectsParser {
case ConstrainedAmbidexterity:
case ProtectionFrom:
case ExclusiveDamageCap:
case IgnoreDamageCap:
effectModifier.arg1 = modValues.get(1).trim();
break;
case WeaponProc: