Files
core2026/resources/scenario/scenario_903.json
T
2026-01-05 16:12:55 +00:00

32 lines
969 B
JSON

{
"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"]]
]
}