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.130 卢伊萨·德·梅德拉诺

时间范围:1510.1.1 - 1527.1.1 (每月 1% 概率)

触发条件

  • 控制萨拉曼卡地区。
  • 萨拉曼卡地区已建造大学建筑。

关键效果

  • 选项 A (历史选项)
    • 将人物“卢伊萨·德·梅德拉诺”引入本国。
    • 获得少量研究进度加成。
    • 承受少量稳定度惩罚。
  • 选项 B
    • 承受少量研究进度惩罚。
    • 获得少量稳定度加成。
    • (隐藏效果)静默处决人物“卢伊萨·德·梅德拉诺”。

背景介绍: 该事件模拟了文艺复兴时期西班牙学者卢伊萨·德·梅德拉诺(Luisa de Medrano)的登场。她出生于1484年,是西班牙首位在大学(萨拉曼卡大学)任教的女性。事件设定在1510年至1527年间,要求萨拉曼卡已建有大学,反映了历史中学术机构对人才涌现的支撑作用。玩家可选择接纳这位女性学者(历史选项),以研究进步换取一定的政治稳定代价;或选择拒绝其影响,保持稳定但牺牲学术发展。

完整事件代码

flavor_cas.130 = { #Luisa de Medrano
	type = country_event
	title = flavor_cas.130.title
	desc = flavor_cas.130.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"
	
	fire_only_once = yes

	historical_info = flavor_cas.130.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1510.1.1
		to = 1527.1.1
		monthly_chance = 1
	}

	trigger = {
		location:salamanca = {
			has_building = building_type:university
		}
		owns = location:salamanca
	}

	immediate = { 

		create_character = {
			first_name = name_louise
			dynasty = dynasty:medrano_dynasty
			birth_date = 1484.8.9
			birth_location = location:guadalajara
			estate = estate_type:nobles_estate
			female = yes
			artist_skill = { 0.65 0.8 }
			artist = scientist
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.130.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.130.b
		add_research_progress = research_progress_mild_penalty
		add_stability = stability_mild_bonus
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}