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
@@ -24,22 +24,7 @@
[1, "헌제", 1002, 0, null, 15, 7, 61, 0, 160, 300, "안전", null],
[999, "사마휘", 1003, 0, null, 47, 7, 69, 0, 160, 300, "은둔", "신산", "좋지, 좋아~"],
[999, "우길", 1004, 0, null, 15, 7, 69, 0, 160, 300, "은둔", "신산"],
[
999,
"화타",
1005,
0,
null,
41,
11,
54,
0,
160,
300,
"은둔",
"의술",
"아픈 사람들은 모두 내게 오시오. 껄껄껄."
],
[999, "화타", 1005, 0, null, 41, 11, 54, 0, 160, 300, "은둔", "의술", "아픈 사람들은 모두 내게 오시오. 껄껄껄."],
[999, "길평", 1006, 0, null, 26, 8, 67, 0, 160, 300, "은둔", "의술"],
[29, "가규", 1007, 0, null, 41, 21, 56, 0, 160, 300, "재간", null],
[136, "가범", 1008, 0, null, 42, 19, 55, 0, 160, 300, "유지", null],
@@ -50,22 +35,7 @@
[129, "감녕", 1013, 0, null, 49, 69, 27, 0, 160, 300, "출세", "무쌍"],
[127, "감택", 1014, 0, null, 44, 18, 59, 0, 160, 300, "유지", null],
[60, "강단", 1015, 0, null, 37, 67, 17, 0, 160, 300, "재간", null],
[
73,
"강유",
1016,
0,
null,
55,
33,
68,
0,
160,
300,
"왕좌",
"집중",
"갈고 닦은 무예와 승상께 배운 책략을 발휘해 보이겠다!"
],
[73, "강유", 1016, 0, null, 55, 33, 68, 0, 160, 300, "왕좌", "집중", "갈고 닦은 무예와 승상께 배운 책략을 발휘해 보이겠다!"],
[102, "고간", 1017, 0, null, 43, 46, 20, 0, 160, 300, "유지", null],
[27, "고람", 1018, 0, null, 47, 52, 23, 0, 160, 300, "출세", "기병"],
[69, "고상", 1019, 0, null, 37, 40, 16, 0, 160, 300, "재간", null],
@@ -96,22 +66,7 @@
[20, "곽회", 1044, 0, null, 49, 57, 27, 0, 160, 300, "정복", null],
[39, "관구검", 1045, 0, null, 47, 26, 58, 0, 160, 300, "대의", null],
[76, "관색", 1046, 0, null, 46, 63, 25, 0, 160, 300, "의협", "징병"],
[
76,
"관우",
1047,
0,
null,
55,
70,
30,
0,
160,
300,
"의협",
"위압",
"나의 청룡 언월도를 과연 막아낼 수 있겠소?"
],
[76, "관우", 1047, 0, null, 55, 70, 30, 0, 160, 300, "의협", "위압", "나의 청룡 언월도를 과연 막아낼 수 있겠소?"],
[76, "관이", 1048, 0, null, 39, 60, 22, 0, 160, 300, "안전", null],
[76, "관통", 1049, 0, null, 39, 63, 23, 0, 160, 300, "대의", null],
[76, "관평", 1050, 0, null, 49, 60, 26, 0, 160, 300, "의협", "보병"],
@@ -749,13 +704,5 @@
"cities": [],
"history": ["<C>●</>180년 1월:<L><b>【이벤트】</b></>차원이 다른 존재들이 나타납니다."],
"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"]]]
}