feat: eslint 적용 및 관련 코드 일괄 수정

This commit is contained in:
2026-01-05 15:46:47 +00:00
parent cb312f02b3
commit c965b1120f
387 changed files with 39808 additions and 38800 deletions
@@ -1,41 +1,37 @@
{
"title": "【공백지】 영웅전설",
"startYear": 180,
"map": {
"mapName": "miniche",
"targetGeneralPool": "SPoolUnderU30",
"generalPoolAllowOption": ["ego"]
},
"history": [
"<C>●</>180년 1월:<L><b>【이벤트】</b></>29기까지 내로라 하는 모든 장수들이 모였다!"
],
"const": {
"npcBanMessageProb":1
},
"events": [
[
"month", 1000,
["Date", "==", null, 12],
["CreateManyNPC", 100, 0],
["DeleteEvent"]
],
[
"month", 1000,
["Date", "==", 181, 12],
["ChangeCity", "occupied", {
"pop": "+60000",
"agri": "+1200",
"comm": "+1200"
}]
],
[
"destroy_nation", 1000,
["and",
["Date", ">=", 183, 1],
["RemainNation", "==", 1]
],
["BlockScoutAction"],
["DeleteEvent"]
]
]
}
{
"title": "【공백지】 영웅전설",
"startYear": 180,
"map": {
"mapName": "miniche",
"targetGeneralPool": "SPoolUnderU30",
"generalPoolAllowOption": ["ego"]
},
"history": ["<C>●</>180년 1월:<L><b>【이벤트】</b></>29기까지 내로라 하는 모든 장수들이 모였다!"],
"const": {
"npcBanMessageProb": 1
},
"events": [
["month", 1000, ["Date", "==", null, 12], ["CreateManyNPC", 100, 0], ["DeleteEvent"]],
[
"month",
1000,
["Date", "==", 181, 12],
[
"ChangeCity",
"occupied",
{
"pop": "+60000",
"agri": "+1200",
"comm": "+1200"
}
]
],
[
"destroy_nation",
1000,
["and", ["Date", ">=", 183, 1], ["RemainNation", "==", 1]],
["BlockScoutAction"],
["DeleteEvent"]
]
]
}