스크립트 트리거이번 버전 신규
root_or_scaligeri_war_participant_controls
정의in_game/events/DHE/flavor_ver.txt:156
157$location$ = {
158custom_tooltip = {
159text = ver_owner_is_an_defender Location의 소유국이 Target War의 방어군 측에 속합니다
160owner ?= {
161scope:target_war = {
162is_a_defender = PREV
}
}
}
166custom_tooltip = {
167text = ver_controller_is_an_attacker Location의 지배국이 Target War의 공격군 측에 속합니다
168controller ?= {
169scope:target_war = {
170is_an_attacker = PREV
}
}
}
}