flavor_ned.33 尼德兰地区城市化
时间范围:1500.1.1 - 1600.1.1,每月 1% 概率触发
触发条件:
- 玩家控制的国家为尼德兰(NED)。
- 在以下任一地区(荷兰、弗里斯兰、布拉班特、佛兰德、瓦隆尼亚)中,至少拥有一个非农村地点,且该地点的人口比例达到或超过20%。
关键效果:
- 选项 A (flavor_ned.33.a):
- 为触发地区内人口最多的三个非农村地点添加“城市化省份”修正,持续180个月(若已存在则叠加并延长持续时间)。
- 社会价值观向“资本经济”方向移动(即
capital_economy_vs_traditional_economy向左移动)。
- 选项 B (flavor_ned.33.b):
- 无具体效果。
背景介绍: 该事件模拟了16世纪尼德兰地区(尤其是低地国家)的城市化进程。这一时期,得益于繁荣的贸易(特别是安特卫普和阿姆斯特丹)、纺织业和金融业的发展,该地区涌现出大量人口稠密的城镇。事件反映了当地统治者或市政当局面对经济增长和人口聚集时,可以选择积极推动城市基础设施建设与管理,从而进一步巩固经济优势,并向更现代的资本经济模式转型。
完整事件代码:
flavor_ned.33 = {
hide_portraits = yes
type = country_event
title = flavor_ned.33.title
desc = flavor_ned.33.desc
fire_only_once = yes
dynamic_historical_event = {
tag = NED
from = 1500.1.1
to = 1600.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = exterior
}
trigger = {
any_owned_non_rural_location = {
percent >= 0.2
OR = {
area = area:holland_area
area = area:friesland_area
area = area:brabant_area
area = area:flanders_area
area = area:wallonia_area
}
}
}
immediate = {
ruler_or_regent ?= {
save_scope_as = target_character
}
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ordered_owned_non_rural_location = {
limit = {
OR = {
area = area:holland_area
area = area:friesland_area
area = area:brabant_area
area = area:flanders_area
area = area:wallonia_area
}
}
order_by = population
position = 0
check_range_bounds = no
save_scope_as = target_location
}
ordered_owned_non_rural_location = {
limit = {
OR = {
area = area:holland_area
area = area:friesland_area
area = area:brabant_area
area = area:flanders_area
area = area:wallonia_area
}
}
order_by = population
position = 1
check_range_bounds = no
save_scope_as = target_location2
}
ordered_owned_non_rural_location = {
limit = {
OR = {
area = area:holland_area
area = area:friesland_area
area = area:brabant_area
area = area:flanders_area
area = area:wallonia_area
}
}
order_by = population
position = 2
check_range_bounds = no
save_scope_as = target_location3
}
}
option = {
name = flavor_ned.33.a
scope:target_location = {
add_location_modifier = {
modifier = urbanized_province
months = 180
mode = add_and_extend
}
}
scope:target_location2 = {
add_location_modifier = {
modifier = urbanized_province
months = 180
mode = add_and_extend
}
}
scope:target_location3 = {
add_location_modifier = {
modifier = urbanized_province
months = 180
mode = add_and_extend
}
}
change_societal_value = {
type = capital_economy_vs_traditional_economy
value = societal_value_move_to_left
}
}
option = {
name = flavor_ned.33.b
}
}