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_cas.13 女性绶带骑士团

时间范围:1337.1.1 - 1390.1.1(每月 2% 概率)

触发条件

  • 国家拥有统治者。
  • 国家拥有变量 castilian_civil_war_over

关键效果

  • 选项 A (历史选项)
    • 解锁法律:order_of_chivalry_law(骑士团法律)。
    • 解锁政策:order_of_the_band_policy(绶带骑士团政策)。
    • 添加政策:order_of_the_band_policy
    • 设置变量:allowed_women_in_band_order
    • 显示自定义提示:flavor_cas.13.a.tt
  • 选项 B
    • 解锁法律:order_of_chivalry_law
    • 解锁政策:order_of_the_band_policy
    • 添加政策:order_of_the_band_policy

背景介绍: 该事件模拟了14世纪中后期,卡斯蒂利亚或西班牙王国在结束内战后的一个历史发展节点。事件聚焦于“女性绶带骑士团”的建立或改革,这是一个允许女性加入的骑士团组织,反映了当时伊比利亚半岛在军事、社会制度以及贵族阶层角色上的潜在变革。事件的发生与内战的结束直接相关,标志着国家进入一个可能重新定义骑士传统和性别角色的时期。

完整事件代码

flavor_cas.13 = { #Female Order of the Band
	type = country_event
	title = flavor_cas.13.title
	desc = flavor_cas.13.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1337.1.1
		to = 1390.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		has_variable = castilian_civil_war_over
	}

	option = {
		name = flavor_cas.13.a
		historical_option = yes

		unlock_law_effect = { type = order_of_chivalry_law }
		unlock_policy_effect = { type = order_of_the_band_policy }
		add_policy = policy:order_of_the_band_policy
		set_variable = allowed_women_in_band_order
		custom_tooltip = flavor_cas.13.a.tt
	}

	option = {
		name = flavor_cas.13.b

		unlock_law_effect = { type = order_of_chivalry_law }
		unlock_policy_effect = { type = order_of_the_band_policy }
		add_policy = policy:order_of_the_band_policy
	}
}