More generalized curve helper

This commit is contained in:
2025-02-22 15:23:15 -05:00
parent 1a64272801
commit 5277fbbe56
6 changed files with 29 additions and 13 deletions
@@ -29,7 +29,7 @@ public class CharmPowerAction extends AbstractPowerAction {
public CharmPowerAction(PowerAction powerAction) {
super(powerAction);
this.levelCap = powerAction.ramp;
this.levelCapRamp = powerAction.rampCurve.ordinal();
this.levelCapRamp = powerAction.compoundCurve.ordinal();
}
@Override