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
@@ -10,22 +10,7 @@
[20, "가후", 1011, 0, null, 69, 30, 94, 0, 160, 300, "할거", "귀병"],
[129, "감녕", 1013, 0, null, 78, 95, 71, 0, 160, 300, "출세", "무쌍"],
[127, "감택", 1014, 0, null, 62, 44, 79, 0, 160, 300, "유지", null],
[
73,
"강유",
1016,
0,
null,
95,
90,
94,
0,
160,
300,
"왕좌",
"집중",
"갈고 닦은 무예와 승상께 배운 책략을 발휘해 보이겠다!"
],
[73, "강유", 1016, 0, null, 95, 90, 94, 0, 160, 300, "왕좌", "집중", "갈고 닦은 무예와 승상께 배운 책략을 발휘해 보이겠다!"],
[27, "고람", 1018, 0, null, 72, 67, 59, 0, 160, 300, "출세", "기병"],
[144, "고순", 1020, 0, null, 79, 82, 65, 0, 160, 300, "의협", "기병"],
[63, "고정", 1023, 0, null, 67, 65, 55, 0, 160, 300, "정복", null],
@@ -46,22 +31,7 @@
[20, "곽회", 1044, 0, null, 77, 75, 71, 0, 160, 300, "정복", null],
[39, "관구검", 1045, 0, null, 72, 68, 77, 0, 160, 300, "대의", null],
[76, "관색", 1046, 0, null, 69, 85, 67, 0, 160, 300, "의협", "징병"],
[
76,
"관우",
1047,
0,
null,
96,
98,
80,
0,
160,
300,
"의협",
"위압",
"나의 청룡 언월도를 과연 막아낼 수 있겠소?"
],
[76, "관우", 1047, 0, null, 96, 98, 80, 0, 160, 300, "의협", "위압", "나의 청룡 언월도를 과연 막아낼 수 있겠소?"],
[76, "관평", 1050, 0, null, 77, 80, 70, 0, 160, 300, "의협", "보병"],
[7, "관해", 1051, 0, null, 66, 90, 35, 0, 160, 300, "출세", null],
[76, "관흥", 1052, 0, null, 69, 84, 72, 0, 160, 300, "의협", "돌격"],
@@ -221,22 +191,7 @@
[88, "정원", 1364, 0, null, 64, 77, 58, 0, 160, 300, "왕좌", "기병"],
[121, "제갈각", 1367, 0, null, 61, 53, 92, 0, 160, 300, "왕좌", null],
[121, "제갈근", 1369, 0, null, 60, 42, 88, 0, 160, 300, "왕좌", "경작"],
[
76,
"제갈량",
1370,
0,
null,
97,
55,
100,
0,
160,
300,
"왕좌",
"집중",
"슬슬 나의 지모를 발휘해 보겠습니다..."
],
[76, "제갈량", 1370, 0, null, 97, 55, 100, 0, 160, 300, "왕좌", "집중", "슬슬 나의 지모를 발휘해 보겠습니다..."],
[76, "제갈상", 1371, 0, null, 52, 75, 71, 0, 160, 300, "대의", null],
[76, "제갈첨", 1373, 0, null, 73, 52, 76, 0, 160, 300, "대의", null],
[135, "제갈탄", 1374, 0, null, 79, 79, 73, 0, 160, 300, "패권", null],
@@ -300,18 +255,7 @@
],
"general_ex": [],
"cities": [],
"history": [
"<C>●</>180년 1월:<L><b>【가상모드5】</b>영웅독존</>",
"<C>●</>180년 1월:<L><b>【이벤트】</b></>진정한 영웅들만이 재야로 등장하는 가상 시나리오."
],
"history": ["<C>●</>180년 1월:<L><b>【가상모드5】</b>영웅독존</>", "<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"]]]
}