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:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"title": "【가상모드21】 Poke-관동지방",
|
||||
"startYear": 1993,
|
||||
"history": [
|
||||
"<C>●</>1996년 1월:<L><b>【PoKe-관동】</b></>",
|
||||
"<C>●</>1996년 1월:<L><b>【포켓몬vs트레이너! 포켓몬이 될것인가 트레이너가 될것인가】</b></>"
|
||||
],
|
||||
"history": ["<C>●</>1996년 1월:<L><b>【PoKe-관동】</b></>", "<C>●</>1996년 1월:<L><b>【포켓몬vs트레이너! 포켓몬이 될것인가 트레이너가 될것인가】</b></>"],
|
||||
"stat": {
|
||||
"total": 240,
|
||||
"min": 40,
|
||||
@@ -221,31 +218,8 @@
|
||||
[0, "시바", null, 0, "석영고원", 90, 100, 70, 0, 1973, 2100, null, null],
|
||||
[0, "국화", null, 0, "석영고원", 83, 87, 88, 0, 1973, 2100, null, "환술"],
|
||||
[0, "목호", null, 0, "석영고원", 94, 73, 94, 0, 1973, 2100, null, null],
|
||||
[
|
||||
0,
|
||||
"로켓단",
|
||||
null,
|
||||
0,
|
||||
null,
|
||||
85,
|
||||
85,
|
||||
85,
|
||||
0,
|
||||
1973,
|
||||
2100,
|
||||
null,
|
||||
null,
|
||||
"우리가 그렇게 궁금하시다면 대답해 드리는게 인지상정\n이 세계의 파괴를 막기 위해! 이 세계의 평화를 지키기 위해! \n사랑과 진실, 어둠을 뿌리고 다니는...! \n포켓몬의 감초 귀"
|
||||
]
|
||||
[0, "로켓단", null, 0, null, 85, 85, 85, 0, 1973, 2100, null, null, "우리가 그렇게 궁금하시다면 대답해 드리는게 인지상정\n이 세계의 파괴를 막기 위해! 이 세계의 평화를 지키기 위해! \n사랑과 진실, 어둠을 뿌리고 다니는...! \n포켓몬의 감초 귀"]
|
||||
],
|
||||
"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