More effectmod parser work.
This commit is contained in:
@@ -177,6 +177,8 @@ public class EffectsParser {
|
||||
case PowerDamageModifier:
|
||||
case DR:
|
||||
case PassiveDefense:
|
||||
case MaxDamage:
|
||||
case Value:
|
||||
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());
|
||||
|
||||
Reference in New Issue
Block a user