Déclencheur scripté
is_subject_which_can_ally_target
ApanageType de vassalcustom descriptionDéfinitionin_game/common/scripted_triggers/country_triggers.txt:110
111custom_description = {
112text = is_subject_which_can_ally_target_text
113object = $target$
114is_subject = yes
115exists = root.top_overlord
116trigger_if = {
118$target$ = {
119is_subject = yes
120exists = top_overlord
121exists = root.top_overlord
122top_overlord = root.top_overlord
}
}
125trigger_else = {
126always = no
}
}