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.128 玛丽亚·德·萨亚斯-索托马约尔登场

时间范围:1625.1.1 - 1645.1.1(每月 1% 概率触发)

触发条件

  • 国家拥有马德里(Madrid)地区。

关键效果

  • 选项 A (历史选项)
    • 将新创建的人物“玛丽亚·德·萨亚斯-索托马约尔”移入本国。
    • 获得 研究进度小幅增益
    • 承受 稳定度小幅惩罚
  • 选项 B
    • 获得 研究进度小幅惩罚
    • 获得 稳定度小幅增益
    • (隐藏效果)静默处决新创建的人物“玛丽亚·德·萨亚斯-索托马约尔”。

背景介绍: 玛丽亚·德·萨亚斯-索托马约尔(1590-约1661)是西班牙黄金时代的重要作家,以其小说和诗歌闻名,作品常探讨女性在社会中的地位与权利。此事件模拟了这位杰出女性作家在17世纪上半叶登上历史舞台的情景,她的出现可能为国家带来文化上的进步,也可能因其思想引发一定的社会争议。

完整事件代码

flavor_cas.128 = { #María de Zayas y Sotomayor
	type = country_event
	title = flavor_cas.128.title
	desc = flavor_cas.128.desc
	image = "gfx/interface/illustrations/institutions/printing_press.dds"
	
	fire_only_once = yes

	historical_info = flavor_cas.128.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1625.1.1
		to = 1645.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:madrid
	}

	immediate = {
		create_character = {
			first_name = name_mary
			last_name = de_zayas_y_sotomayor
			birth_date = 1590.9.12
			birth_location = location:madrid
			estate = estate_type:burghers_estate
			female = yes
			artist_skill = { 0.65 0.8 }
			artist = writer
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.128.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_research_progress = research_progress_mild_bonus
		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_cas.128.b
		add_research_progress = research_progress_mild_penalty
		add_stability = stability_mild_bonus
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}