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_ven.61 巴托洛梅奥·普拉蒂纳登场

时间范围:1450.1.1 - 1470.1.1,每月 1% 概率触发

触发条件

  • 国家拥有威尼斯地区。

关键效果

  • 选项 A
    • 花费 8 金币。
    • 人物巴托洛梅奥·普拉蒂纳加入我国。
    • 在威尼斯地区创作一件艺术作品:
      • 类型:小说
      • 品质:60
      • 作品键:de_honesta_voluptate_et_valetudine
      • 艺术家:巴托洛梅奥·普拉蒂纳
  • 选项 B
    • 损失少量威望。
    • (隐藏效果)人物巴托洛梅奥·普拉蒂纳被移除。

背景介绍: 巴托洛梅奥·普拉蒂纳(1421-1481)是文艺复兴时期意大利的人文主义者、作家和图书管理员。他以其著作《论诚实之乐与健康》而闻名,该书是欧洲最早的印刷烹饪书之一,融合了美食、健康与古典学问。作为威尼斯共和国的公民,他的作品体现了文艺复兴时期威尼斯在文化、艺术和知识传播方面的重要地位。此事件模拟了这位重要文化人物在威尼斯登场的可能性。

完整事件代码

flavor_ven.61 = { #Bartolomeo Platina
	type = country_event
	title = flavor_ven.61.title
	desc = flavor_ven.61.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1450.1.1
		to = 1470.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_bartholomew
			last_name = Platina
			birth_date = 1421.4.5
			birth_location = location:cremona
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.7
			culture = culture:tuscan
			artist = writer
			script = ven_platina_script
			save_scope_as = ven_platina
			create_in_limbo = yes
		}
		character:ven_platina_script ?= { save_scope_as = platina }
	}

	option = {
		name = flavor_ven.61.a
		change_gold_effect = { scale = -8 }
		scope:ven_platina = {
			move_country = root
		}
		location:venice = {
			create_art = {
				quality = 60
				artist = scope:platina
				type = work_of_art_type:novel
				key = de_honesta_voluptate_et_valetudine
			}
		}
	}

	option = {
		name = flavor_ven.61.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:ven_platina
  		}
	}
}