
议会议案本版本变更
扩建造船厂
我们需要扩大我们的造船能力,为我们的国家提供一支强大的舰队。
大船厂革新allow
海军基地革新allow
大船厂建筑on debate passed
海军基地建筑on debate passed
城市地点等级on debate passed
大都市地点等级on debate passed
集镇地点等级on debate passed修正
水手+50%
定义in_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"
}
}
}