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_pap.31 拉斐尔·桑西奥·达·乌尔比诺登场

时间范围:1505.1.1 - 1515.1.1(每月 10% 概率触发)

触发条件

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

关键效果

  • 选项 A (历史选项)
    • 国库资金减少(规模为 -2)。
    • 将人物“拉斐尔”移动至本国。
  • 选项 B
    • 国家威望遭受轻微惩罚。
    • (隐藏效果)静默处决人物“拉斐尔”。

背景介绍: 此事件模拟了文艺复兴时期著名画家、建筑师拉斐尔(Raffaello Sanzio da Urbino)的登场。拉斐尔出生于1483年,是文艺复兴三杰之一,以其和谐、优雅的绘画风格闻名。在1505年至1515年间,他活跃于罗马,为教皇尤利乌斯二世和利奥十世服务,创作了包括《雅典学院》在内的众多杰作,深刻影响了后世艺术发展。本事件反映了教宗国(PAP)在文艺复兴鼎盛时期吸引顶尖艺术人才的历史情景。

完整事件代码

flavor_pap.31 = { #Raffaello Sanzio da Urbino
	type = country_event
	title = flavor_pap.31.title
	desc = flavor_pap.31.desc

	fire_only_once = yes

	historical_info = flavor_pap.31.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1505.1.1
		to = 1515.1.1
		monthly_chance = 10
	}

	trigger = {
		has_embraced_institution = institution:renaissance
	}

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	immediate = {
		create_character = {
			first_name = name_raphael
			last_name = Sanzio_da_Urbino
			birth_date = 1483.3.28
			birth_location = location:urbino
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.85
			culture = culture:median
			save_scope_as = pap_raphael
			script = pap_raphael
			create_in_limbo = yes

			artist = painter
		}
	}

	option = {
		name = flavor_pap.31.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
        scope:pap_raphael = {
            move_country = root
		}
	}

	option = {
		name = flavor_pap.31.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:pap_raphael
  		}
	}
}