
议会议案本版本变更
扩建造船厂
我们需要扩大我们的造船能力,为我们的国家提供一支强大的舰队。
海军基地革新allow
海军基地建筑on debate passed
城市地点等级on debate passed
大都市地点等级on debate passed
集镇地点等级on debate passed修正
水手+50%
定义in_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:969
980chance = {
981add = 0.5
982add = {
983if = {
984limit = {
984navy_size_percentage <= 0.25
}
985value = 2
}
}
988add = {
989if = {
990limit = {
990num_of_ports >= 10
}
991add = 2
}
}
994multiply = {
995if = {
996limit = {
996navy_size_percentage <= 1
}
997value = 2
}
999else = {
1000value = 1
}
}
1003multiply = {
1004if = {
1005limit = {
1005num_of_ports < 1
}
1006value = 0
}
1008else = {
1009value = 1
}
}
}
1014on_debate_passed = {
1015ordered_owned_location = {
1016order_by = population
1017max = {
1018value = num_provinces
1019multiply = 0.1
1020add = 1
}
1022check_range_bounds = no
1023limit = {
1025is_coastal = yes
1026OR = {
}
}
1032construct_building = {
1034cost_multiplier = 0.5
1035cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}