Event
Expansion of Naval Demands

As the New World has become subject to colonization, the importance of the navy received a significant boost. Naturally, the demand for goods that are necessary for shipbuilding has increased to levels that are difficult to manage.
We could ease the demand by impressing the merchant ships of the Burghers.
BurghersEstatetrigger
New WorldInstitutiontriggerDefinitionin_game/events/institution_events.txt:980
981type = country_event
982title = institution_events.61.title Expansion of Naval Demands
983desc = institution_events.61.desc As the New World has become subject to colonization, the importance of the navy received a significant boost. Naturally, the demand for goods that are necessary for shipbuilding has increased to levels that are difficult to manage.
We could ease the demand by impressing the merchant ships of the Burghers.
We could ease the demand by impressing the merchant ships of the Burghers.
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
}
}
}