general_pool 에서 장수 선택 기능 추가

This commit is contained in:
2020-12-31 07:43:56 +09:00
parent 187db3d011
commit 3e35dec9fa
66 changed files with 5597 additions and 1319 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"title": "【공백지】 영웅전설",
"startYear": 180,
"map": {
"mapName": "miniche",
"targetGeneralPool": "SPoolUnderU30",
"generalPoolAllowOption": ["ego"]
},
"history": [
"<C>●</>180년 1월:<L><b>【이벤트】</b></>29기까지 내로라 하는 모든 장수들이 모였다!"
],
"events": [
[
["Date", "==", null, 12],
["CreateManyNPC", 100],
["DeleteEvent"]
],
[
["Date", "==", 181, 12],
["ChangeCity", "occupied", {
"pop": "+60000",
"agri": "+1200",
"comm": "+1200"
}]
]
]
}