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.57 梅尔乔·卡诺登场

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

触发条件

  • 国家拥有变量 cas_unlock_salamanca_events
  • 国家拥有库恩卡地区(location:cuenca)。

关键效果

  • 选项 A (历史选项)
    • 将创建的梅尔乔·卡诺人物移动至本国。
    • 社会价值观:spiritualist_vs_humanist 向左小幅移动。
    • 增加教士阶层满意度(小幅增益)。
  • 选项 B
    • (隐藏效果)静默杀死创建的梅尔乔·卡诺人物。
    • 社会价值观:spiritualist_vs_humanist 向右小幅移动。
    • 降低教士阶层满意度(小幅惩罚)。

背景介绍: 梅尔乔·卡诺(1509–1560)是西班牙文艺复兴时期著名的神学家和多明我会修士,以其在萨拉曼卡学派中的贡献和对特伦特会议的影响而闻名。他出生于库恩卡,以其在神学、法律和哲学领域的著作,以及对西班牙帝国宗教与学术政策的塑造而著称。此事件模拟了这位重要学者在西班牙帝国宗教与学术生活中的潜在登场及其影响。

完整事件代码

flavor_cas.57 = { #Melchor Cano
	type = country_event
	title = flavor_cas.57.title
	desc = flavor_cas.57.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"
	
	historical_info = flavor_cas.57.historical_info

	fire_only_once = yes

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

	immediate = {
		create_character = {
			first_name = name_melchior
			last_name = Cano
			birth_date = 1523.1.1
			birth_location = location:cuenca
			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_cano
		}
	}

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

	option = {
		name = flavor_cas.57.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_cas.57.b
		hidden_effect = {
			kill_character_silently = {
				target = scope:target_character
			}
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_right }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
	}
}