事件
Target Location在辩论中改变立场!

似乎,Target Location的Parliament成员尽管不久前还是我们的坚定拥护者,但已然彻底转变了他们在这场辩论中对议案的立场。究竟为何会出现这种情况,我们无从得知,但显然我们已无法再指望他们的选票了。
定义in_game/events/government/parliaments.txt:640
641type = country_event
642title = parliaments.10.title Target Location在辩论中改变立场!
643desc = parliaments.11.desc 似乎,Target Location的Parliament成员尽管不久前还是我们的坚定拥护者,但已然彻底转变了他们在这场辩论中对议案的立场。究竟为何会出现这种情况,我们无从得知,但显然我们已无法再指望他们的选票了。
644outcome = neutral
646illustration_tags = {
64710 = angry
64810 = exterior
}
652trigger = {
653OR = {
654country_type = location
655country_type = building
}
}
659immediate = {
660if = {
661limit = {
661country_type = location
}
662random_owned_location = {
663save_scope_as = target_location
}
}
667if = {
668limit = {
668country_type = building
}
669random_owned_foreign_building_location = {
670save_scope_as = target_location
}
}
}