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.20] 路德维希·范·贝多芬

时间范围:1791年1月1日 - 1827年1月1日(每月 2% 概率)

触发条件

  • 仅限国家标签为 HAB(奥地利)的国家触发。
  • 该事件在游戏中只会发生一次。

关键效果

  • 历史选项:选择此选项将在首都创作一件艺术品。
    • 艺术品类型:交响曲 (work_of_art_type:symphony)
    • 艺术家:事件创建的角色“路德维希·范·贝多芬”
    • 品质:90
    • 标识符:beethoven_first_symphony

背景介绍: 此事件模拟了古典音乐巨匠路德维希·范·贝多芬在奥地利(哈布斯堡君主国)登场的时刻。贝多芬出生于1770年的波恩,其音乐创作,尤其是交响曲,对后世产生了深远影响。事件在1791年至1827年间(大致对应贝多芬创作活跃期)有概率触发,为控制奥地利的玩家提供了一个获得伟大作曲家和其杰作的机会。

完整事件代码

flavor_hab.20 = { #Ludwig van Beethoven
	type = country_event
	title = flavor_hab.20.title
	desc = flavor_hab.20.desc
	historical_info = flavor_hab.20.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1791.1.1
		to = 1827.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_louis
			last_name = van_Beethoven
			birth_date = 1770.12.16
			birth_location = location:bonn
			artist_skill = 0.96
			artist = composer
			estate = estate_type:burghers_estate
			save_scope_as = target_artist
			script = hab_ludwig_van_beethoven
			add_trait = trait:workaholic
		}

		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_hab.20.a
		historical_option = yes

		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 90
				location = root.capital
				type = work_of_art_type:symphony
				key = beethoven_first_symphony
			}
		}
	}
}