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.16 约翰·德·维特登场

时间范围:1650.1.1 - 1672.1.1(每月 4% 概率)

触发条件

  • 控制多德雷赫特地区(location:dordrecht)。

关键效果

  • 选项 A(历史选项)
    • 获得政府权力弱惩罚修正(government_power_weak_penalty)。
    • 损失金钱(change_gold_effect = { scale = -2 })。
    • 人物约翰·德·维特(target_character)加入你的国家。
  • 选项 B
    • 获得政府权力极大加成修正(government_power_extreme_bonus)。
    • (隐藏效果)人物约翰·德·维特被移除。

背景介绍: 该事件模拟了荷兰共和国(或尼德兰)在17世纪中期,著名政治家约翰·德·维特登上政治舞台的历史时刻。德·维特作为荷兰黄金时代的重要领导人,曾长期担任荷兰省议长,对共和国的内政外交产生了深远影响。事件反映了国家在引入杰出人才时可能面临的短期财政与行政成本,以及另一种历史可能性——拒绝其加入所带来的不同发展路径。

完整事件代码

flavor_hol.16 = {
	type = country_event
	title = flavor_hol.16.title
	desc = flavor_hol.16.desc
	historical_info = flavor_hol.16.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1650.1.1
		to = 1672.1.1
		monthly_chance = 4
	}
	trigger = {
		owns = location:dordrecht
	}
	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_john
			last_name = de_witt
			adm = 95
			dip = 90
			mil = 90
			birth_date = 1625.9.24
			birth_location = location:dordrecht
			estate = estate_type:nobles_estate
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}
	option = {
		name = flavor_hol.16.a
		historical_option = yes
		add_government_power = government_power_weak_penalty
		change_gold_effect = { scale = -2 }
		scope:target_character = { move_country = root }
	}
	option = {
		name = flavor_hol.16.b
		add_government_power = government_power_extreme_bonus
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}