feat: NPC 추방,몰수, 고유메시지 빈도를 GameConst에서 조절

This commit is contained in:
2022-03-10 23:11:56 +09:00
parent 90b3684cdb
commit 1ae95ba4bc
12 changed files with 25 additions and 8 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
],
"const": {
"expandCityDefaultCost": 30000,
"expandCityCostCoef": 250
"expandCityCostCoef": 250,
"npcBanMessageProb":1
}
}