BLADEBURNER: Add APIs to get rank gain and rank loss of an action (#2572)

This commit is contained in:
catloversg
2026-03-14 09:34:13 +07:00
committed by GitHub
parent bc3e8ff3d5
commit 50442472b5
10 changed files with 289 additions and 12 deletions
+2
View File
@@ -349,6 +349,8 @@ const bladeburner = {
getActionCurrentTime: RamCostConstants.BladeburnerApiBase,
getActionEstimatedSuccessChance: RamCostConstants.BladeburnerApiBase,
getActionRepGain: RamCostConstants.BladeburnerApiBase,
getActionRankGain: RamCostConstants.BladeburnerApiBase,
getActionRankLoss: RamCostConstants.BladeburnerApiBase,
getActionCountRemaining: RamCostConstants.BladeburnerApiBase,
getActionMaxLevel: RamCostConstants.BladeburnerApiBase,
getActionCurrentLevel: RamCostConstants.BladeburnerApiBase,