イベント
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
}
}
}