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.76] 贵族不满与人物登场

时间范围:1390.1.1 - 1425.1.1(每月 1% 概率)

触发条件

  • 国家必须拥有君主。
  • 贵族阶层满意度小于或等于50%。
  • 统治者的王朝必须是金雀花王朝。
  • 约克王朝必须存在。

关键效果

  • 选项 A (历史选项)
    • 减少6点金币。
    • 静默触发事件 flavor_eng.77
  • 选项 B
    • 设置变量 epiphnany_prequel_event_triggered 的值为1。
    • 显示自定义提示文本 flavor_eng.76.tt

背景介绍: 在1390年至1425年间,英格兰(及其后继者大不列颠)的金雀花王朝君主面临贵族阶层的严重不满。此事件模拟了这一时期贵族对王权的不满情绪,并引入了三位重要的历史人物:约翰·蒙塔古(索尔兹伯里伯爵)、约翰·霍兰(亨廷顿伯爵)和托马斯·霍兰(肯特伯爵)。这些人物在当时的政治和军事事务中扮演了关键角色,他们的登场反映了王室为应对贵族压力而进行的政治操作和人事安排。

完整事件代码

flavor_eng.76 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.76.title
	desc = flavor_eng.76.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1390.1.1
		to = 1425.1.1
		monthly_chance = 1
	}

	trigger = {
		has_ruler = yes
		estate_satisfaction:nobles_estate <= 0.5
		ruler.dynasty = dynasty:plantagenet_dynasty
		dynasty_exists = york_dynasty
	}

	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_john
			dynasty = dynasty:montagu_dynasty
			estate = estate_type:nobles_estate
			adm = 20
			dip = 10
			mil = 35
			birth_date = 1300
			birth_location = location:salisbury
			script = eng_john_montagu
			save_scope_as = john_montagu
		}

		create_character = {
			first_name = name_john
			dynasty = dynasty:holland_dynasty
			estate = estate_type:nobles_estate
			adm = 30
			dip = 25
			mil = 15
			birth_date = 1352
			birth_location = location:huntingdon
			script = eng_john_holland
			save_scope_as = john_holland
		}

		create_character = {
			first_name = name_thomas
			dynasty = dynasty:holland_dynasty
			estate = estate_type:nobles_estate
			adm = 15
			dip = 15
			mil = 45
			birth_date = 1372
			birth_location = location:huntingdon
			script = eng_tom_holland
			save_scope_as = tom_holland
		}

		location:london = { save_scope_as = target_location }

	}

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

		change_gold_effect = { scale = -6 }

		hidden_effect = { trigger_event_silently = flavor_eng.77 }

	}

	option = {
		name = flavor_eng.76.b

		custom_tooltip = flavor_eng.76.tt

		set_variable = {
			name = epiphnany_prequel_event_triggered
			value = 1
		}

	}

	historical_info = flavor_eng.76.historical_info

}