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
@@ -7,28 +7,8 @@
"defaultMaxGeneral": 600
},
"nation": [
[
"후한",
"#800000",
10000,
10000,
"후한왕조",
1500,
"유가",
7,
["낙양", "계", "역경", "진양", "남피", "호관", "호로", "사곡", "함곡", "사수", "하내", "장안", "홍농", "완"]
],
[
"황건적",
"#FFD700",
10000,
10000,
"황건적",
500,
"태평도",
2,
["업", "계교", "진류", "관도", "정도", "평원", "복양", "패", "허창", "초"]
]
["후한", "#800000", 10000, 10000, "후한왕조", 1500, "유가", 7, ["낙양", "계", "역경", "진양", "남피", "호관", "호로", "사곡", "함곡", "사수", "하내", "장안", "홍농", "완"]],
["황건적", "#FFD700", 10000, 10000, "황건적", 500, "태평도", 2, ["업", "계교", "진류", "관도", "정도", "평원", "복양", "패", "허창", "초"]]
],
"diplomacy": [],
"general": [
@@ -36,22 +16,7 @@
[1, "헌제", 1002, 1, null, 17, 13, 61, 0, 170, 250, "안전", null, "한 왕실을 구해줄 이는 진정 없는 것인가..."],
[999, "사마휘", 1003, 0, null, 71, 11, 96, 0, 173, 234, "은둔", "신산", "좋지, 좋아~"],
[999, "우길", 1004, 0, null, 17, 13, 83, 0, 131, 200, "은둔", "신산"],
[
999,
"화타",
1005,
0,
null,
53,
25,
70,
0,
151,
220,
"은둔",
"의술",
"아픈 사람들은 모두 내게 오시오. 껄껄껄."
],
[999, "화타", 1005, 0, null, 53, 25, 70, 0, 151, 220, "은둔", "의술", "아픈 사람들은 모두 내게 오시오. 껄껄껄."],
[999, "길평", 1006, 0, null, 27, 15, 72, 0, 158, 200, "은둔", "의술"],
[29, "가규", 1007, 0, null, 55, 55, 74, 0, 177, 231, "재간", null],
[136, "가범", 1008, 0, null, 58, 48, 73, 0, 202, 237, "유지", null],
@@ -729,10 +694,7 @@
[22, "희지재", 1678, 0, null, 24, 5, 86, 0, 157, 194, null, null]
],
"cities": [],
"history": [
"<C>●</>184년 1월:<L><b>【역사모드1】</b></>황건적의 난",
"<C>●</>184년 1월:<Y><b>【황건적】</b></>전국 각지에서 황건적이 들고 일어서고 있습니다."
],
"history": ["<C>●</>184년 1월:<L><b>【역사모드1】</b></>황건적의 난", "<C>●</>184년 1월:<Y><b>【황건적】</b></>전국 각지에서 황건적이 들고 일어서고 있습니다."],
"initialEvents": [
[
true,
@@ -762,13 +724,5 @@
]
]
],
"events": [
[
"destroy_nation",
1000,
["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]],
["BlockScoutAction"],
["DeleteEvent"]
]
]
"events": [["destroy_nation", 1000, ["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]], ["BlockScoutAction"], ["DeleteEvent"]]]
}