mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
BLADEBURNER: Store BlackOp team count in save data (#2675)
This commit is contained in:
@@ -85,6 +85,134 @@ exports[`Check Save File Continuity PlayerSave continuity 1`] = `
|
||||
"automateEnabled": false,
|
||||
"automateThreshHigh": 0,
|
||||
"automateThreshLow": 0,
|
||||
"blackOperations": {
|
||||
"Operation Annihilus": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Archangel": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Ares": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Centurion": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Daedalus": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Deckard": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Hyron": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Ion Storm": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Juggernaut": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation K": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Morpheus": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Red Dragon": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Shoulder of Orion": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Titan": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Typhoon": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Tyrell": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Ultron": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Vindictus": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Wallace": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation X": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
"Operation Zero": {
|
||||
"ctor": "BlackOperation",
|
||||
"data": {
|
||||
"teamCount": 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
"cities": {
|
||||
"Aevum": {
|
||||
"ctor": "City",
|
||||
|
||||
Reference in New Issue
Block a user