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.61 多明戈·巴涅斯登场

时间范围:1560.1.1 - 1580.1.1,每月 10% 概率触发

触发条件

  • 国家拥有变量 cas_banez_event
  • 国家拥有变量 cas_unlock_salamanca_events
  • 国家拥有 valladolid 地区。

关键效果

  • 历史选项 (flavor_cas.61.a):
    • 将创建的人物 target_character 移动至本国。
    • 获得 religious_influence_weak_bonus(宗教影响力小幅增益)。
    • clergy_estate(教士阶层)增加 estate_satisfaction_mild_bonus(阶层满意度温和增益)。

背景介绍: 多明戈·巴涅斯是16世纪西班牙的一位重要神学家和哲学家,出生于巴利亚多利德。他作为托马斯主义学者和萨拉曼卡学派的成员,在神学与哲学领域有深远影响,曾担任特伦托会议的神学顾问。此事件模拟了这位杰出学者在西班牙宗教与学术生活中的登场。

完整事件代码

flavor_cas.61 = { #Domingo Báñez
	type = country_event
	title = flavor_cas.61.title
	desc = flavor_cas.61.desc

	historical_info = flavor_cas.61.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1560.1.1
		to = 1580.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_dominic
			last_name = Banez
			birth_date = 1528.2.29
			birth_location = location:valladolid
			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_banez
		}
	}

	trigger = {
		has_variable = cas_banez_event
		has_variable = cas_unlock_salamanca_events
		owns = location:valladolid
	}

	option = {
		name = flavor_cas.61.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_religious_influence = religious_influence_weak_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}

	after = {
		remove_variable = cas_banez_event
	}
}