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.73 莱昂纳杜斯·莱修斯登场

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

触发条件

  • 国家为卡斯蒂利亚(CAS)或西班牙(SPA)

关键效果

  • 选项 A(历史选项)

    • 将人物 target_character(莱昂纳杜斯·莱修斯)移入本国
    • 社会价值观“重商主义 vs 自由贸易”向右移动
    • 社会价值观“传统主义 vs 创新”向右移动
    • 教士阶层满意度大幅下降
  • 选项 B

    • 社会价值观“重商主义 vs 自由贸易”向左移动
    • 社会价值观“传统主义 vs 创新”向左移动
    • 教士阶层满意度小幅提升
    • 隐藏效果:静默移除人物 target_character

背景介绍
莱昂纳杜斯·莱修斯(1554-1623)是佛兰德耶稣会神学家和道德学家,以其在经济伦理和神学方面的著作而闻名。在16世纪末,他的思想对西班牙的经济和宗教政策产生了一定影响,尤其是在重商主义与传统价值观的辩论中。本事件模拟了莱修斯可能被西班牙宫廷接纳或拒绝的历史情境,其选择将影响国家的社会价值观走向与教士阶层的关系。

完整事件代码

flavor_cas.73 = { #Leonardus Lessius
	type = country_event
	title = flavor_cas.73.title
	desc = flavor_cas.73.desc

	fire_only_once = yes
	historical_info = flavor_cas.73.historical_info

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

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		create_character = {
			first_name = name_leonard
			last_name = Lessius
			birth_date = 1554.10.1
			birth_location = location:antwerp
			estate = estate_type:clergy_estate
			adm = { 50 70 }
			dip = { 50 70 }
			mil = { 20 30 }
			culture = culture:low_franconian
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_cas.73.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_right
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_penalty
		}
	}

	option = {
		name = flavor_cas.73.b
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_left
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}