
행동
징집 규모 확대
막부 궁정을 통해 보다 강력한 가신들로부터 더 많은 징집 지상군과 징집 해상군을 차출할 수 있습니다.
일본 막부국가 간 조직체allow정의in_game/common/generic_actions/religious_factions.txt:425
426type = religiousfaction
428sound = UI_action_religion_generic
430potential = {
431scope:actor.religion = {
432has_religious_factions = yes
}
}
436allow = {
437trigger_if = {
443scope:actor ?= {
}
}
}
449cooldown = {
450type = increase_levies_from_shogun_court
451years = 5
}
454automation_tick = never
455automation_tick_frequency = 12
457ai_tick = monthly
458ai_tick_frequency = 12
460price = price:increase_levies_from_shogun_court
462select_trigger = {
463looking_for_a = religion
464source = actor
465target_flag = recipient
466name = "choose_religion" 종교 선택:
467column = {
468data = name
}
}
472effect = {
473scope:actor ?= {
474add_country_modifier = {
}
}
}
482ai_will_do = {
483add = "scope:actor.add_static_modifier_utility(increased_levies_from_shogun_court)"
}