flavor_nap.106 维伦纽夫条约(那不勒斯效忠反应)
时间范围
- 起始日期:未指定(无
from字段) - 结束日期:未指定(无
to字段) - 触发概率:未指定(无
monthly_chance字段)
触发条件
- 文件来源:
temp/nap/flavor_nap.106.txt - 事件类型:国家事件(
type = country_event) - 具体触发条件:代码中未明确列出
trigger字段,触发机制需参考游戏内其他设定或事件链。
关键效果
- 选项名称:
flavor_nap.106.a - 历史选项:是(
historical_option = yes) - 效果:
- 获得金币,金额为 西西里地区(c:SIC)月贸易与税收收入的两倍(
add_gold = { value = c:SIC.monthly_income_trade_and_tax multiply = 2 })
- 获得金币,金额为 西西里地区(c:SIC)月贸易与税收收入的两倍(
背景介绍
该事件模拟了历史上与维伦纽夫条约相关的那不勒斯王国反应,可能涉及领土、效忠或外交协定。事件中,那不勒斯选择接受条约(对应历史选项),并因此从西西里地区获得一笔基于其经济收入的金币补偿,反映了条约可能带来的财政收益或赔偿。
完整事件代码
flavor_nap.106 = { #The Treaty of Villeneuve (Naples Reaction Homage)
type = country_event
title = flavor_nap.106.title
desc = flavor_nap.106.desc
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_nap.106.a
historical_option = yes
add_gold = { value = c:SIC.monthly_income_trade_and_tax multiply = 2 }
}
}