More effectmod parser work.
This commit is contained in:
@@ -173,6 +173,7 @@ public class EffectsParser {
|
||||
case ArmorPiercing:
|
||||
case Speed:
|
||||
case PowerDamageModifier:
|
||||
case DR:
|
||||
effectModifier.min = Integer.parseInt(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