flavor_ven.40 热那亚的陷落
时间范围:1337.1.1 - 1836.1.1,每月 10% 概率触发
触发条件:
- 控制
genoa地区。
关键效果:
- 选项:
flavor_ven.40.a- 获得大量金钱(
change_gold_effect = { scale = 6 })。 - 首都市场获得为期125个月的商人力量加成(
add_merchant_power = { power = merchant_power_mild_bonus })。
- 获得大量金钱(
背景介绍: 此事件模拟了威尼斯共和国在历史上对重要贸易对手和港口城市热那亚的控制。热那亚是地中海贸易网络的关键节点,其陷落或被控制,意味着威尼斯在区域商业竞争中取得了重大优势,能够获取其财富并增强自身的贸易影响力。
完整事件代码:
flavor_ven.40 = { #Fall of Genoa
type = country_event
title = flavor_ven.40.title
desc = flavor_ven.40.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VEN
from = 1337.1.1
to = 1836.1.1
monthly_chance = 10
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
}
trigger = {
owns = location:genoa
}
option = {
name = flavor_ven.40.a
change_gold_effect = { scale = 6 }
capital = {
market = {
add_merchant_power = {
country = root
power = merchant_power_mild_bonus
months = 125
key = affluent_merchants
}
}
}
}
}