
Parliament IssueChanged this version
Grant City Rights
To keep our territory flourishing, we will need to expand the rights of our urban areas and grant more city rights.
ReformationAgeallow
AbsolutismAgeallow
RevolutionsAgeallow
CityLocation Rankallow
MegalopolisLocation Rankallow
TownLocation Rankallow, on debate passed
Can Build CitiesModifier TypeallowModifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:365
368modifier_when_in_debate = {
}
373allow = {
374OR = {
}
379is_subject = no
380at_war = no
381is_ai = no
383num_locations > 1
384any_owned_non_rural_location = {
386NOT = {
387any_neighbor_location = {
}
}
}
}
394chance = {
395add = 1
396add = {
397if = {
398limit = {
399num_locations > 5
}
401value = 2
}
}
404multiply = {
405if = {
406limit = {
407num_of_non_rural > 20
}
409value = 0.5
}
411else = {
412value = 1
}
}
}
417on_debate_passed = {
418ordered_owned_non_rural_location = {
419limit = {
421NOT = {
422any_neighbor_location = {
423is_city = yes
}
}
}
427order_by = {
428value = development
429add = population
430add = num_buildings
}
432max = 1
435every_pop = {
436limit = {
437owner = root
}
}
}
}

