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_eng.90 威尔士叛乱

时间范围:1400.1.1 - 1500.1.1(每月 10% 概率)

触发条件

  • 英格兰(ENG)控制威尔士(WLS)作为附庸国。
  • 人物 wls_owain_glyndwr(欧文·格林杜尔)是威尔士的统治者。

关键效果

  • 历史选项flavor_eng.90.a):
    • 威尔士的 liberty_desire(独立倾向)大幅增加。
    • 英格兰的社会价值观向 belligerent_vs_conciliatory(好战 vs 安抚)的左侧移动。
    • 英格兰获得名为 disloyal_subjects(不忠的臣民)的国家修正,持续5年。
    • 英格兰获得对威尔士的宣战理由 casus_belli:cb_disloyal_subject(针对不忠附庸的宣战理由)。

背景介绍: 此事件模拟了15世纪初威尔士贵族欧文·格林杜尔领导的反抗英格兰统治的起义。格林杜尔自称威尔士亲王,并得到了部分法国和苏格兰的支持,其叛乱持续了十余年,是威尔士历史上最后一次大规模争取独立的武装斗争,对英格兰在威尔士的统治构成了严重挑战。

完整事件代码

flavor_eng.90 = {
	hide_portraits = yes
	type = country_event

	title = flavor_eng.90.title
	desc = flavor_eng.90.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	trigger = {
		c:WLS = { is_subject_of = root }
		character:wls_owain_glyndwr ?= { is_ruler = yes }
	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

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

		c:WLS.capital = { save_scope_as = target_location }

	}

	option = {
		historical_option = yes
		name = flavor_eng.90.a

		c:WLS = { add_liberty_desire = liberty_desire_severe_plus }

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

		add_country_modifier = {
			modifier = disloyal_subjects
			years = 5
			mode = add_and_extend
		}

		add_casus_belli = {
			target = c:WLS
			type = casus_belli:cb_disloyal_subject
		}

	}

	historical_info = flavor_eng.90.historical_info

}