
Loi parlementaireModifié dans cette version
Développer nos infrastructures de construction navale
Nous devons développer nos capacités de construction navale afin de doter notre pays d'une flotte puissante.
Grand chantier navalAvancéeallow
Base navaleAvancéeallow
Grand chantier navalBâtimenton debate passed
Base navaleBâtimenton debate passed
CitéRang de lieuon debate passed
MégalopoleRang de lieuon debate passed
VilleRang de lieuon debate passedModificateurs
Marins+50%
Définitionin_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"
}
}
}