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.43 佩德罗·贝鲁格特登场

时间范围:1480.1.1 - 1490.1.1(每月 1% 概率)

触发条件

  • 国家已接纳“文艺复兴”思潮。

关键效果

  • 选项 A (历史选项)
    • 花费 4 金币。
    • 人物“佩德罗·贝鲁格特”加入我国。
    • 本国文化获得“温和增益”的文化传统。
  • 选项 B
    • 本国文化获得“温和减益”的文化传统。
    • (隐藏效果)人物“佩德罗·贝鲁格特”被静默移除。

背景介绍: 该事件模拟了西班牙文艺复兴时期著名画家佩德罗·贝鲁格特(Pedro Berruguete)的登场。他出生于卡斯蒂利亚的托莱多,被认为是西班牙文艺复兴绘画的先驱之一,其作品融合了佛兰德斯与意大利的风格,对后世西班牙艺术发展产生了重要影响。事件发生在1480年至1490年间,正值文艺复兴思潮在伊比利亚半岛传播的关键时期,反映了艺术赞助与国家文化发展之间的互动。

完整事件代码

flavor_cas.43 = { #Pedro Berruguete
	type = country_event
	title = flavor_cas.43.title
	desc = flavor_cas.43.desc
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	fire_only_once = yes

	historical_info = flavor_cas.43.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1480.1.1
		to = 1490.1.1
		monthly_chance = 1
	}

	immediate = {
		create_character = {
			first_name = name_peter
			last_name = Berruguete
			birth_date = 1450.1.1
			birth_location = location:toledo
			culture = culture:castilian
			adm = 86
			dip = 94
			mil = 45
			estate = estate_type:burghers_estate
			artist_skill = 0.85
			artist = painter
			create_in_limbo = yes
			save_scope_as = target_character
			script = cas_berruguete
		}
	}

	trigger = {
		has_embraced_institution = institution:renaissance
	}

	option = {
		name = flavor_cas.43.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		scope:target_character = {
			move_country = root
		}
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
	}

	option = {
		name = flavor_cas.43.b
		culture = {
			add_cultural_tradition = cultural_tradition_mild_penalty
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}