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_wls.14 威尔士贵族效忠

时间范围
事件无明确 fromto 日期限制,触发概率未指定(monthly_chance 未定义)。

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

关键效果

  • 选项 A(名称:flavor_wls.14.a):
    • 大幅降低独立倾向(add_liberty_desire = liberty_desire_severe_minus)。
    • 对英格兰(c:ENG)添加“满意”好感度修正(add_opinion = { target = c:ENG modifier = opinion_pleased })。
    • 显示自定义提示文本(custom_tooltip = flavor_wls.14.tt)。

背景介绍
该事件描绘了威尔士贵族在英格兰统治下的政治抉择。通过向英格兰王室表示效忠,威尔士贵族阶层可以换取更低的独立压力并改善与宗主国的关系,反映了中世纪后期威尔士地区在英王权下的整合过程与地方精英的妥协策略。

完整事件代码

flavor_wls.14 = {
	type = country_event

	title = flavor_wls.14.title
	desc = flavor_wls.14.desc

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:wls_owain_glyndwr ?= { save_scope_as = owain_glyndwr }

		location:cardiff = { save_scope_as = target_location }

	}

	option = {
		name = flavor_wls.14.a

		add_liberty_desire = liberty_desire_severe_minus

		add_opinion = {
			target = c:ENG
			modifier = opinion_pleased
		}

		custom_tooltip = flavor_wls.14.tt

	}

}