forked from MagicBane/Server
Set curve names properly
This commit is contained in:
@@ -22,8 +22,8 @@ public class PowerAction {
|
||||
public int petLevel;
|
||||
public int petRace;
|
||||
public StatTransfer statTransfer;
|
||||
public int levelCap;
|
||||
public mbEnums.CompoundCurveType levelCurve;
|
||||
public int ramp;
|
||||
public mbEnums.CompoundCurveType rampCurve;
|
||||
public TrackEntry trackEntry;
|
||||
|
||||
// Additional variables after header go here.
|
||||
|
||||
@@ -12,11 +12,11 @@ import engine.mbEnums;
|
||||
|
||||
public class StatTransfer {
|
||||
public mbEnums.CostType fromStat;
|
||||
public float fromStatValue;
|
||||
public mbEnums.CompoundCurveType fromCurve;
|
||||
public float ramp;
|
||||
public mbEnums.CompoundCurveType rampCurve;
|
||||
public mbEnums.CostType toStat;
|
||||
public float toStatValue;
|
||||
public mbEnums.CompoundCurveType toCurve;
|
||||
public float efficiency;
|
||||
public mbEnums.CompoundCurveType efficiencyCurve;
|
||||
public boolean fromStatBool;
|
||||
public boolean toStatBool;
|
||||
public String transfer_action;
|
||||
|
||||
Reference in New Issue
Block a user