balance: 초반 NPC 생성 시 모든 국가를 채울 수 있을 정도로는 제공

This commit is contained in:
2021-10-14 00:36:06 +09:00
parent 4a1bccdf75
commit 418007e572
7 changed files with 37 additions and 25 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
"iconPath": "쿠키런킹덤",
"fiction": 1,
"nation":[
],
"map":{
"mapName":"miniche",
@@ -100,7 +100,7 @@
"events":[
[
["or", ["Date", "==", null, 12], ["Date", "==", null, 6]],
["CreateManyNPC", 30],
["CreateManyNPC", 10, 10],
["DeleteEvent"]
],
[
@@ -109,5 +109,5 @@
["DeleteEvent"]
]
]
}