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.24 约翰·文策尔·拉杰茨基登场

时间范围:1791年1月1日 - 1837年1月1日,每月 5% 概率触发

触发条件

  • 事件所属国家(root)满足以下任一条件:
    • 已接受 culture:czech(捷克文化)。
    • 任何附属国(any_subject)的主要或已接受文化为 culture:czech(捷克文化)。

关键效果

  • 选项 A (历史选项)
    • 获得 army_tradition_weak_bonus(少量陆军传统增益)。
    • 将创建的人物 target_character 移动至事件所属国家(root)。
  • 选项 B
    • 获得 prestige_mild_bonus(少量威望增益)。
    • 获得 legitimacy_mild_bonus(少量正统性增益)。
    • 将创建的人物 target_character 流放(banish_character = yes)。

背景介绍: 此事件模拟了奥地利帝国(哈布斯堡王朝)军事家约翰·文策尔·拉杰茨基的登场。拉杰茨基出生于1766年,是捷克裔贵族,以其在拿破仑战争和1848年革命期间的军事指挥才能而闻名,尤其是在拉德茨基进行曲中广为人知。事件反映了奥地利帝国从多民族帝国中吸纳杰出军事人才的历史背景。

完整事件代码

flavor_hab.24 = { #Johann Wenzel Radetzky
	type = country_event
	title = flavor_hab.24.title
	desc = flavor_hab.24.desc
	historical_info = flavor_hab.24.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1791.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = interior
	}

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

		create_character = {
			first_name = name_john.name_wenceslas
			last_name = von_radetzky
			adm = 81
			dip = 72
			mil = 89
			birth_date = 1766.11.2
			birth_location = location:benesov
			culture = culture:czech
			estate = estate_type:nobles_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	trigger = {
		OR = {
			root = {
				has_accepted_culture = culture:czech
			}
			any_subject = {
				has_primary_or_accepted_culture = culture:czech
			}
		}
	}

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

		add_army_tradition = army_tradition_weak_bonus
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_hab.24.b

		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		scope:target_character = { banish_character = yes }
	}
}