chore: disable cheats by default (#1139)
The config.json.example is now has all cheats/time-savers disabled so it's as faithful as possible. Reviewed-on: OpenWF/SpaceNinjaServer#1139 Co-authored-by: Sainan <sainan@calamity.inc> Co-committed-by: Sainan <sainan@calamity.inc>
This commit is contained in:
parent
b553097fe4
commit
00f6a8bd6d
@ -10,31 +10,31 @@
|
|||||||
"NRS": ["localhost"],
|
"NRS": ["localhost"],
|
||||||
"administratorNames": [],
|
"administratorNames": [],
|
||||||
"autoCreateAccount": true,
|
"autoCreateAccount": true,
|
||||||
"skipTutorial": true,
|
"skipTutorial": false,
|
||||||
"skipAllDialogue": true,
|
"skipAllDialogue": false,
|
||||||
"unlockAllScans": true,
|
"unlockAllScans": false,
|
||||||
"unlockAllMissions": true,
|
"unlockAllMissions": false,
|
||||||
"infiniteCredits": true,
|
"infiniteCredits": false,
|
||||||
"infinitePlatinum": true,
|
"infinitePlatinum": false,
|
||||||
"infiniteEndo": true,
|
"infiniteEndo": false,
|
||||||
"infiniteRegalAya": true,
|
"infiniteRegalAya": false,
|
||||||
"infiniteHelminthMaterials": false,
|
"infiniteHelminthMaterials": false,
|
||||||
"unlockAllShipFeatures": true,
|
"unlockAllShipFeatures": false,
|
||||||
"unlockAllShipDecorations": true,
|
"unlockAllShipDecorations": false,
|
||||||
"unlockAllFlavourItems": true,
|
"unlockAllFlavourItems": false,
|
||||||
"unlockAllSkins": true,
|
"unlockAllSkins": false,
|
||||||
"unlockAllCapturaScenes": true,
|
"unlockAllCapturaScenes": false,
|
||||||
"universalPolarityEverywhere": true,
|
"universalPolarityEverywhere": false,
|
||||||
"unlockDoubleCapacityPotatoesEverywhere": true,
|
"unlockDoubleCapacityPotatoesEverywhere": false,
|
||||||
"unlockExilusEverywhere": true,
|
"unlockExilusEverywhere": false,
|
||||||
"unlockArcanesEverywhere": true,
|
"unlockArcanesEverywhere": false,
|
||||||
"noDailyStandingLimits": true,
|
"noDailyStandingLimits": false,
|
||||||
"instantResourceExtractorDrones": false,
|
"instantResourceExtractorDrones": false,
|
||||||
"noDojoRoomBuildStage": true,
|
"noDojoRoomBuildStage": false,
|
||||||
"fastDojoRoomDestruction": true,
|
"fastDojoRoomDestruction": false,
|
||||||
"noDojoResearchCosts": true,
|
"noDojoResearchCosts": false,
|
||||||
"noDojoResearchTime": true,
|
"noDojoResearchTime": false,
|
||||||
"fastClanAscension": true,
|
"fastClanAscension": false,
|
||||||
"spoofMasteryRank": -1,
|
"spoofMasteryRank": -1,
|
||||||
"events": {
|
"events": {
|
||||||
"starDays": true
|
"starDays": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user