
ActionChanged this version
Spread Reformation Through Trade
Our merchants travel the trade routes of Northern Europe and are increasingly exposed to the new Protestant ideas. We can encourage our trading posts to adopt the reformed faith.
Hanseatic KontorBuildingallow, effect
CalvinismReligionselect trigger 2
CatholicismReligionallow, effect, potential
LutheranismReligionselect trigger 2
The ReformationSituationallow, select trigger 1Definitionin_game/common/generic_actions/reformation.txt:1
2type = situation
11allow = {
13scope:actor = {
14any_owned_foreign_building = {
}
}
}
23cooldown = {
24type = spread_reformation_through_trade
25years = 10
}
28automation_tick = never
30select_trigger = {
31looking_for_a = situation
32target_flag = recipient
33name = "choose_situation" Choose the Situation:
34column = {
35data = name
}
}
43select_trigger = {
44looking_for_a = religion
45target_flag = target
46name = "convert_religion_select_religion" Select Religion to convert to
47none_available_msg_key = "convert_religion_no_religions"
48column = {
49data = name
}
51visible = {
56is_religion_enabled = yes
}
}
60effect = {
61if = {
62limit = {
63exists = scope:target
}
65scope:actor = {
66every_owned_foreign_building = {
70linked_pop = {
71if = {
75change_pop_religion = scope:target
}
}
}
}
}
85else = {
86custom_tooltip = spread_reformation_through_trade_tt The Pops linked to our Hanseatic Kontor that are still Catholic will convert to the selected Religion.
}
}
90ai_will_do = {
91add = 100
}