[flavor_mlo.10] 米兰地区资源开发
时间范围
- 事件触发期:1500.1.1 - 1600.1.1
- 触发概率:每月 10% 概率
触发条件
- 控制米兰地区(
owns = location:milano) - 米兰地区的市场正在生产优质布料(
location:milano.market = { is_produced_in_market = goods:fine_cloth })
关键效果
- 选项:
flavor_mlo.10.a - 效果:米兰地区获得一次严重发展加成(
change_development = development_severe_bonus)
背景介绍
该事件反映了16世纪米兰地区在优质布料生产方面的经济繁荣。作为当时欧洲重要的纺织业中心,米兰凭借其发达的纺织技术和市场网络,吸引了大量资本和劳动力,推动了当地经济的快速发展。这一事件模拟了米兰在特定历史条件下,因主导产业优势而获得区域发展机遇的过程。
完整事件代码
flavor_mlo.10 = {
type = country_event
title = flavor_mlo.10.title
desc = flavor_mlo.10.desc
fire_only_once = yes
dynamic_historical_event = {
tag = MLO
from = 1500.1.1
to = 1600.1.1
monthly_chance = 10
}
trigger = {
owns = location:milano
location:milano.market = {
is_produced_in_market = goods:fine_cloth
}
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
location:milano = {
save_scope_as = target_location
}
}
option = {
name = flavor_mlo.10.a
location:milano = {
change_development = development_severe_bonus
}
}
}