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,10 +1,7 @@
{
"title": "【가상모드25】 악질유저무쌍!",
"startYear": 180,
"history": [
"<C>●</>180년 1월:<L><b>【가상모드25】</b>악질유저무쌍!</>",
"<C>●</>180년 1월:<L><b>【이벤트】</b></>최고의 악질유저를 가려라!"
],
"history": ["<C>●</>180년 1월:<L><b>【가상모드25】</b>악질유저무쌍!</>", "<C>●</>180년 1월:<L><b>【이벤트】</b></>최고의 악질유저를 가려라!"],
"stat": {
"total": 310,
"min": 40,
@@ -670,22 +667,7 @@
[0, "카류", null, 0, null, 92, 53, 92, 0, 160, 300, null, null],
[0, "갈근", null, 0, null, 94, 54, 94, 0, 160, 300, null, null],
[0, "페이트", null, 0, null, 92, 59, 90, 0, 160, 300, null, null],
[
0,
"앵벌스",
null,
0,
null,
94,
91,
57,
0,
160,
300,
null,
null,
"다람쥐는 위대하고 그 외에 다른 설치류는 없다"
],
[0, "앵벌스", null, 0, null, 94, 91, 57, 0, 160, 300, null, null, "다람쥐는 위대하고 그 외에 다른 설치류는 없다"],
[0, "조밧", null, 0, null, 91, 93, 53, 0, 160, 300, null, null],
[0, "슬라임", null, 0, null, 90, 56, 93, 0, 160, 300, null, null],
[0, "제노에이지", null, 0, null, 93, 61, 93, 0, 160, 300, null, null],
@@ -709,22 +691,7 @@
[0, "이드", null, 0, null, 92, 93, 53, 0, 160, 300, null, null],
[0, "호무새", null, 0, null, 91, 53, 91, 0, 160, 300, null, null, "호우~"],
[0, "박일아", null, 0, null, 93, 59, 93, 0, 160, 300, null, null],
[
0,
"유기체",
null,
0,
null,
92,
56,
95,
0,
160,
300,
null,
null,
"흠... 그렇다면 어쩔 수 없이 흉노로 가야겠군요..."
],
[0, "유기체", null, 0, null, 92, 56, 95, 0, 160, 300, null, null, "흠... 그렇다면 어쩔 수 없이 흉노로 가야겠군요..."],
[0, "황약사", null, 0, null, 92, 92, 60, 0, 160, 300, null, null],
[0, "하후연묘재", null, 0, null, 92, 52, 95, 0, 160, 300, null, null],
[0, "초절정미녀", null, 0, null, 95, 65, 95, 0, 160, 300, null, null],
@@ -745,13 +712,5 @@
[0, "40장로", null, 0, null, 85, 85, 85, 0, 160, 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"]]]
}