Files
pixelheros/assets/script/game/map/TalentsComp.ts
panw fb3b9054dd refactor(talents): 重构天赋数值与消耗配置结构
- 将 TalentInfo 中的 `valuePerLevel` 和 `getValue` 方法替换为显式的 `values` 数组
- 将全局的 `costPerLevel` 数组替换为每个天赋独立的 `costs` 数组
- 更新 TalentsComp 逻辑以使用新的配置结构
2026-04-28 14:45:37 +08:00

10 KiB