|
|
@ -177,6 +177,8 @@ public class EffectsParser { |
|
|
|
case PowerDamageModifier: |
|
|
|
case PowerDamageModifier: |
|
|
|
case DR: |
|
|
|
case DR: |
|
|
|
case PassiveDefense: |
|
|
|
case PassiveDefense: |
|
|
|
|
|
|
|
case MaxDamage: |
|
|
|
|
|
|
|
case Value: |
|
|
|
effectModifier.min = Float.parseFloat(modValues.get(1).trim()); |
|
|
|
effectModifier.min = Float.parseFloat(modValues.get(1).trim()); |
|
|
|
effectModifier.scale = Float.parseFloat(modValues.get(2).trim()); |
|
|
|
effectModifier.scale = Float.parseFloat(modValues.get(2).trim()); |
|
|
|
effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim()); |
|
|
|
effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim()); |
|
|
|