
议会议案本版本变更
推动城市化
显然,发展的道路在于促进我们主要城镇的城市化,以此作为扩大我们权力基础的一种手段。
传统时代allow
文艺复兴时代allow
地理大发现时代allow
宗教改革时代allow
可以建造城镇修正类型allow修正
人口升级速度 %+100%
定义in_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
}
}
}
}