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_wal.1 瓦拉几亚的穿刺公

时间范围:1448.1.1-1476.12.31(每月 100% 概率,fire_only_once = yes

触发条件

  • 国家标签为 WAL(瓦拉几亚)
  • 当前年份在 1448 年至 1477 年之间(含 1448,不含 1477)

关键效果

  • 选项 A(历史选项)
    • 将新创建的人物 弗拉德·采佩什 设置为国家统治者。
    • 获得巨量的政府力量加成(government_power_extreme_bonus)。
    • 奥斯曼帝国(TUR)对瓦拉几亚产生 愤怒 的外交态度修正。
  • 选项 B
    • 处决新创建的人物 弗拉德·采佩什,处决者为奥斯曼帝国的统治者。
    • 奥斯曼帝国(TUR)对瓦拉几亚产生 良好关系 的外交态度修正。

背景介绍: 此事件模拟了瓦拉几亚大公弗拉德三世·采佩什(即“穿刺公”)在15世纪中期的登场。作为瓦拉几亚的统治者,他以残酷的统治方式和对抗奥斯曼帝国而闻名。事件反映了瓦拉几亚在奥斯曼帝国扩张压力下的艰难抉择:是拥立这位强悍但可能招致报复的领袖,还是向奥斯曼妥协以换取和平。

完整事件代码

flavor_wal.1 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_wal.1.title
	desc = flavor_wal.1.desc
	trigger = {
		tag = WAL
		current_year >= 1448
		current_year < 1477
	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_named_dynasty = tepes_dynasty
		create_character = {
			first_name = name_vlad
			adm = 55
			dip = 10
			mil = 99
			birth_date = 1428
			culture = culture:wallachian
			religion = religion:catholic
			dynasty = dynasty:tepes_dynasty
			save_scope_as = vlad_tepes
			script = wal_vlad_tepes

			add_trait = trait:inspirational_leader_general
			add_trait = trait:righteous
		}
	}

	option = {
		name = flavor_wal.1.a
		historical_option = yes
		set_new_ruler = scope:vlad_tepes
		add_government_power = government_power_extreme_bonus
		c:TUR = {
			add_opinion = { target = root modifier = opinion_angry }
		}
	}
	option = {
		name = flavor_wal.1.b
		kill_character = {
			target = scope:vlad_tepes
			reason = execution
			killer = c:TUR.ruler
		}
		c:TUR = {
			add_opinion = { target = root modifier = opinion_good_relations }
		}
	}
}