flavor_ayu.7 拓展视野
时间范围:1600.1.1 - 1700.1.1(每月 5% 概率)
触发条件:
- 国家拥有统治者。
- 统治者的总能力值 (
total_abilities) 大于等于 150。 - 首都所在市场 (
capital.market) 中,存在至少一位满足以下条件的商人 (any_merchant_in_market):- 该商人的首都位于西欧次大陆 (
sub_continent:western_europe)。 - 该商人对本国 (
root) 的观感 (opinion) 大于等于 100。
- 该商人的首都位于西欧次大陆 (
关键效果:
-
选项 A:加强贸易管制
- 名称:
flavor_ayu.7.a - 效果:
- 社会价值观变动:重商主义与自由贸易 (
mercantilism_vs_free_trade) 向左侧(重商主义方向)小幅移动 (societal_value_minor_move_to_left)。 - 对触发事件中随机选定的西欧商人所属国家 (
scope:target_country) 添加宣战理由:贸易冲突 (casus_belli:cb_trade_conflict)。
- 社会价值观变动:重商主义与自由贸易 (
- 名称:
-
选项 B:允许贸易自由流通
- 名称:
flavor_ayu.7.b - 效果:
- 社会价值观变动:重商主义与自由贸易 (
mercantilism_vs_free_trade) 向右侧(自由贸易方向)小幅移动 (societal_value_minor_move_to_right)。 - 获得少量研究进度 (
add_research_progress = research_progress_weak_bonus)。 - 合法性遭受严重惩罚 (
add_legitimacy = legitimacy_severe_penalty)。
- 社会价值观变动:重商主义与自由贸易 (
- 名称:
背景介绍: 在17世纪,随着全球贸易网络的扩张,一个拥有杰出领袖的国家面临着关键的贸易政策抉择。当与西欧的富裕商人建立良好关系后,国家内部就如何管理这些新兴的贸易机会产生了分歧。一方主张加强国家管制以保护本国利益,另一方则倡导更自由的贸易以促进知识和经济的流动。这个决定将深远影响国家的经济走向和对外关系。
完整事件代码:
flavor_ayu.7 = { #Furthening Horizons
type = country_event
title = flavor_ayu.7.title
desc = flavor_ayu.7.desc
dynamic_historical_event = {
tag = AYU
from = 1600.1.1
to = 1700.1.1
monthly_chance = 5
}
fire_only_once = yes
trigger = {
has_ruler = yes
ruler.total_abilities >= 150
capital.market = {
any_merchant_in_market = {
capital.sub_continent = sub_continent:western_europe
opinion = { target = root value >= 100 }
}
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
ruler = { save_scope_as = target_ruler }
capital.market = {
random_merchant_in_market = {
limit = {
capital.sub_continent = sub_continent:western_europe
opinion = { target = root value >= 100 }
}
save_scope_as = target_country
}
}
}
option = { #Increase trade regulations
name = flavor_ayu.7.a
change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_left }
scope:target_country = {
add_casus_belli = { target = root type = casus_belli:cb_trade_conflict }
}
}
option = { #Allow trade to flow freely
name = flavor_ayu.7.b
change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_right }
add_research_progress = research_progress_weak_bonus
add_legitimacy = legitimacy_severe_penalty
}
}