
Parliament IssueChanged this version
Develop the Interior
We should not neglect our interior lands and develop them accordingly.
Modifiers
Definitionin_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 = {
}
}
