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.103 弗朗西斯科·德·苏巴朗登场

时间范围

1640.1.1 - 1664.1.1,每月有 1% 概率触发。

触发条件

  • 国家宗教为 天主教

关键效果

选项 A (历史选项)

  • 花费 3 金币。
  • 人物 弗朗西斯科·德·苏巴朗 加入我国。
  • 教士阶层 满意度获得 小幅提升
  • 社会价值观 灵性主义 vs 人文主义左侧 (灵性主义) 移动。

选项 B

  • 教士阶层 满意度受到 小幅惩罚
  • 社会价值观 灵性主义 vs 人文主义右侧 (人文主义) 移动。
  • 人物 弗朗西斯科·德·苏巴朗 被移除。

背景介绍

此事件模拟了西班牙黄金时代著名画家弗朗西斯科·德·苏巴朗(1598-1664)的登场。他以其虔诚的宗教题材画作而闻名,其艺术生涯与西班牙天主教会紧密相连。事件反映了国家在艺术赞助上的选择:是斥资引入这位宗教画家以取悦教会并强化灵性主义价值观,还是拒绝赞助,转而支持更偏向人文主义的发展方向。

完整事件代码

flavor_cas.103 = { #Francisco de Zurbarán
	type = country_event
	title = flavor_cas.103.title
	desc = flavor_cas.103.desc

	fire_only_once = yes
	
	illustration_tags = {
		10 = happy
		10 = interior
	}

	historical_info = flavor_cas.103.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1640.1.1
		to = 1664.1.1
		monthly_chance = 1
	}

	trigger = {
		religion = religion:catholic
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_francis
			last_name = Zurbaran_SPA
			birth_date = 1598.11.7
			birth_location = location:badajoz
			estate = estate_type:clergy_estate
			artist_skill = { 0.65 0.85 }
			artist = painter
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.103.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_cas.103.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}