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:
@@ -207,38 +207,8 @@
|
||||
[0, "한선화", 9017, 0, null, 77, 63, 84, 0, 160, 300, null, null, "백치미가 뭐에요?"],
|
||||
[0, "송지은", 9018, 0, null, 90, 71, 83, 0, 160, 300, null, null, "슈비두바 빠빠빠 슈비두바 빠빠빠"],
|
||||
[0, "보람", 9019, 0, null, 69, 71, 82, 0, 160, 300, null, null, "박수를...짝짝짝!!"],
|
||||
[
|
||||
0,
|
||||
"지연",
|
||||
9020,
|
||||
0,
|
||||
null,
|
||||
65,
|
||||
79,
|
||||
94,
|
||||
0,
|
||||
160,
|
||||
300,
|
||||
null,
|
||||
null,
|
||||
"멘탈갑 박얘쁜이예요. 의지의차이^^ 개념있게^^ 항상겸손하기^^ 연기천재 박수를드려요^^"
|
||||
],
|
||||
[
|
||||
0,
|
||||
"효민",
|
||||
9021,
|
||||
0,
|
||||
null,
|
||||
69,
|
||||
70,
|
||||
82,
|
||||
0,
|
||||
160,
|
||||
300,
|
||||
null,
|
||||
null,
|
||||
"생수머신 효민이에요. 의지의 차이 ^^ 우리 모두 의지를갖고 화이팅!!!!!!"
|
||||
],
|
||||
[0, "지연", 9020, 0, null, 65, 79, 94, 0, 160, 300, null, null, "멘탈갑 박얘쁜이예요. 의지의차이^^ 개념있게^^ 항상겸손하기^^ 연기천재 박수를드려요^^"],
|
||||
[0, "효민", 9021, 0, null, 69, 70, 82, 0, 160, 300, null, null, "생수머신 효민이에요. 의지의 차이 ^^ 우리 모두 의지를갖고 화이팅!!!!!!"],
|
||||
[0, "은정", 9022, 0, null, 73, 66, 72, 0, 160, 300, null, null, "떡은정!"],
|
||||
[0, "큐리", -1, 0, null, 61, 68, 69, 0, 160, 300, null, null],
|
||||
[0, "소연", 9023, 0, null, 80, 70, 81, 0, 160, 300, null, null, "의지+예의+배려 의 차이♥ 오늘도 우리 힘내자구"],
|
||||
@@ -409,22 +379,7 @@
|
||||
[0, "가온누리", -1, 0, null, 51, 49, 61, 0, 160, 300, null, null],
|
||||
[0, "알찬성민", -1, 0, null, 42, 61, 52, 0, 160, 300, null, null],
|
||||
[0, "신종국", -1, 0, null, 51, 51, 59, 0, 160, 300, null, null],
|
||||
[
|
||||
0,
|
||||
"김현중",
|
||||
9038,
|
||||
0,
|
||||
null,
|
||||
62,
|
||||
47,
|
||||
93,
|
||||
0,
|
||||
160,
|
||||
300,
|
||||
null,
|
||||
null,
|
||||
"F4 지후선배야. 하얀 천과 바람만 있으면 어디든 갈수있어."
|
||||
],
|
||||
[0, "김현중", 9038, 0, null, 62, 47, 93, 0, 160, 300, null, null, "F4 지후선배야. 하얀 천과 바람만 있으면 어디든 갈수있어."],
|
||||
[0, "허영생", -1, 0, null, 73, 41, 71, 0, 160, 300, null, null],
|
||||
[0, "김규종", -1, 0, null, 70, 46, 67, 0, 160, 300, null, null],
|
||||
[0, "박종민", -1, 0, null, 64, 59, 66, 0, 160, 300, null, null],
|
||||
@@ -452,18 +407,7 @@
|
||||
],
|
||||
"general_ex": [],
|
||||
"cities": [],
|
||||
"history": [
|
||||
"<C>●</>180년 1월:<L><b>【가상모드7】</b>가요대잔치</>",
|
||||
"<C>●</>180년 1월:<L><b>【이벤트】</b></>올해의 가요대상은!"
|
||||
],
|
||||
"history": ["<C>●</>180년 1월:<L><b>【가상모드7】</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