|
|
@ -221,6 +221,9 @@ public class PowerActionParser { |
|
|
|
powerActionEntry.levelCap = Integer.parseInt(arguments[0]); |
|
|
|
powerActionEntry.levelCap = Integer.parseInt(arguments[0]); |
|
|
|
powerActionEntry.levelCurve = mbEnums.CompoundCurveType.valueOf(arguments[1]); |
|
|
|
powerActionEntry.levelCurve = mbEnums.CompoundCurveType.valueOf(arguments[1]); |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
case "CLEARAGGRO": |
|
|
|
|
|
|
|
powerActionEntry.clearAggro = Boolean.parseBoolean(lineValues[1].trim()); |
|
|
|
|
|
|
|
break; |
|
|
|
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
|
|
|
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
|
|
|
case "WEAROFFEFFECTSELF": |
|
|
|
case "WEAROFFEFFECTSELF": |
|
|
|
break; |
|
|
|
break; |
|
|
|