
议会议案本版本变更
扩建造船厂
我们需要扩大我们的造船能力,为我们的国家提供一支强大的舰队。
大船厂革新allow
海军基地革新allow
船厂革新allow
大船厂建筑on debate passed
海军基地建筑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: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"
}
}
}