XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1139 Co-authored-by: Sainan <sainan@calamity.inc> Co-committed-by: Sainan <sainan@calamity.inc>

00f6a8bd
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +23 -23
Modified config.json.example +23 -23
@@ -10,31 +10,31 @@
10 10 "NRS": ["localhost"],
11 11 "administratorNames": [],
12 12 "autoCreateAccount": true,
13 "skipTutorial": true,
14 "skipAllDialogue": true,
15 "unlockAllScans": true,
16 "unlockAllMissions": true,
17 "infiniteCredits": true,
18 "infinitePlatinum": true,
19 "infiniteEndo": true,
20 "infiniteRegalAya": true,
13 "skipTutorial": false,
14 "skipAllDialogue": false,
15 "unlockAllScans": false,
16 "unlockAllMissions": false,
17 "infiniteCredits": false,
18 "infinitePlatinum": false,
19 "infiniteEndo": false,
20 "infiniteRegalAya": false,
21 21 "infiniteHelminthMaterials": false,
22 "unlockAllShipFeatures": true,
23 "unlockAllShipDecorations": true,
24 "unlockAllFlavourItems": true,
25 "unlockAllSkins": true,
26 "unlockAllCapturaScenes": true,
27 "universalPolarityEverywhere": true,
28 "unlockDoubleCapacityPotatoesEverywhere": true,
29 "unlockExilusEverywhere": true,
30 "unlockArcanesEverywhere": true,
31 "noDailyStandingLimits": true,
22 "unlockAllShipFeatures": false,
23 "unlockAllShipDecorations": false,
24 "unlockAllFlavourItems": false,
25 "unlockAllSkins": false,
26 "unlockAllCapturaScenes": false,
27 "universalPolarityEverywhere": false,
28 "unlockDoubleCapacityPotatoesEverywhere": false,
29 "unlockExilusEverywhere": false,
30 "unlockArcanesEverywhere": false,
31 "noDailyStandingLimits": false,
32 32 "instantResourceExtractorDrones": false,
33 "noDojoRoomBuildStage": true,
34 "fastDojoRoomDestruction": true,
35 "noDojoResearchCosts": true,
36 "noDojoResearchTime": true,
37 "fastClanAscension": true,
33 "noDojoRoomBuildStage": false,
34 "fastDojoRoomDestruction": false,
35 "noDojoResearchCosts": false,
36 "noDojoResearchTime": false,
37 "fastClanAscension": false,
38 38 "spoofMasteryRank": -1,
39 39 "events": {
40 40 "starDays": true