|
|
@ -33,5 +33,16 @@ public class PowerEntry { |
|
|
|
public int initAmin; |
|
|
|
public int initAmin; |
|
|
|
public int releaseAnim; |
|
|
|
public int releaseAnim; |
|
|
|
public mbEnums.TargetSelectType targetSelect; |
|
|
|
public mbEnums.TargetSelectType targetSelect; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Additional key/value type power entries
|
|
|
|
|
|
|
|
|
|
|
|
public ArrayList<PowerAction> actions = new ArrayList<>(); |
|
|
|
public ArrayList<PowerAction> actions = new ArrayList<>(); |
|
|
|
|
|
|
|
public int maxLevel; |
|
|
|
|
|
|
|
public int hateValue; |
|
|
|
|
|
|
|
public mbEnums.CompoundCurveType hateCurve; |
|
|
|
|
|
|
|
public int loopAnimID; |
|
|
|
|
|
|
|
public String grantOverrideVar; |
|
|
|
|
|
|
|
public ArrayList<String> description; |
|
|
|
|
|
|
|
public mbEnums.CompoundCurveType curve; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|