starting of new power manager

This commit is contained in:
2024-09-08 16:39:29 -05:00
parent aece43a3bc
commit 3c1280e546
3 changed files with 14 additions and 13 deletions
+11
View File
@@ -106,4 +106,15 @@ public class Power {
return this.cost * (1 + (float)(this.curves.get("COSTAMT").getValue() * trains));
}
public boolean isSpell(){
return true;
}
public boolean isSkill(){
return true;
}
public boolean isChant(){
return true;
}
}