Visible costing in many places

This commit is contained in:
2025-02-22 11:44:10 -08:00
parent 258795d76c
commit ddca881b36
7 changed files with 66 additions and 8 deletions

View File

@ -68,6 +68,12 @@ class SkillsTable {
),
);
}
isAtMinimum(skill: Skill) {
let minimumCost = this.get(skill).governing.cost
let currentCost = this.computeCost(skill);
return currentCost <= minimumCost;
}
}
function geomInterpolate(