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.95 胡安·德·马里亚纳

时间范围:1580.1.1 - 1600.1.1(每月 1% 概率)

触发条件

  • 国家拥有塔拉韦拉-德拉雷纳(Talavera de la Reina)地区。

关键效果

  • 选项 A (历史选项)
    • 放逐目标人物(胡安·德·马里亚纳)。
    • 获得大量正统性加成。
    • 社会价值观向“传统主义”方向小幅移动。
  • 选项 B
    • 目标人物(胡安·德·马里亚纳)加入本国。
    • 遭受大量正统性惩罚。
    • 社会价值观向“创新”方向大幅移动。

背景介绍: 胡安·德·马里亚纳(1536-1604)是西班牙耶稣会士、神学家、历史学家和政治哲学家。他以其关于君主制、暴政和货币理论的著作而闻名,其思想对后世政治经济学和主权理论产生了深远影响。此事件模拟了西班牙统治者面对这位颇具争议的学者时可能做出的选择:是因其激进思想而将其驱逐,还是接纳其才华并承担相应的政治风险。

完整事件代码

flavor_cas.95 = { #Juan de Mariana
	type = country_event
	title = flavor_cas.95.title
	desc = flavor_cas.95.desc

	fire_only_once = yes

	historical_info = flavor_cas.95.historical_info

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1580.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:talavera_de_la_reina
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_john
			last_name = de_mariana
			birth_date = 1536.4.2
			birth_location = location:talavera_de_la_reina
			estate = estate_type:clergy_estate
			artist_skill = { 0.6 0.8 }
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = writer
		}
	}

	option = {
		name = flavor_cas.95.a
		historical_option = yes
		scope:target_character = { banish_character = yes }
		add_legitimacy = legitimacy_severe_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_cas.95.b
		scope:target_character = {
			move_country = root
		}
		add_legitimacy = legitimacy_severe_penalty
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_right }
	}
}