BLADEBURNER: Add API to calculate max upgrade count of skill (#1475)

This commit is contained in:
catloversg
2024-08-17 03:15:20 +07:00
committed by GitHub
parent 3d15413619
commit 289f60d8c8
17 changed files with 274 additions and 19 deletions
+3
View File
@@ -669,6 +669,9 @@ export const RamCosts: RamCostTree<NSFull> = {
factionGains: 0,
companyGains: 0,
},
bladeburner: {
skillMaxUpgradeCount: 0,
},
},
} as const;