
Parliament Issue
Promote Integration Process
We should support the efforts to integrate the remote provinces of our domain and consolidate them more closer into our core territory.
Autocratic ParliamentParliament Typeallow
Constitutional ParliamentParliament Typeallow
CouncilParliament Typeallow
Dutch ParliamentParliament Typeallow
Estate ParliamentParliament Typeallow
Polish-Lithuanian ParliamentParliament TypeallowModifiers
Definitionin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:561
568allow = {
569OR = {
}
577any_owned_location = {
578integration_level = conquered
579integration_progress > 0
580integration_progress <= 60
}
}
584chance = {
585add = 1
586add = {
587if = {
588limit = {
589at_war = no
}
591value = 2
}
}
594every_province = {
595limit = {
595province_average_integration < 1
}
596add = 1
}
599multiply = {
600if = {
601limit = {
602at_war = yes
}
604value = 0.5
}
606else = {
607value = 1
}
}
}
612on_debate_passed = {
613ordered_province = {
614limit = {
614province_average_integration < 1
}
615order_by = population
616max = 1
617check_range_bounds = no
618every_location_in_province = {
619limit = {
619integration_level = conquered
}
620change_integration_progress = 20
}
}
}
