
Action
Increase Tax Income
We can request more Taxes from our retainers through the Shogunate Court.
Japanese ShogunateInternational OrganizationallowDefinitionin_game/common/generic_actions/religious_factions.txt:487
488type = religiousfaction
490sound = UI_action_religion_generic
492potential = {
493scope:actor.religion = {
494has_religious_factions = yes
}
}
498allow = {
499trigger_if = {
505scope:actor ?= {
}
}
}
511cooldown = {
512type = increase_tax_income_from_shogun_court
513years = 5
}
516automation_tick = never
517automation_tick_frequency = 12
519ai_tick = monthly
520ai_tick_frequency = 12
522price = price:increase_tax_income_from_shogun_court
524select_trigger = {
525looking_for_a = religion
526source = actor
527target_flag = recipient
528name = "choose_religion" Choose the Religion:
529column = {
530data = name
}
}
534effect = {
535scope:actor ?= {
536add_country_modifier = {
}
}
}
544ai_will_do = {
545add = "scope:actor.add_static_modifier_utility(increased_tax_income_from_shogun_court)"
}