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

Target Location的代表显然已经察觉到,Parliament当前审议的议案无利于自身利益。他们对我们反对立场的支持,对我们而言意义重大。
定义in_game/events/government/parliaments.txt:575
576type = country_event
577title = parliaments.10.title Target Location在辩论中改变立场!
578desc = {
579first_valid = {
580triggered_desc = {
584desc = parliaments.10.desc_b Target Location的代表显然已经察觉到,Parliament当前审议的议案无利于自身利益。他们对我们反对立场的支持,对我们而言意义重大。
}
586triggered_desc = {
587desc = parliaments.10.desc 看来Target Location的Parliament成员终于意识到了目前正在讨论的议案通过将会给他们带来多大的好处。因此他们对于我们议案的支持越来越普遍。
}
}
}
591outcome = neutral
593illustration_tags = {
59410 = happy
59510 = exterior
}
598trigger = {
599OR = {
600country_type = location
601country_type = building
}
}
605immediate = {
606if = {
607limit = {
607country_type = location
}
608random_owned_location = {
609save_scope_as = target_location
}
}
612if = {
613limit = {
613country_type = building
}
614random_owned_foreign_building_location = {
615save_scope_as = target_location
}
}
619scope:target_location ?= {
}
}