game: NPC 요양 기준 설정 가능

This commit is contained in:
2022-07-11 20:23:55 +09:00
parent d9beabbbbc
commit 88fcc64537
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -158,6 +158,7 @@ export type NationPolicy = {
minNPCRecruitCityPopulation: number,
safeRecruitCityPopulationRatio: number,
properWarTrainAtmos: number,
cureThreshold: number,
}
export type ItemTypeKey = 'horse' | 'weapon' | 'book' | 'item';