
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
ShipyardAdvanceallow
Grand ShipyardBuildingon debate passed
Naval BaseBuildingon debate passed
ShipyardBuildingon 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:803
810allow = {
811num_of_non_rural_ports > 0
}
818chance = {
819add = 0.5
820add = {
821if = {
822limit = {
822navy_size_percentage <= 0.25
}
823value = 2
}
}
826add = {
827if = {
828limit = {
828num_of_ports >= 10
}
829add = 2
}
}
832multiply = {
833if = {
834limit = {
834navy_size_percentage <= 1
}
835value = 2
}
837else = {
838value = 1
}
}
841multiply = {
842if = {
843limit = {
843num_of_ports < 1
}
844value = 0
}
846else = {
847value = 1
}
}
}
852on_debate_passed = {
853ordered_owned_location = {
854order_by = population
855max = {
856value = num_provinces
857multiply = 0.1
858add = 1
}
860check_range_bounds = no
861limit = {
862NOR = {
}
867is_coastal = yes
868OR = {
}
}
874construct_building = {
876cost_multiplier = 0.5
877cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}