feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
{
|
||||
"title":"【공백지】 무주공산",
|
||||
"startYear":180,
|
||||
"map":{
|
||||
"mapName":"miniche_clean"
|
||||
"title": "【공백지】 무주공산",
|
||||
"startYear": 180,
|
||||
"map": {
|
||||
"mapName": "miniche_clean"
|
||||
},
|
||||
"history":[
|
||||
],
|
||||
"history": [],
|
||||
"const": {
|
||||
"expandCityDefaultCost": 30000,
|
||||
"expandCityCostCoef": 250,
|
||||
"npcBanMessageProb":1
|
||||
"npcBanMessageProb": 1
|
||||
},
|
||||
"events":[
|
||||
"events": [
|
||||
[
|
||||
"destroy_nation", 1000,
|
||||
["and",
|
||||
["Date", ">=", 183, 1],
|
||||
["RemainNation", "==", 1]
|
||||
],
|
||||
"destroy_nation",
|
||||
1000,
|
||||
["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]],
|
||||
["BlockScoutAction"],
|
||||
["DeleteEvent"]
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user