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_nap.210] 阿图瓦的查理登场

时间范围

  • 发生时间:1345.1.1 - 1360.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 角色 nap_robert_i_anjou(那不勒斯的罗伯特一世)已死亡。

关键效果

选项 A:flavor_nap.210.a

  • 历史选项:是
  • 将新创建的角色 charles_artus_scope(查理·阿图斯)移动至触发事件的国家。

选项 B:flavor_nap.210.b

  • 增加 legitimacy_weak_bonus 数量的正统性。
  • 静默杀死角色 charles_artus_scope(查理·阿图斯)。

背景介绍

该事件模拟了那不勒斯王国在罗伯特一世(安茹王朝)去世后,其私生子查理·阿图斯(Charles of Artois)的潜在登场。查理是罗伯特一世的非婚生子,出生于1300年,拥有安茹家族血统但属于阿图瓦王朝分支。在14世纪中叶,王室私生子的身份与继承问题常引发政治动荡,该事件为玩家提供了承认或否认其身份的选择,以影响王国的稳定与合法性。

完整事件代码

flavor_nap.210 = { #Charles of Artois
	type = country_event

	title = flavor_nap.210.title
	desc = flavor_nap.210.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		from = 1345.1.1
		to = 1360.1.1
		monthly_chance = 5
	}

	trigger = {
		character:nap_robert_i_anjou = {
			is_alive = no
		}
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:naples = {
			save_scope_as = target_location
		}
		#Ruler's Bastard Son
		create_character = {#https://en.wikipedia.org/wiki/Charles_d%27Artois
			first_name = name_charles
			last_name = Artus
			culture = culture:neapolitan
			religion = religion:catholic
			adm = 60 dip = 80 mil = 40
			female = no
			birth_date = 1300.1.1
			estate = estate_type:nobles_estate
			father = character:nap_robert_i_anjou
			change_dynasty = dynasty:artois_dynasty
			add_character_modifier = { modifier = bastard years = -1 mode = add_and_extend }
			save_scope_as = charles_artus_scope
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_nap.210.a
		historical_option = yes
		scope:charles_artus_scope = {
			move_country = root
		}
	}
	option = {
		name = flavor_nap.210.b

		add_legitimacy = legitimacy_weak_bonus
   		kill_character_silently = scope:charles_artus_scope
	}

}