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.58 迭戈·德·科瓦鲁维亚斯登场

时间范围
1550.1.1 - 1560.1.1(每月 1% 概率触发)

触发条件

  • 国家拥有变量 cas_unlock_salamanca_events
  • 国家控制托莱多地区(location:toledo

关键效果

  • 选项 A(历史选项)

    • 花费 3 倍月收入的金币
    • 将迭戈·德·科瓦鲁维亚斯移至本国
    • 获得少量稳定度加成
    • 社会价值观向“传统主义 vs 创新”的右侧(创新方向)移动
  • 选项 B

    • 社会价值观向“传统主义 vs 创新”的左侧(传统主义方向)移动
    • (隐藏效果)静默移除迭戈·德·科瓦鲁维亚斯

背景介绍
迭戈·德·科瓦鲁维亚斯(1512–1577)是西班牙文艺复兴时期著名的法学家、神学家与政治家,曾任托莱多大主教与西班牙宗教裁判所大法官。他出身托莱多,在萨拉曼卡大学接受教育,以其在教会法与民法领域的著作闻名,对西班牙黄金时代的法律与宗教政策产生了深远影响。本事件模拟了这位重要人物在西班牙帝国鼎盛时期登上历史舞台的过程,其登场将影响国家在传统与创新之间的平衡。

完整事件代码

flavor_cas.58 = { #Diego de Covarrubias
	type = country_event
	title = flavor_cas.58.title
	desc = flavor_cas.58.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"
	
	historical_info = flavor_cas.58.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1550.1.1
		to = 1560.1.1
		monthly_chance = 1
	}

	immediate = {
		create_character = {
			first_name = name_diego
			last_name = de_Covarrubias
			birth_date = 1512.7.25
			birth_location = location:toledo
			culture = culture:castilian
			adm = { 40 70 }
			dip = { 40 70 }
			mil = { 20 40 }
			estate = estate_type:clergy_estate
			create_in_limbo = yes
			save_scope_as = target_character
			script = cas_covarrubias
		}
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate }
	}

	trigger = {
		has_variable = cas_unlock_salamanca_events
		owns = location:toledo
	}

	option = {
		name = flavor_cas.58.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		add_stability = stability_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_cas.58.b
		hidden_effect = {
			kill_character_silently = {
				target = scope:target_character
			}
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}
}