More PowerEntry work.
This commit is contained in:
@@ -33,5 +33,16 @@ public class PowerEntry {
|
||||
public int initAmin;
|
||||
public int releaseAnim;
|
||||
public mbEnums.TargetSelectType targetSelect;
|
||||
|
||||
// Additional key/value type power entries
|
||||
|
||||
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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user