Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[flavor_nap.107] 维伦纽夫条约(那不勒斯拒绝反应)

时间范围
事件为动态历史事件,无固定 fromto 日期限制,触发概率未在代码中指定(无 monthly_chance 字段)。

触发条件
代码中未定义 trigger 字段,具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项flavor_nap.107.a(无 historical_option 标记)
    • 效果:为 c:NAP(那不勒斯)添加 sicily_area(西西里地区)内所有省份的核心。

背景介绍
该事件涉及“维伦纽夫条约”相关历史情境,反映了那不勒斯王国对条约的拒绝或消极反应。事件通过授予那不勒斯对西西里地区的核心宣称,模拟了其在该地区强化主权或领土主张的政治决策。

完整事件代码

flavor_nap.107 = { #The Treaty of Villeneuve (Naples Reaction Refusal)
	type = country_event

	title = flavor_nap.107.title
	desc = flavor_nap.107.desc

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_nap.107.a
		area:sicily_area = {
			every_location_in_area = {
				add_core = c:NAP
			}
		}
	}
}