
AcciónCambiado en esta versión
Extender la Reforma mediante el comercio
Nuestros comerciantes viajan por las rutas comerciales del norte de Europa y cada vez se exponen más a las nuevas ideas protestantes. Podemos animar a nuestros puestos comerciales a adoptar la fe reformada.
Kontor hanseáticoEdificioallow, effect
CalvinismoReligiónselect trigger 2
CatolicismoReligiónallow, effect, potential
LuteranismoReligiónselect trigger 2
La ReformaSituaciónallow, select trigger 1Definiciónin_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" Elige la Situation:
34column = {
35data = name
}
}
43select_trigger = {
44looking_for_a = religion
45target_flag = target
46name = "convert_religion_select_religion" Selecciona a qué Religion quieres que nos convirtamos.
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 Las Pops vinculadas a nuestros Hanseatic Kontors|el que sigan profesando la fe Catholic se convertirán la Religion seleccionada.
}
}
90ai_will_do = {
91add = 100
}