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.77] 爱德华·诺里奇登场

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

触发条件
事件代码中未定义 trigger 字段,因此无明确触发条件。

关键效果

  • 历史选项historical_option = yes):
    • 设置变量 epiphnany_prequel_event_triggered 为 1。

背景介绍
该事件标志着英格兰贵族爱德华·诺里奇(Edward Norwich)的登场。他出生于1373年,是约克王朝(York dynasty)的成员,被赋予出色的军事才能(军事能力40)。事件发生时,他作为贵族阶层(nobles_estate)的代表出现在伦敦与温莎地区,可能与同期人物约翰·蒙塔古(John Montagu)存在关联。这一事件为后续历史发展埋下伏笔。

完整事件代码

flavor_eng.77 = {
	type = country_event

	title = flavor_eng.77.title
	desc = flavor_eng.77.desc

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_edward
			last_name = Norwich
			dynasty = dynasty:york_dynasty
			estate = estate_type:nobles_estate
			adm = 10
			dip = 10
			mil = 40
			birth_date = 1373
			birth_location = location:hertford
			script = eng_edward_norwich
			save_scope_as = target_character
		}

		location:london = { save_scope_as = target_location }

		location:windsor = { save_scope_as = windsor }

		character:eng_john_montagu ?= { save_scope_as = john_montagu }

	}

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

		set_variable = {
			name = epiphnany_prequel_event_triggered
			value = 1
		}

	}

}