mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
GO: Various changes before 2.6.0 (#1120)
This commit is contained in:
@@ -548,6 +548,29 @@ exports[`Check Save File Continuity FactionsSave continuity 1`] = `
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`Check Save File Continuity GoSave continuity 1`] = `
|
||||
{
|
||||
"currentGame": {
|
||||
"ai": "Netburners",
|
||||
"board": [
|
||||
".......",
|
||||
".......",
|
||||
".......",
|
||||
".......",
|
||||
".......",
|
||||
".......",
|
||||
".......",
|
||||
],
|
||||
"cheatCount": 0,
|
||||
"passCount": 0,
|
||||
"previousBoard": null,
|
||||
"previousPlayer": "White",
|
||||
},
|
||||
"previousGame": null,
|
||||
"stats": {},
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`Check Save File Continuity PlayerSave continuity 1`] = `
|
||||
{
|
||||
"ctor": "PlayerObject",
|
||||
@@ -1198,457 +1221,6 @@ exports[`Check Save File Continuity PlayerSave continuity 1`] = `
|
||||
"wantedGainRate": 0,
|
||||
},
|
||||
},
|
||||
"go": {
|
||||
"boardState": {
|
||||
"ai": "Netburners",
|
||||
"board": [
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 2,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 3,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 4,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 5,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 1,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 2,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 3,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 4,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
},
|
||||
{
|
||||
"chain": "",
|
||||
"liberties": null,
|
||||
"player": "Empty",
|
||||
"x": 6,
|
||||
"y": 6,
|
||||
},
|
||||
],
|
||||
],
|
||||
"cheatCount": 0,
|
||||
"history": [],
|
||||
"passCount": 0,
|
||||
"previousPlayer": "White",
|
||||
},
|
||||
"previousGameFinalBoardState": null,
|
||||
"status": {
|
||||
"????????????": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"Daedalus": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"Illuminati": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"Netburners": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"No AI": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"Slum Snakes": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"Tetrads": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
"The Black Hand": {
|
||||
"favor": 0,
|
||||
"highestWinStreak": 0,
|
||||
"losses": 0,
|
||||
"nodePower": 0,
|
||||
"nodes": 0,
|
||||
"oldWinStreak": 0,
|
||||
"winStreak": 0,
|
||||
"wins": 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
"hacknetNodes": [],
|
||||
"has4SData": false,
|
||||
"has4SDataTixApi": false,
|
||||
|
||||
Reference in New Issue
Block a user