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_eng.202] 年轻罗杰·莫蒂默的军事训练

时间范围

1340年1月1日 - 1346年1月1日,在此期间每月有 10% 的概率触发。

触发条件

  • 国家政府类型为 君主制
  • 当前统治者必须是 爱德华三世
  • 人物 罗杰·莫蒂默(第二代马奇伯爵) 必须存活,并且其所属国家为触发事件的国家。

关键效果

选项 A:让他接受军事训练

  • 历史选项
  • 使国家社会价值观 好战 vs 和解右侧(好战方向) 移动。
  • 罗杰·莫蒂默 添加一个随机的 将领特质

选项 B:让他专注于宫廷事务

  • 为国家增加 少量威望
  • 使国家社会价值观 好战 vs 和解左侧(和解方向) 移动。
  • 罗杰·莫蒂默 添加特质 不适合海军指挥不适合陆军指挥

背景介绍

在爱德华三世统治初期,年轻的贵族罗杰·莫蒂默(第二代马奇伯爵)的未来发展道路需要被决定。作为一位重要的贵族成员,他是被培养成一位军事指挥官,投身于国王未来的军事征伐(尤其是即将到来的百年战争),还是被引导专注于宫廷内部的政治与管理事务,这对王室和国家的战略方向都将产生微妙的影响。

完整事件代码

flavor_eng.202 = {
	type = country_event

	title = flavor_eng.202.title
	desc = flavor_eng.202.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1340.1.1
		to = 1346.1.1
		monthly_chance = 10
	}

	trigger = {
		government_type = government_type:monarchy
		ruler ?= { this = character:eng_edward_iii }
		character:eng_roger_mortimer_2nd_earl_of_march ?= {
			is_alive = yes
			owner = root
		}
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:eng_roger_mortimer_2nd_earl_of_march = { save_scope_as = young_roger }
	}

	option = {
		name = flavor_eng.202.a
		historical_option = yes

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		scope:young_roger = {
			add_random_trait_from_category = general
		}
	}

	option = {
		name = flavor_eng.202.b

		add_prestige = prestige_mild_bonus

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}
		scope:young_roger = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}
}