
議題このバージョンで変更
都市化の推進
我々の権力基盤を拡大する手段として、主要都市の都市化を促進することが前進への道である。
伝統時代allow
ルネサンス時代allow
発見時代allow
宗教改革時代allow
都市の建設可能補正タイプallow補正
POP昇格速度 %+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
}
}
}
}