Scripted Effect
crusade_effect
Definitionin_game/common/scripted_effects/religious_effects.txt:66
67custom_tooltip = call_crusade_tt A Crusade International Organization will be created and every Catholic country that joins it will automatically declare war on the Crusade target.
68hidden_effect = {
69create_international_organization = {
71add_country_to_international_organization = prev
72set_leader_country = prev
73save_scope_as = crusade_io
74every_in_global_list = {
75variable = pope_crusaders
76scope:crusade_io = {
77add_country_to_international_organization = prev
}
}
80target = $target$
}
}