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.390 匈牙利英雄登场

时间范围:1345.1.1 - 1370.1.1(每月 10% 概率触发)

触发条件

  • 国家控制比哈尔地区(owns = location:bihar

关键效果

  • 历史选项 (flavor_hun.390.a):
    • 人物 尼古拉斯·托尔迪 加入我国。
    • 该人物军事能力(mil)增加 10 点。
    • 该人物获得永久禁止进入内阁的修正(permanently_banned_from_cabinet)。
  • 替代选项 (flavor_hun.390.b):
    • 人物 尼古拉斯·托尔迪 加入我国。
    • 该人物行政能力(adm)增加 25 点。
    • 该人物获得禁止指挥陆军或海军的修正(block_leading_armies_or_navies)。

背景介绍: 此事件模拟了匈牙利民间传说中的英雄人物尼古拉斯·托尔迪的登场。托尔迪是14世纪匈牙利王国的一位传奇战士,以其非凡的军事才能和力量著称。该事件在匈牙利控制比哈尔地区时可能发生,反映了历史传说中英雄人物在特定时期和地点涌现,并可能为国家带来军事或行政上的助力。

完整事件代码

flavor_hun.390 = {
	type = country_event
	title = flavor_hun.390.title
	desc = flavor_hun.390.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1345.1.1
		to = 1370.1.1
		monthly_chance = 10
	}
	trigger = {
		owns = location:bihar
	}
	illustration_tags = {
        10 = regular
        10 = exterior
    }
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_nicholas
			last_name = toldi
			estate = estate_type:peasants_estate
			culture = culture:hungarian
			adm = 75
			dip = 80
			mil = 90
			birth_date = 1320.2.4
			birth_location = location:bihar
			save_scope_as = toldi_scope
			create_in_limbo = yes
		}
	}
	option = {
		name = flavor_hun.390.a
		historical_option = yes
		scope:toldi_scope = {
			move_country = root
			add_mil = 10
			add_character_modifier = {
				modifier = permanently_banned_from_cabinet
				years = -1
				mode = add_and_extend
			}
		}
	}
	option = {
		name = flavor_hun.390.b
		scope:toldi_scope = {
			move_country = root
			add_adm = 25
			add_character_modifier = {
				modifier = block_leading_armies_or_navies
				years = -1
				mode = add_and_extend
			}
		}
	}
	historical_info = flavor_hun.390.historical_info
}