SpaceNinjaServer/config.json

14 lines
328 B
JSON
Raw Normal View History

2023-05-19 15:22:48 -03:00
{
"myAddress": "localhost",
"autoCreateAccount": true,
"skipStoryModeChoice": true,
2023-06-05 04:16:49 +08:00
"skipTutorial": true,
2024-05-03 21:04:01 +02:00
"unlockAllScans": true,
2024-02-12 14:31:28 +01:00
"unlockAllMissions": true,
"unlockAllQuests": true,
"infiniteResources": true,
"unlockallShipFeatures": true,
2024-05-03 21:10:05 +02:00
"unlockAllShipDecorations": true,
"unlockAllFlavourItems": true
2023-11-02 12:41:00 +01:00
}