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": "【가상모드20】 스타크래프트 1 프로게이대전",
"startYear": 2002,
"history": [
"<C>●</>2002년 1월:<L><b>【가상모드20】</b>스타크래프트 1 프로게이대전</>",
"<C>●</>2002년 1월:<L><b>【이벤트】</b></>프로게이들이 삼국지 시대에 떨어졌다! 집에 돌아가고 싶으면 천통하자"
],
"history": ["<C>●</>2002년 1월:<L><b>【가상모드20】</b>스타크래프트 1 프로게이대전</>", "<C>●</>2002년 1월:<L><b>【이벤트】</b></>프로게이들이 삼국지 시대에 떨어졌다! 집에 돌아가고 싶으면 천통하자"],
"stat": {
"total": 225,
"min": 40,
@@ -25,22 +22,7 @@
"general": [
[0, "이윤열", null, 0, null, 110, 105, 111, 0, 1985, 2190, null, null, "전 전설로 남고 싶셒습니다"],
[0, "임요환", null, 0, null, 95, 100, 112, 0, 1985, 2190, null, null, "역시 콩은 까야 제맛이지"],
[
0,
"이영호",
null,
0,
null,
115,
111,
111,
0,
1985,
2190,
null,
null,
"정말 득도를 했어요 정말 스타를 깨달았어요!"
],
[0, "이영호", null, 0, null, 115, 111, 111, 0, 1985, 2190, null, null, "정말 득도를 했어요 정말 스타를 깨달았어요!"],
[0, "서지훈", null, 0, null, 99, 99, 96, 0, 1985, 2190, null, null, "엄마 많이 사랑해요!"],
[0, "전상욱", null, 0, null, 93, 90, 91, 0, 1985, 2190, null, null],
[0, "염보성", null, 0, null, 90, 88, 86, 0, 1985, 2190, null, null],
@@ -161,22 +143,7 @@
[0, "강민", null, 0, null, 99, 94, 99, 0, 1985, 2190, null, null],
[0, "윤용태", null, 0, null, 93, 99, 79, 0, 1985, 2190, null, null],
[0, "김구현", null, 0, null, 88, 91, 70, 0, 1985, 2190, null, null],
[
0,
"허영무",
null,
0,
null,
97,
97,
97,
0,
1985,
2190,
null,
null,
"게임 알지도 못하는 놈들아 너네들이 와서 함 해볼래!?"
],
[0, "허영무", null, 0, null, 97, 97, 97, 0, 1985, 2190, null, null, "게임 알지도 못하는 놈들아 너네들이 와서 함 해볼래!?"],
[0, "박지호", null, 0, null, 81, 94, 69, 0, 1985, 2190, null, null],
[0, "전태규", null, 0, null, 83, 87, 75, 0, 1985, 2190, null, null],
[0, "오영종", null, 0, null, 97, 88, 96, 0, 1985, 2190, null, null],
@@ -291,22 +258,7 @@
[0, "원선재", null, 0, null, 46, 39, 52, 0, 1985, 2190, null, null],
[0, "콩", null, 0, null, 22, 22, 22, 0, 1985, 2190, null, null, "Chili Con Carne Chili Con Carne"],
[0, "이제동", null, 0, null, 109, 113, 106, 0, 1985, 2190, null, null],
[
0,
"홍진호",
null,
0,
null,
100,
102,
98,
0,
1985,
2190,
null,
null,
"오늘의 전 홍진호도 아니고 폭풍저그도 아니었습니다. 그냥.. 그냥.. 저그 였습니다. 저그.."
],
[0, "홍진호", null, 0, null, 100, 102, 98, 0, 1985, 2190, null, null, "오늘의 전 홍진호도 아니고 폭풍저그도 아니었습니다. 그냥.. 그냥.. 저그 였습니다. 저그.."],
[0, "박성준", null, 0, null, 101, 109, 95, 0, 1985, 2190, null, null],
[0, "박태민", null, 0, null, 98, 90, 106, 0, 1985, 2190, null, null],
[0, "김윤환Z", null, 0, null, 90, 81, 95, 0, 1985, 2190, null, null],
@@ -548,13 +500,5 @@
],
"general_ex": [],
"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"]]]
}