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_brapru.26 黑鹰勋章会

时间范围

1690.1.1 - 1710.1.1

  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有 BRAPRU 标签。
  • 社会价值观 quality_vs_quantity(质量 vs 数量)小于或等于 -25。

关键效果

选项 A:flavor_brapru.26.a

  • 历史选项:是
  • 解锁法律 order_of_chivalry_law
  • 解锁政策 order_of_the_black_eagle_policy
  • 立即添加政策 order_of_the_black_eagle_policy
  • 当前统治者加入特定骑士团 order_of_the_black_eagle
  • 国库金钱减少 12。
  • 获得少量威望加成。

选项 B:flavor_brapru.26.b

  • 增加 nobles_estate(贵族阶层)的阶层满意度,效果为弱惩罚。

背景介绍

此事件模拟了普鲁士王国(或勃兰登堡)在17世纪末至18世纪初,基于其崇尚军事质量而非数量的社会价值观,建立“黑鹰勋章会”的历史可能性。黑鹰勋章是普鲁士王国最高级别的骑士勋章,由腓特烈一世于1701年创立,旨在奖励军事与民事功绩,巩固贵族忠诚,并彰显普鲁士的军事精英文化。事件反映了当时普鲁士统治者通过设立荣誉制度来强化国家凝聚力与贵族支持的举措。

完整事件代码

flavor_brapru.26 = { #Order of the Black Eagle
	hide_portraits = yes
	type = country_event
	title = flavor_brapru.26.title
	desc = flavor_brapru.26.desc
	historical_info = flavor_brapru.26.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1690.1.1 #1701 in our timeline
		to = 1710.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		societal_value:quality_vs_quantity <= -25
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }	
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_brapru.26.a
		historical_option = yes

		unlock_law_effect = { type = order_of_chivalry_law }
		unlock_policy_effect = { type = order_of_the_black_eagle_policy }
		add_policy = policy:order_of_the_black_eagle_policy
		scope:target_character = { join_specific_order_of_chivalry = { type = order_of_the_black_eagle } }

		change_gold_effect = { scale = -12 }

		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_brapru.26.b

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_weak_penalty
		}
	}
}