mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
BITNODE: IPvGO territory control strategy game (#934)
This commit is contained in:
committed by
GitHub
parent
c6141f2adf
commit
7ef12a0323
@@ -243,6 +243,28 @@ const gang = {
|
||||
nextUpdate: RamCostConstants.CycleTiming,
|
||||
} as const;
|
||||
|
||||
// Go API
|
||||
const go = {
|
||||
makeMove: 4,
|
||||
passTurn: 0,
|
||||
getBoardState: 4,
|
||||
getOpponent: 0,
|
||||
resetBoardState: 0,
|
||||
analysis: {
|
||||
getValidMoves: 8,
|
||||
getChains: 16,
|
||||
getLiberties: 16,
|
||||
getControlledEmptyNodes: 16,
|
||||
},
|
||||
cheat: {
|
||||
getCheatSuccessChance: 1,
|
||||
removeRouter: 8,
|
||||
playTwoMoves: 8,
|
||||
repairOfflineNode: 8,
|
||||
destroyNode: 8,
|
||||
},
|
||||
} as const;
|
||||
|
||||
// Bladeburner API
|
||||
const bladeburner = {
|
||||
inBladeburner: RamCostConstants.BladeburnerApiBase / 4,
|
||||
@@ -434,6 +456,7 @@ export const RamCosts: RamCostTree<NSFull> = {
|
||||
stock,
|
||||
singularity,
|
||||
gang,
|
||||
go,
|
||||
bladeburner,
|
||||
infiltration,
|
||||
codingcontract,
|
||||
|
||||
Reference in New Issue
Block a user