
Parliament IssueChanged this version
Expand our Shipbuilding Facilities
We need to expand our shipbuilding capacities to provide a formidable fleet for our country.
Grand ShipyardAdvanceallow
Naval BaseAdvanceallow
Grand ShipyardBuildingon debate passed
Naval BaseBuildingon debate passed
CityLocation Rankon debate passed
MegalopolisLocation Rankon debate passed
TownLocation Rankon debate passedModifiers
Sailors+50%
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:887
894allow = {
895num_of_non_rural_ports > 0
}
901chance = {
902add = 0.5
903add = {
904if = {
905limit = {
905navy_size_percentage <= 0.25
}
906value = 2
}
}
909add = {
910if = {
911limit = {
911num_of_ports >= 10
}
912add = 2
}
}
915multiply = {
916if = {
917limit = {
917navy_size_percentage <= 1
}
918value = 2
}
920else = {
921value = 1
}
}
924multiply = {
925if = {
926limit = {
926num_of_ports < 1
}
927value = 0
}
929else = {
930value = 1
}
}
}
935on_debate_passed = {
936ordered_owned_location = {
937order_by = population
938max = {
939value = num_provinces
940multiply = 0.1
941add = 1
}
943check_range_bounds = no
944limit = {
949is_coastal = yes
950OR = {
}
}
956construct_building = {
958cost_multiplier = 0.5
959cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}