
Parliament IssueChanged this version
Increase Our Control
Exerting control over our county is vital to the functionality of our state. We should improve our institutions that enforce control over our towns.
Counting HouseAdvanceallow
Counting HouseBuildingallow, on debate passed
CityLocation Rankallow, on debate passed
MegalopolisLocation Rankallow, on debate passed
TownLocation Rankallow, on debate passed
AssemblyParliament Typeallow
Autocratic ParliamentParliament Typeallow
Constitutional ParliamentParliament Typeallow
Dutch ParliamentParliament Typeallow
Estate ParliamentParliament Typeallow
Polish-Lithuanian ParliamentParliament TypeallowModifiers
Monthly Control+0.5%
Definitionin_game/common/parliament_issues/02_crown_estate_parliament_issues.txt:418
425allow = {
426has_ruler = yes
427num_locations > 0
428OR = {
}
437any_owned_location = {
438OR = {
}
}
}
447chance = {
448add = 1
449add = {
450if = {
451limit = {
452average_control_in_home_region <= 0.5
}
454value = 2
}
}
457multiply = {
458if = {
459limit = {
460average_control_in_home_region >= 0.7
}
462value = 0.5
}
464else = {
465value = 1
}
}
}
470on_debate_passed = {
471ordered_owned_location = {
472order_by = population
473max = {
474value = num_provinces
475multiply = 0.1
476add = 1
}
478check_range_bounds = no
479limit = {
481OR = {
}
}
487construct_building = {
489cost_multiplier = 0.5
490cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}