Browse Source

More PowerEntry work.

feature-config-parsing2
MagicBot 3 months ago
parent
commit
11e03e0051
  1. 11
      src/engine/wpak/data/PowerEntry.java

11
src/engine/wpak/data/PowerEntry.java

@ -33,5 +33,16 @@ public class PowerEntry { @@ -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;
}

Loading…
Cancel
Save