
Action
Militarize Religious Icons
Religion not only plays a large role in our society but also in our military. The morale of our army can be increased if they are allowed to use the icons of the Church during their campaigns.
AnglicanismReligionpotentialDefinitionin_game/common/generic_actions/church_power.txt:101
102type = religious
104sound = UI_action_religion_generic
106ai_tick = daily
107ai_tick_frequency = 80
109automation_tick = monthly
110automation_tick_frequency = 1
111player_automated_category = religiousdoctrines
113message = national_church_action
119allow = {
}
122price = price:national_church_power
124select_trigger = {
125looking_for_a = religion
126source = actor
127target_flag = recipient
128name = "choose_religion" Choose the Religion:
129column = {
130data = name
}
}
141ai_will_do = {
142add = -60
143add = {
144if = {
145limit = {
146scope:actor = {
147at_war = yes
}
}
150value = 200
}
}
153add = {
154if = {
155limit = {
156scope:actor = {
157any_rival = {
158can_declare_war_on = prev
159has_truce_with = prev
}
}
}
163value = 200
}
}
166if = {
167limit = {
167scope:actor.modifier:bias_for_militarist_policies > 0
}
168add = {
169value = {
170value = scope:actor.modifier:bias_for_militarist_policies
171multiply = 2
}
}
}
}