이벤트
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 ?= {
}
}