スクリプトトリガー
owner_owns_no_copies_of_building
定義in_game/common/scripted_triggers/building_triggers.txt:60
61custom_tooltip = {
62text = owner_owns_no_copies_of_building_tt 所有国は、この建造物が存在するロケーションをほかに所有していない
63owner = {
64not = {
65any_owned_location = {
66has_building = building_type:$type$
}
}
}
}