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