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.240] 纳道什迪·托马什登场

时间范围

1530.1.1 - 1555.1.1,每月 10% 概率

触发条件

  • 事件仅对 HUN 国家标签触发。
  • 事件仅能触发一次。

关键效果

  • 历史选项flavor_hun.240.a
    • 获得少量政府力量加成。
    • 将新创建的人物 纳道什迪·托马什 移入本国。

背景介绍

此事件模拟了16世纪中叶匈牙利王国的重要历史人物纳道什迪·托马什的出现。他是一位匈牙利贵族,以其在行政、外交和军事方面的才能而闻名,尽管他本人并不直接擅长军事指挥。他的登场为匈牙利王国在这一时期的内政与治理带来了潜在的影响。

完整事件代码

flavor_hun.240 = {
	type = country_event
	title = flavor_hun.240.title
	desc = flavor_hun.240.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1530.1.1
		to = 1555.1.1
		monthly_chance = 10
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_thomas
			last_name = Nadasdy
			adm = 75
			dip = 70
			mil = 80
			culture = culture:hungarian
			create_in_limbo = yes
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_hun.240.a
		add_government_power = government_power_mild_bonus
		scope:target_character = { move_country = root }
	}
}