
의회 쟁점이번 버전 변경
내륙 개발
내륙 지역을 소홀히 하지 말고 발맞추어 개발해야 합니다.
보정치
도시 건물 건설 효율+40%
정의in_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:1392
1399allow = {
1400num_locations > 2
1401num_of_ports >= 1
1402is_subject = no
}
1405chance = {
1406add = 1
1407add = {
1408if = {
1409limit = {
1410societal_value:land_vs_naval < -30
}
1412value = 2
}
}
1415multiply = {
1416if = {
1417limit = {
1418societal_value:land_vs_naval > 30
}
1420value = 0.5
}
1422else = {
1423value = 1
}
}
}
1428on_debate_passed = {
1429ordered_owned_location = {
1430order_by = population
1431limit = {
1432is_port = no
}
1434check_range_bounds = no
1435max = {
1436value = num_provinces
1437multiply = 0.02
1438add = 1
}
}
1442change_societal_value = {
}
}
1447on_debate_failed = {
1449change_societal_value = {
}
}