
의회 쟁점이번 버전 변경
조선 시설 확충
국가에 강력한 함대를 제공하려면 조선 역량을 확충해야 합니다.
해상군 기지발전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"
}
}
}