Refactor scenario JSON files for improved readability and consistency

- Consolidated array elements in scenario_903.json, scenario_904.json, scenario_905.json, scenario_906.json, scenario_908.json, scenario_910.json, scenario_911.json, scenario_912.json, and scenario_913.json to single-line format for better clarity.
- Removed unnecessary line breaks and whitespace in availableGeneralCommand and events sections across multiple scenario files.
- Ensured consistent formatting of event definitions, particularly for destroy_nation and OpenNationBetting events.
This commit is contained in:
2026-01-05 16:09:15 +00:00
parent 637d029101
commit 3b7f4b1434
82 changed files with 945 additions and 13374 deletions
@@ -1,11 +1,7 @@
{
"title": "【가상모드17】 루드라사움",
"startYear": 1,
"history": [
"<C>●</>180년 1월:<L><b>【가상모드16】 루드라사움</>",
"<C>●</>180년 1월:<L><b>【이벤트】</b>제작자 : Cure,거북마루, 네이미</>",
"<C>●</>180년 1월:<L><b>【이벤트】</b>루드라사움의 세계관을 불러옵니다.</>"
],
"history": ["<C>●</>180년 1월:<L><b>【가상모드16】 루드라사움</>", "<C>●</>180년 1월:<L><b>【이벤트】</b>제작자 : Cure,거북마루, 네이미</>", "<C>●</>180년 1월:<L><b>【이벤트】</b>루드라사움의 세계관을 불러옵니다.</>"],
"stat": {
"total": 230,
"min": 50,
@@ -14,10 +10,7 @@
"const": {
"defaultMaxGeneral": 700,
"maxResourceActionAmount": 30000,
"resourceActionAmountGuide": [
100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1200, 1500, 2000, 2500, 3000, 4000, 5000, 6000, 7000,
8000, 9000, 10000, 12000, 15000, 20000, 25000, 30000
]
"resourceActionAmountGuide": [100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1200, 1500, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 12000, 15000, 20000, 25000, 30000]
},
"iconPath": "루드라사움",
"fiction": 0,
@@ -597,13 +590,5 @@
[999, "후지와라", null, 0, null, 1, 1, 1, 0, -15, 300, null, null]
],
"initialEvents": [],
"events": [
[
"destroy_nation",
1000,
["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]],
["BlockScoutAction"],
["DeleteEvent"]
]
]
"events": [["destroy_nation", 1000, ["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]], ["BlockScoutAction"], ["DeleteEvent"]]]
}