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_hol.21] 安东尼·海因修斯登场

时间范围

  • 起始日期:1688年1月1日
  • 结束日期:1720年1月1日
  • 触发概率:每月 3% 概率

触发条件

  • 拥有阿姆斯特丹地区
  • 当前拥有统治者

关键效果

  • 历史选项flavor_hol.21.a
    • 获得大量政府权力加成
    • 使新创建的人物 安东尼·海因修斯 获得持续多年的正面特质修正 hol_brilliant_minister

背景介绍

此事件模拟了荷兰共和国(或其后继者尼德兰)在17世纪末至18世纪初,杰出的政治家安东尼·海因修斯登上历史舞台的场景。海因修斯作为荷兰大议长,是西班牙王位继承战争期间荷兰共和国实际上的领导人,以其卓越的外交和行政能力,在复杂的欧洲政治格局中维护了共和国的利益。

完整事件代码

flavor_hol.21 = {
	type = country_event
	title = flavor_hol.21.title
	desc = flavor_hol.21.desc
	historical_info = flavor_hol.21.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1688.1.1
		to = 1720.1.1
		monthly_chance = 3
	}
	trigger = {
		owns = location:amsterdam
		has_ruler = yes
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_anthony
			last_name = heinsius
			estate = estate_type:burghers_estate
			adm = 95
			dip = 95
			mil = 95
			birth_date = 1641.11.23
			birth_location = location:amsterdam
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
		}
	}
	option = {
		name = flavor_hol.21.a
		historical_option = yes
		add_government_power = government_power_extreme_bonus
		scope:target_character = {
			add_character_modifier = {
				modifier = hol_brilliant_minister
				years = -1
				mode = add_and_extend
			}
		}
	}
}