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_hun.270] 托马斯·埃尔多迪登场

时间范围

1583.1.1 - 1610.1.1

  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有 zagreb 地区

关键效果

  • 历史选项:无
  • 创建一个名为 托马斯·埃尔多迪 的新角色,其属性为:
    • 行政:80
    • 外交:80
    • 军事:83
    • 文化:匈牙利
    • 特质:不适合海军指挥、不适合陆军指挥
  • 该角色出生于 1558 年,出生地为 zagreb 地区
  • 创建后,该角色将立即加入玩家国家

背景介绍

此事件模拟了匈牙利贵族托马斯·埃尔多迪在16世纪末至17世纪初的历史登场。作为一位出生于克罗地亚地区(当时属匈牙利王国)的贵族,埃尔多迪在行政、外交和军事方面展现出卓越才能,尽管他并不擅长直接的军事指挥。他的出现反映了匈牙利王国在该时期对本土精英的吸纳与重用。

完整事件代码

flavor_hun.270 = {
	type = country_event
	title = flavor_hun.270.title
	desc = flavor_hun.270.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1583.1.1
		to = 1610.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:zagreb
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			birth_date = 1558
			birth_location = location:zagreb
			first_name = name_thomas
			last_name = Erdody
			adm = 80
			dip = 80
			mil = 83
			culture = culture:hungarian
			save_scope_as = target_artist
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hun.270.a
		scope:target_character = { move_country = root }
	}
}