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.53 弗朗西斯科·德·维多利亚登场

时间范围:1530.1.1 - 1546.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 cas_unlock_salamanca_events
  • 国家拥有布尔戈斯地区 (location:burgos)。
  • 全球存在变量 new_world_discovered
  • 国家在美洲大陆 (continent:america) 拥有存在度。

关键效果

  • 选项 A (历史选项)
    • 将创建的角色 弗朗西斯科·德·维多利亚 移动至本国。
    • 社会价值观 农奴制 vs 自由民 向右移动。
  • 选项 B
    • 静默处决创建的角色 弗朗西斯科·德·维多利亚
    • 社会价值观 好战 vs 和解 向左移动。
    • 社会价值观 农奴制 vs 自由民 向左移动。

背景介绍: 弗朗西斯科·德·维多利亚是西班牙文艺复兴时期著名的神学家、法学家,被誉为“国际法之父”。他曾在萨拉曼卡大学任教,其关于正义战争、土著人权利和国家主权的思想,对西班牙帝国在新世界的统治和法律体系产生了深远影响。此事件模拟了这位关键思想家在西班牙发现新世界后的历史登场。

完整事件代码

flavor_cas.53 = { #Francisco de Vitoria
	type = country_event
	title = flavor_cas.53.title
	desc = flavor_cas.53.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"

	historical_info = flavor_cas.53.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1530.1.1
		to = 1546.1.1
		monthly_chance = 1
	}

	immediate = {
		create_character = {
			first_name = name_francis
			last_name = de_Vitoria
			birth_date = 1483.1.1
			birth_location = location:burgos
			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_vitoria
		}
	}

	trigger = {
		has_variable = cas_unlock_salamanca_events
		owns = location:burgos
		has_global_variable = new_world_discovered
		has_presence_in = continent:america
	}

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

	option = {
		name = flavor_cas.53.b
		kill_character_silently = {
			target = scope:target_character
		}
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
		change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_left }
	}
}