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_ara.20 胡安·费尔南德斯·德·埃雷迪亚登场

时间范围

1360.1.1 - 1370.1.1 (每月 10% 概率)

触发条件

  • 国家 c:KNI 存在。

关键效果

选项 A (历史选项)

  • 将创建的人物 scope:target_character 移动至本国。
  • 为该人物随机添加一个“将军”类特质。

选项 C

  • 增加 10 点宗教影响力(如果有效)。
  • (隐藏效果)静默杀死人物 scope:target_character

背景介绍

该事件模拟了14世纪中叶,阿拉贡或西班牙宫廷中重要人物胡安·费尔南德斯·德·埃雷迪亚的登场。他出生于1310年,来自卡拉塔尤德,最初属于农民阶层,但拥有杰出的军事才能。事件发生的时间窗口正值伊比利亚半岛基督教王国重组和扩张的关键时期,此类军事人才的涌现对国家的军事事务和骑士团(医院骑士团)的活动可能产生重要影响。

完整事件代码

flavor_ara.20 = { #Juan Fernández de Heredia
	type = country_event
	title = flavor_ara.20.title
	desc = flavor_ara.20.desc
	fire_only_once = yes
	historical_info = flavor_ara.20.historical_info

	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1360.1.1
		to = 1370.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_john.name_ferdinand
			last_name = de_Heredia
			birth_date = 1310.4.4
			birth_location = location:calatayud
			estate = estate_type:peasants_estate
			adm = { 20 60 }
			dip = { 20 60 }
			mil = { 50 80 }
			culture = culture:aragonese
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	trigger = {
		country_exists = c:KNI
	}

	option = {
		name = flavor_ara.20.a
		historical_option = yes
        scope:target_character = {
            move_country = root
		}
		scope:target_character = {
			add_random_trait_from_category = general
		}
	}

	option = {
		name = flavor_ara.20.c
		add_religious_influence_if_valid = { VALUE = 10 }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}