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_fra.1002 罗伯特三世的蒙哥化

时间范围:1339.1.1 - 1340.1.1(每月 15% 概率触发)

触发条件

  • 角色 eng_robert_iii_artois 必须存活。
  • 角色 eng_robert_iii_artois 的所有者必须是国家 c:ENG
  • 国家 c:ENG 必须存在。

关键效果

  • 选项 A:饶恕这个傻瓜
    • 历史选项:是
    • c:ENG 触发事件 flavor_fra.1003
    • c:ENG 显示为提示:向目标 c:FRA 增加 25 点间谍网络。
  • 选项 B:杀死他
    • estate_type:nobles_estate 增加 estate_satisfaction_mild_penalty 的阶层满意度。
    • 刺杀角色 scope:robert_d_artois
    • c:ENG 触发事件 flavor_fra.1003
    • c:ENG 显示为提示:向目标 root 增加 opinion_angry 观点修正。

背景介绍: 该事件涉及英格兰控制下的阿图瓦伯爵罗伯特三世。在英法百年战争的早期阶段,罗伯特三世作为一位有争议的法国贵族,其命运成为英法两国宫廷政治与权力博弈的焦点。事件反映了当时贵族阶层在冲突中的脆弱地位,以及统治者面临的残酷抉择:是出于政治考量宽恕潜在的对手,还是以强硬手段消除威胁并安抚国内强大的贵族阶层。

完整事件代码

flavor_fra.1002 = { # The Mongoosing of Robert the Third
	type = country_event

	title = flavor_fra.1002.t
	desc = flavor_fra.1002.desc
	historical_info = flavor_fra.1002.historical_info


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1339.1.1
		to = 1340.1.1
		monthly_chance = 15
	}

	trigger = {
		character:eng_robert_iii_artois ?= {
			is_alive = yes
			owner = c:ENG
		}
		country_exists = c:ENG
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:eng_robert_iii_artois ?= { save_scope_as = robert_d_artois }
	}

	option = { # SPARE THE FOOL
		name = flavor_fra.1002.b
		historical_option = yes

		c:ENG = {
			trigger_event_silently = flavor_fra.1003
			show_as_tooltip = {
				add_spy_network = {
					target = c:FRA
					value = 25
				}
			}
		}
	}

	option = { # KILL HIM
		name = flavor_fra.1002.a

		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}
		kill_character = {
			target = scope:robert_d_artois
			reason = assassination
		}
		c:ENG = {
			trigger_event_silently = flavor_fra.1003
			show_as_tooltip = {
				add_opinion = {
					target = root
					modifier = opinion_angry
				}
			}
		}
	}
}