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_cas.8 何塞·莫尼诺登场

时间范围:1758.1.1 - 1808.1.1(每月 5% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅当国家为 CAS(卡斯蒂利亚)或 SPA(西班牙)时可能发生。

关键效果

  • 选项 A (历史选项)
    • 增加少量正统性。
    • 将创建的人物 何塞·莫尼诺 移动至本国。
    • 为国家添加名为 reform_of_law 的修正,持续5年。
  • 选项 B
    • 将创建的人物 何塞·莫尼诺 流放。

背景介绍: 此事件模拟了西班牙政治家何塞·莫尼诺(José Moñino,后来的弗洛里达布兰卡伯爵)在18世纪中后期的登场。他是一位重要的改革派人物,曾担任西班牙首相,致力于推动行政与法律改革,其政策对西班牙的启蒙运动时期产生了显著影响。事件反映了君主在接纳一位具有卓越行政能力但缺乏军事才能的顾问时所面临的选择。

完整事件代码

flavor_cas.8 = { #José Moñino #PRISON
	type = country_event
	fire_only_once = yes
	title = flavor_cas.8.title
	desc = flavor_cas.8.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1758.1.1
		to = 1808.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		create_character = {
			first_name = name_joseph
			last_name = Monino
			religion = religion:catholic
			estate = estate_type:burghers_estate
			birth_date = 1728.10.21
			female = no
			birth_location = location:murcia
			culture = culture:castilian
			adm = 83
			dip = 71
			mil = 28
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_cas.8.a
		historical_option = yes
		add_legitimacy = legitimacy_weak_bonus
		scope:target_character = { move_country = root }
		add_country_modifier = { modifier = reform_of_law years = 5 mode = add_and_extend }
	}

	option = {
		name = flavor_cas.8.b
		scope:target_character = { banish_character = yes }
	}
}