
行动本版本变更
通过贸易传播宗教改革
我们的商人穿行于北欧商路,越来越多地接触到了新教思想。我们可以鼓励我们的贸易站接受改革宗信仰。
汉萨商栈建筑allow, effect
加尔文宗宗教select trigger 2
天主教宗教allow, effect, potential
路德宗宗教select trigger 2
宗教改革局势allow, select trigger 1定义in_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" 选择局势:
34column = {
35data = name
}
}
43select_trigger = {
44looking_for_a = religion
45target_flag = target
46name = "convert_religion_select_religion" 选择要皈依的宗教
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 我们的Hanseatic Kontors|e相关人群若仍信奉Catholic,将皈依选中的宗教。
}
}
90ai_will_do = {
91add = 100
}