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.105 亨利·都铎的崛起

时间范围:1480.1.1 - 1510.1.1 触发概率:每月 10% 概率

触发条件

  • 人物 eng_henry_tudor(亨利·都铎)存活。
  • 国家 WLS(威尔士)是事件触发国(英格兰)的附庸。
  • 事件触发国的统治者属于 york_dynasty(约克王朝)。
  • lancaster_dynasty(兰开斯特王朝)存在。

关键效果

  • 选项 A (历史选项)
    • 触发条件:人物 eng_margaret_beaufort(玛格丽特·博福特)存活。
    • 效果:
      1. 白金汉郡(buckingham)地区内,所有效忠于事件触发国的贵族(nobles)与农民(peasants)人口改变效忠对象,支持叛军 henry_tudor_support
      2. 普利茅斯(plymouth)地区内,所有效忠于事件触发国的贵族与农民人口极度不满,并改变效忠对象,支持叛军 henry_tudor_support
      3. 威尔士地区(wales_area)内,所有效忠于事件触发国或其附庸国的贵族人口极度不满,并改变效忠对象,支持叛军 henry_tudor_support
  • 选项 B
    • 触发条件:人物 eng_margaret_beaufort(玛格丽特·博福特)已故。
    • 效果:威尔士地区(wales_area)内,所有效忠于事件触发国或其附庸国的贵族与农民人口改变效忠对象,支持叛军 henry_tudor_support
  • 选项 C
    • 效果:
      1. 将国家统治者更换为 henry_tudor(亨利·都铎)。
      2. 国家遭受极大的政府权力惩罚。

背景介绍: 此事件模拟了玫瑰战争末期,兰开斯特家族的亨利·都铎(即后来的亨利七世)挑战约克王朝统治,争夺英格兰王位的关键历史进程。事件反映了都铎在威尔士的根基、其母玛格丽特·博福特的影响力,以及贵族与民众对约克王朝统治的不满,这些因素共同促成了博斯沃思原野战役及都铎王朝的建立。

完整事件代码

flavor_eng.105 = {
	type = country_event
	title = flavor_eng.105.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					character:eng_margaret_beaufort ?= { is_alive = yes }
				}
				desc = flavor_eng.105.desc
			}
			triggered_desc = {
				trigger = { always = yes }
				desc = flavor_eng.105.desc_henry
			}
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
		from = 1480.1.1
		to = 1510.1.1
		monthly_chance = 10
	}

	trigger = {

		character:eng_henry_tudor ?= { is_alive = yes }

		c:WLS = { is_subject_of = root }

		ruler = { dynasty = dynasty:york_dynasty } #This requirement could be removed for a more dynamic feel

		dynasty_exists = lancaster_dynasty

	}
	image = "gfx/interface/illustrations/government/throne_rooms/throne_room_north_german.dds"
	immediate = {

		location:buckingham = {
			save_scope_as = buckingham
		}

		create_character = {
			first_name = name_henry
			dynasty = dynasty:stafford_dynasty
			estate = estate_type:nobles_estate
			adm = 30
			dip = 10
			mil = 60
			birth_date = 1455.1.28
			birth_location = location:stafford
			religion = religion:catholic
			save_scope_as = henry_stafford
			script = eng_henry_stafford
		}

		character:eng_henry_tudor ?= { save_scope_as = henry_tudor }

		dynasty:lancaster_dynasty = { save_scope_as = lancaster }

		character:eng_margaret_beaufort ?= { save_scope_as = margaret_beaufort }

		create_rebel = {
			category = pretender
			name = henry_tudor_support
			save_scope_as = henry_tudor_support
		}

	}

	option = {
		historical_option = yes
		name = flavor_eng.105.a
		trigger = { character:eng_margaret_beaufort ?= { is_alive = yes } }

		custom_tooltip = {
			text = flavor_eng.105.a.tooltip1
			location:buckingham = {
				every_pop = {
					limit = {
						owner = root
						OR = {
							pop_type = pop_type:nobles
							pop_type = pop_type:peasants
						}
					}
					change_pop_allegiance = scope:henry_tudor_support
				}
			}
		}

		custom_tooltip = {
			text = flavor_eng.105.a.tooltip2
			location:plymouth = {
				every_pop = {
					limit = {
						owner = root
						OR = {
							pop_type = pop_type:nobles
							pop_type = pop_type:peasants
						}
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:henry_tudor_support
				}
			}

			area:wales_area = {
				every_location_in_area = {
					limit = {
						OR = {
							owner ?= root
							owner = { is_subject_of = root }
						}
					}
					every_pop = {
						limit = {
							owner = root
							pop_type = pop_type:nobles
						}
						add_pop_satisfaction = pop_satisfaction_ultimate_penalty
						change_pop_allegiance = scope:henry_tudor_support
					}
				}
			}
		}
	}

	option = {
	name = flavor_eng.105.b
	trigger = { character:eng_margaret_beaufort ?= { is_alive = no } }

		custom_tooltip = {
			text = flavor_eng.105.b.custom
			area:wales_area = {
				every_location_in_area = {
					limit = {
						OR = {
							owner ?= root
							owner = { is_subject_of = root }
						}
					}
					every_pop = {
						limit = {
							owner = root
							OR = {
								pop_type = pop_type:nobles
								pop_type = pop_type:peasants
							}
						}
						change_pop_allegiance = scope:henry_tudor_support
					}
				}
			}
		}
	}

	option = {
		name = flavor_eng.105.c

		set_new_ruler = scope:henry_tudor

		add_government_power = government_power_extreme_penalty

	}

	historical_info = flavor_eng.105.historical_info

}