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.23] 多梅尼科·丰塔纳登场

时间范围:1575.1.1 - 1590.1.1(每月 10% 概率)

触发条件

  • 国家标签为 PAP(教宗国)。
  • 事件在指定时间范围内随机触发。

关键效果

  • 选项 A (flavor_pap.23.a)
    • 将创建的人物 多梅尼科·丰塔纳 移动至本国。
    • 为该人物添加 prominent(杰出)特质。
  • 选项 B (flavor_pap.23.b)
    • 使 clergy_estate(神职人员阶层)的阶层满意度增加 0.1
    • (隐藏效果)静默移除人物 多梅尼科·丰塔纳

背景介绍: 多梅尼科·丰塔纳是文艺复兴晚期著名的意大利建筑师,出生于1543年,以其在罗马的工程(如圣彼得大教堂穹顶的完工和方尖碑的竖立)而闻名。本事件模拟了这位杰出建筑师在教宗国服务期间可能被招募或因其才能获得认可的历史情景。

完整事件代码

flavor_pap.23 = { #Domenico Fontana
	type = country_event
	title = flavor_pap.23.title
	desc = flavor_pap.23.desc

	fire_only_once = yes

	historical_info = flavor_pap.23.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1575.1.1
		to = 1590.1.1
		monthly_chance = 10
	}

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

	immediate = {
		create_character = {
			first_name = name_dominic
			last_name = Fontana
			birth_date = 1543.9.3
			birth_location = location:lugano
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.85
			culture = culture:lombard
			save_scope_as = pap_fontana
			script = pap_fontana_script
			create_in_limbo = yes

			artist = architect
		}
	}

	option = {
		name = flavor_pap.23.a
        scope:pap_fontana = {
            move_country = root
			add_trait = trait:prominent
		}
	}

	option = {
		name = flavor_pap.23.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.1 }
		hidden_effect = {
   			kill_character_silently = scope:pap_fontana
  		}
	}
}