chore: disable cheats by default
All checks were successful
Build / build (22) (push) Successful in 41s
Build / build (20) (push) Successful in 1m2s
Build / build (18) (push) Successful in 1m7s
Build / build (18) (pull_request) Successful in 44s
Build / build (20) (pull_request) Successful in 1m2s
Build / build (22) (pull_request) Successful in 1m6s

still enabled by default:
- skipTutorial: assuming that people do know basic movement so we're safe to just boot them into the orbiter and allow them to start playing
- fastDojoRoomDestruction: this is supposed to be an anti-griefing mechanic, but doesn't really matter for us
This commit is contained in:
Sainan 2025-03-09 17:02:52 +01:00
parent 0ffa9c6bc4
commit 2459213642

View File

@ -11,30 +11,30 @@
"administratorNames": [], "administratorNames": [],
"autoCreateAccount": true, "autoCreateAccount": true,
"skipTutorial": true, "skipTutorial": true,
"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": true,
"noDojoResearchCosts": true, "noDojoResearchCosts": false,
"noDojoResearchTime": true, "noDojoResearchTime": false,
"fastClanAscension": true, "fastClanAscension": false,
"spoofMasteryRank": -1, "spoofMasteryRank": -1,
"events": { "events": {
"starDays": true "starDays": true