BITNODE: IPvGO territory control strategy game (#934)

This commit is contained in:
Michael Ficocelli
2023-12-26 11:45:27 -05:00
committed by GitHub
parent c6141f2adf
commit 7ef12a0323
68 changed files with 7833 additions and 17 deletions
+24
View File
@@ -232,4 +232,28 @@ export function initSourceFiles() {
13,
<>Each level of this Source-File increases the size of Stanek's Gift.</>,
);
SourceFiles.SourceFile14 = new SourceFile(
14,
(
<>
This Source-File grants the following benefits:
<br />
<br />
Level 1: 25% increased stat multipliers from node Power
<br />
Level 2: Permanently unlocks the go.cheat API in other BitNodes
<br />
Level 3: 25% increased success rate for the go.cheat API
<br />
<br />
This Source-File also increases the maximum favor you can gain for each faction from IPvGO by:
<br />
Level 1: +10
<br />
Level 2: +20
<br />
Level 3: +40
</>
),
);
}