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:
@@ -9,22 +9,7 @@
|
||||
[1, "헌제", 1002, 0, null, 17, 13, 61, 0, 160, 300, "안전", null],
|
||||
[999, "사마휘", 1003, 0, null, 71, 11, 96, 0, 160, 300, "은둔", "신산", "좋지, 좋아~"],
|
||||
[999, "우길", 1004, 0, null, 17, 13, 83, 0, 160, 300, "은둔", "신산"],
|
||||
[
|
||||
999,
|
||||
"화타",
|
||||
1005,
|
||||
0,
|
||||
null,
|
||||
53,
|
||||
25,
|
||||
70,
|
||||
0,
|
||||
160,
|
||||
300,
|
||||
"은둔",
|
||||
"의술",
|
||||
"아픈 사람들은 모두 내게 오시오. 껄껄껄."
|
||||
],
|
||||
[999, "화타", 1005, 0, null, 53, 25, 70, 0, 160, 300, "은둔", "의술", "아픈 사람들은 모두 내게 오시오. 껄껄껄."],
|
||||
[999, "길평", 1006, 0, null, 27, 15, 72, 0, 160, 300, "은둔", "의술"],
|
||||
[29, "가규", 1007, 0, null, 55, 55, 74, 0, 160, 300, "재간", null],
|
||||
[136, "가범", 1008, 0, null, 58, 48, 73, 0, 160, 300, "유지", null],
|
||||
@@ -267,18 +252,7 @@
|
||||
],
|
||||
"general_ex": [],
|
||||
"cities": [],
|
||||
"history": [
|
||||
"<C>●</>180년 1월:<L><b>【가상모드6】</b>무풍지대</>",
|
||||
"<C>●</>180년 1월:<L><b>【이벤트】</b></>영웅은 없다! 오직 내가 영웅일 뿐이다!"
|
||||
],
|
||||
"history": ["<C>●</>180년 1월:<L><b>【가상모드6】</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"]]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user