Scripted TriggerNew this version
root_or_scaligeri_war_participant_controls
Definitionin_game/events/DHE/flavor_ver.txt:156
157$location$ = {
158custom_tooltip = {
159text = ver_owner_is_an_defender The Owner of Location is a country that is a Defender in Target War
160owner ?= {
161scope:target_war = {
162is_a_defender = PREV
}
}
}
166custom_tooltip = {
167text = ver_controller_is_an_attacker The Controller of Location is a country that is an Attacker in Target War
168controller ?= {
169scope:target_war = {
170is_an_attacker = PREV
}
}
}
}