
Action
Appease the Commoners
We can negotiate with the Ikkō-ikki to keep the population happy.
Definitionin_game/common/generic_actions/religious_factions.txt:680
681type = religiousfaction
683sound = UI_action_religion_generic
685potential = {
686scope:actor.religion = {
687has_religious_factions = yes
}
}
691allow = {
}
694automation_tick = never
695automation_tick_frequency = 12
697ai_tick = monthly
698ai_tick_frequency = 6
700price = price:increase_peasant_satisfaction_from_ikko_ikki
702cooldown = {
703type = increase_peasant_satisfaction_from_ikko_ikki
704years = 2
}
707select_trigger = {
708looking_for_a = religion
709source = actor
710target_flag = recipient
711name = "choose_religion" Choose the Religion:
712column = {
713data = name
}
}
717effect = {
718scope:actor ?= {
719add_estate_satisfaction = {
}
}
}
725ai_will_do = {
726add = "scope:actor.add_estate_satisfaction_utility(peasants_estate|0.1)"
}