
行动
随军圣像
宗教不仅在社会中影响深远,在军队中也是意义非凡。倘若在战时允许携带随军教会圣像,我军士气将得以提高。
圣公宗宗教potential定义in_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" 选择宗教:
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
}
}
}
}