이벤트
출중한 해군 장교 후보생
Target 원정이 성공으로 끝나자, Actor(이)가 원정대에 크게 기여한 유망한 젊은 지휘관에게 공을 돌렸다고 합니다.
정의in_game/events/exploration/exploration_success_events.txt:4
5type = country_event
7title = exploration_success.1.title 출중한 해군 장교 후보생
8desc = exploration_success.1.desc Target 원정이 성공으로 끝나자, Actor(이)가 원정대에 크게 기여한 유망한 젊은 지휘관에게 공을 돌렸다고 합니다.
9outcome = neutral
11trigger = {
12any_core_location = {
12is_port = yes
}
}
15immediate = {
16random_core_location = {
17limit = {
17is_port = yes
}
18save_scope_as = midshipman_location
19random_pop = {
20save_scope_as = midshipman_pop
}
}
}