SpaceNinjaServer/config.json.example
Sainan 1c8374b754 feat: add spoofMasteryRank config
-1 by default to disable it. I have capped it to MR 5030 (LR 5000) to avoid this becoming too laggy. At that rank, you can spawn enemies up to level 25180 in the Simulacrum.
2024-05-18 03:19:19 +02:00

21 lines
535 B
Plaintext

{
"mongodbUrl": "mongodb://127.0.0.1:27017/openWF",
"logger": {
"files": true,
"level": "trace",
"__valid_levels": "fatal, error, warn, info, http, debug, trace"
},
"myAddress": "localhost",
"autoCreateAccount": true,
"skipStoryModeChoice": true,
"skipTutorial": true,
"unlockAllScans": true,
"unlockAllMissions": true,
"unlockAllQuests": true,
"infiniteResources": true,
"unlockallShipFeatures": true,
"unlockAllShipDecorations": true,
"unlockAllFlavourItems": true,
"spoofMasteryRank": -1
}