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_hab.98 安东尼奥·萨列里登场

时间范围:1785.1.1 - 1800.1.1(每月 1% 概率触发)

触发条件

  • 事件仅能触发一次。
  • 玩家国家为 HAB(奥地利)。
  • 时间在1785年1月1日至1800年1月1日之间。

关键效果

  • 选项 A (历史选项)
    • 获得少量威望加成。
    • 花费相当于3个月国库收入的金钱。
    • 人物 安东尼奥·萨列里 将加入玩家国家。
  • 选项 B
    • 获得少量威望惩罚。
    • (隐藏效果)人物 安东尼奥·萨列里 被移除。

背景介绍: 安东尼奥·萨列里是18世纪末至19世纪初著名的意大利作曲家,长期在维也纳宫廷任职,曾是莫扎特和贝多芬的同时代人及竞争者。此事件模拟了奥地利哈布斯堡王朝在约瑟夫二世改革时期,吸引和任用这位重要音乐家,以提升宫廷文化声望的历史情境。

完整事件代码

flavor_hab.98 = { #Antonio Salieri
	type = country_event
	title = flavor_hab.98.title
	desc = flavor_hab.98.desc

	fire_only_once = yes

	historical_info = flavor_hab.98.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1785.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	immediate = {
		create_character = {
			first_name = name_anthony
			last_name = Salieri
			birth_date = 1750.8.18
			birth_location = location:legnago
			estate = estate_type:burghers_estate
			adm = { 40 70 }
			dip = { 40 70 }
			mil = { 10 40 }
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = composer
			artist_skill = 0.8
		}
	}

	option = {
		name = flavor_hab.98.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		change_gold_effect = { scale = -3 }
        scope:target_character = {
            move_country = root
		}
	}

	option = {
		name = flavor_hab.98.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}