
Parliament IssueChanged this version
Promote Urbanization
It is evident that the way forward lies in promoting the urbanization of our major towns, as a means to grow our power base.
TraditionsAgeallow
RenaissanceAgeallow
DiscoveryAgeallow
ReformationAgeallow
Can Build CitiesModifier TypeallowModifiers
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:275
282allow = {
283OR = {
}
289at_war = no
290is_ai = no
292num_locations > 1
293any_owned_rural_location = {
294NOT = {
295any_neighbor_location = {
296is_city = yes
}
}
}
}
302chance = {
303add = 1
304add = {
305if = {
306limit = {
307num_locations > 5
}
309value = 2
}
}
313add = {
314if = {
315limit = {
316num_of_non_rural = 0
}
318value = 4
}
}
322multiply = {
323if = {
324limit = {
325num_of_non_rural > 5
}
327value = 0.5
}
329else = {
330value = 1
}
}
}
335on_debate_passed = {
336ordered_owned_rural_location = {
337limit = {
338NOT = {
339any_neighbor_location = {
340is_city = yes
}
}
}
344order_by = {
345value = development
346add = population
347add = num_buildings
}
349max = 1
351every_pop = {
352limit = {
353owner = root
}
}
}
}
