事件
海军扩建需求

随着发现新大陆沦为殖民地,海军的重要性得到了显著提升。自然而然,造船所需的物资需求也随之激增,达到了难以控制的程度。
我们可以通过征用市民的商船来缓解物资需求。
市民阶层trigger
发现新大陆思潮trigger定义in_game/events/institution_events.txt:980
981type = country_event
982title = institution_events.61.title 海军扩建需求
983desc = institution_events.61.desc 随着发现新大陆沦为殖民地,海军的重要性得到了显著提升。自然而然,造船所需的物资需求也随之激增,达到了难以控制的程度。
我们可以通过征用市民的商船来缓解物资需求。
我们可以通过征用市民的商船来缓解物资需求。
984outcome = neutral
985trigger = {
986exists = capital
990NOT = {
990capital.continent = continent:america
}
991OR = {
993has_colonial_charters = yes
994any_subject = {
995is_colonial_subject = yes
}
}
}
1002image = "gfx/interface/illustrations/institutions/new_world.dds"
1003immediate = {
1004random_owned_non_rural_location = {
1008save_scope_as = new_world_location
1009market = {
1010save_scope_as = new_world_market
}
}
}