事件
杰出的海军士官
在远征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
}
}
}