脚本触发器
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$
}
}
}
}