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
@@ -28,10 +28,7 @@
"expandCityWallIncreaseAmount": 3000,
"defaultCityWall": 3000,
"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],
"allItems": {
"horse": {
"che_명마_01_노기": 0,
@@ -180,26 +177,7 @@
],
[
"ChangeCity",
[
"cities",
"오",
"하비",
"복양",
"웅진",
"강주",
"무도",
"국내",
"진류",
"계양",
"계림",
"계",
"무위",
"제남",
"남해",
"덕양",
"하내",
"상용"
],
["cities", "오", "하비", "복양", "웅진", "강주", "무도", "국내", "진류", "계양", "계림", "계", "무위", "제남", "남해", "덕양", "하내", "상용"],
{
"pop_max": "+200000",
"agri_max": "+4000",
@@ -211,41 +189,7 @@
],
[
"ChangeCity",
[
"cities",
"초",
"운남",
"대",
"하동",
"무릉",
"교지",
"단양",
"영안",
"북해",
"건녕",
"강하",
"진양",
"평원",
"회계",
"천수",
"평양",
"요동",
"거록",
"여강",
"패",
"자동",
"광릉",
"장가",
"영릉",
"월수",
"건안",
"신야",
"상동",
"안정",
"여남",
"홍농",
"주제"
],
["cities", "초", "운남", "대", "하동", "무릉", "교지", "단양", "영안", "북해", "건녕", "강하", "진양", "평원", "회계", "천수", "평양", "요동", "거록", "여강", "패", "자동", "광릉", "장가", "영릉", "월수", "건안", "신야", "상동", "안정", "여남", "홍농", "주제"],
{
"pop_max": "+150000",
"agri_max": "+3000",
@@ -289,22 +233,9 @@
]
],
"events": [
[
"month",
1000,
["or", ["Date", "==", null, 12], ["Date", "==", null, 6]],
["CreateManyNPC", 15, 10],
["DeleteEvent"]
],
["month", 1000, ["or", ["Date", "==", null, 12], ["Date", "==", null, 6]], ["CreateManyNPC", 15, 10], ["DeleteEvent"]],
["month", 1000, ["Date", "==", 181, 1], ["RaiseNPCNation"], ["DeleteEvent"]],
[
"month",
999,
["Date", "==", 181, 1],
["OpenNationBetting", 4, 5000],
["OpenNationBetting", 1, 2000],
["DeleteEvent"]
],
["month", 999, ["Date", "==", 181, 1], ["OpenNationBetting", 4, 5000], ["OpenNationBetting", 1, 2000], ["DeleteEvent"]],
[
"month",
1000,
@@ -331,19 +262,7 @@
],
["DeleteEvent"]
],
[
"month",
999,
["and", ["Date", ">=", 183, 1], ["RemainNation", "<=", 8]],
["OpenNationBetting", 1, 1000],
["DeleteEvent"]
],
[
"destroy_nation",
1000,
["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]],
["BlockScoutAction"],
["DeleteEvent"]
]
["month", 999, ["and", ["Date", ">=", 183, 1], ["RemainNation", "<=", 8]], ["OpenNationBetting", 1, 1000], ["DeleteEvent"]],
["destroy_nation", 1000, ["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]], ["BlockScoutAction"], ["DeleteEvent"]]
]
}