변수
religious_zeal
정의in_game/common/international_organizations/crusade.txt:232
233format = "RELIGIOUS_ZEAL_DISPLAY"
234change_format = "VARIABLE_CHANGE_FORMAT"
235start = 1
236min = 0
237max = 100
238monthly_change = {
239subtract = {
240desc = "WANE_OVER_TIME" 지속적으로 감소
241value = 1
}
243add = {
244desc = "NUMBER_OF_MEMBERS" 가담한 국가
245value = total_members
246multiply = 0.75
247divide = 10
248subtract = 0.75
}
}