|
|
|
@ -203,6 +203,7 @@ public class EffectsParser {
@@ -203,6 +203,7 @@ public class EffectsParser {
|
|
|
|
|
case Dodge: |
|
|
|
|
case ScanRange: |
|
|
|
|
case ScaleHeight: |
|
|
|
|
case ScaleWidth: |
|
|
|
|
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()); |
|
|
|
|