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": "【가상모드18】 고대무장 신대륙가다!",
"startYear": 180,
"history": [
"<C>●</>180년 1월:<L><b>【가상모드18】</b>고대무장 신대륙가다!</>",
"<C>●</>180년 1월:<L><b>【이벤트】</b></>춘추전국+초한지+삼국지+체삼모 모두 모였다! 근데 여긴 어디...?"
],
"history": ["<C>●</>180년 1월:<L><b>【가상모드18】</b>고대무장 신대륙가다!</>", "<C>●</>180년 1월:<L><b>【이벤트】</b></>춘추전국+초한지+삼국지+체삼모 모두 모였다! 근데 여긴 어디...?"],
"stat": {
"total": 265,
"min": 75,
@@ -20,10 +17,7 @@
"const": {
"defaultMaxGeneral": 900,
"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]
},
"diplomacy": [],
"general": [
@@ -444,22 +438,7 @@
[0, "유도", null, 0, null, 25, 23, 26, 0, 160, 300, null, null],
[0, "유파", null, 0, null, 29, 22, 75, 0, 160, 300, null, null],
[0, "유반", null, 0, null, 69, 76, 47, 0, 160, 300, null, null],
[
0,
"유비",
null,
0,
null,
87,
78,
75,
0,
160,
300,
null,
null,
"한왕실은 중산정왕의 후손인 내가 이어받겠다...!"
],
[0, "유비", null, 0, null, 87, 78, 75, 0, 160, 300, null, null, "한왕실은 중산정왕의 후손인 내가 이어받겠다...!"],
[0, "유표", null, 0, null, 48, 31, 72, 0, 160, 300, null, null],
[0, "유복", null, 0, null, 64, 49, 74, 0, 160, 300, null, null],
[0, "유벽", null, 0, null, 70, 72, 47, 0, 160, 300, null, null],
@@ -800,13 +779,5 @@
[0, "번궁", null, 0, null, 71, 67, 58, 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"]]]
}