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.52 多明戈·德索托与正义原则

时间范围:1540.1.1 - 1560.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 cas_unlock_salamanca_events
  • 国家拥有地区 segovia

关键效果

  • 历史选项:多明戈·德索托加入我国。
    • 将人物 target_character(多明戈·德索托)移动至本国。
    • 社会价值观 individualism_vs_communalism 向右移动。
    • 社会价值观 serfdom_vs_free_subjects 向右移动。

背景介绍: 多明戈·德索托是16世纪西班牙萨拉曼卡学派的重要神学家和法学家,以其在自然法、国际法和正义理论方面的贡献而闻名。他参与了关于西班牙征服美洲的合法性及其对原住民权利的道德辩论,其思想对西班牙帝国的法律和伦理框架产生了深远影响。此事件模拟了这位重要学者在西班牙宫廷或学术机构中发挥影响力的历史时刻。

完整事件代码

flavor_cas.52 = { #Domingo de Soto and the Principles of Justice
	type = country_event
	title = flavor_cas.52.title
	desc = flavor_cas.52.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"
	
	historical_info = flavor_cas.52.historical_info

	fire_only_once = yes

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

	immediate = {
		create_character = {
			first_name = name_dominic
			last_name = de_Soto
			birth_date = 1494.1.1
			birth_location = location:segovia
			culture = culture:castilian
			adm = { 70 90 }
			dip = { 40 70 }
			mil = { 20 40 }
			estate = estate_type:clergy_estate
			create_in_limbo = yes
			save_scope_as = target_character
			script = cas_de_soto
		}
	}

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

	option = {
		name = flavor_cas.52.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		change_societal_value = { type = individualism_vs_communalism value = societal_value_move_to_right }
		change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
	}
}