
Action
Increase Levies
We can request more Army Levies and Naval Levies from our stronger retainers through the Shogunate Court.
Japanese ShogunateInternational OrganizationallowDefinitionin_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" Choose the 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)"
}