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.105] 维伦纽夫条约(那不勒斯对附庸的反应)

时间范围
事件为一次性触发(fire_only_once = yes),无具体起止日期与月度概率。

触发条件
事件由游戏脚本直接触发,无定义trigger条件。

关键效果

  • 选项flavor_nap.105.a
    • 使国家 SIC(西西里)成为国家 NAP(那不勒斯)的附庸(subject_type:vassal)。

背景介绍
该事件模拟了历史上那不勒斯王国与西西里之间的关系变化。维伦纽夫条约可能指代两国间关于附庸或从属关系的协定,反映了中世纪或近代早期意大利半岛上政治实体间的权力重组与附庸制度的建立。

完整事件代码

flavor_nap.105 = { #The Treaty of Villeneuve (Naples Reaction Vassal)
	type = country_event

	title = flavor_nap.105.title
	desc = flavor_nap.105.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	fire_only_once = yes

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

	option = {
		name = flavor_nap.105.a
		c:SIC = {
			make_subject_of = {
				target = c:NAP
				type = subject_type:vassal
			}
		}
	}
}