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.85 马里诺·萨努托的《日记》

时间范围:1500.1.1 - 1530.1.1,每月 1% 概率触发

触发条件

  • 国家拥有威尼斯(Venice)地区。

关键效果

  • 选项 A(历史选项)
    • 花费少量金钱(-2 金币)。
    • 获得少量威望。
    • 在威尼斯地区创建一件名为“Diarii”的编年史类艺术品,质量为 60,由马里诺·萨努托创作。
    • 马里诺·萨努托加入我国。
  • 选项 B
    • 损失少量威望。
    • (隐藏效果)马里诺·萨努托被默默处决。

背景介绍: 马里诺·萨努托(Marinus Sanuto)是威尼斯共和国的一位贵族、学者和编年史家。他最为著名的作品是卷帙浩繁的《日记》(Diarii),这部作品详细记录了1496年至1533年间威尼斯乃至整个欧洲的政治、军事、社会事件,是研究文艺复兴晚期历史的重要一手资料。该事件模拟了威尼斯共和国是否选择资助这位重要的历史学家,并收藏其珍贵著作。

完整事件代码

flavor_ven.85 = { #The Diarii
	type = country_event
	title = flavor_ven.85.title
	desc = flavor_ven.85.desc

	fire_only_once = yes

	historical_info = flavor_ven.85.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1530.1.1
		monthly_chance = 1
	}

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

	trigger = {
		owns = location:venice
	}

	immediate = {
		create_character = {
			first_name = name_marinus
			last_name = Sanuto
			birth_date = 1466.5.22
			birth_location = location:venice
			estate = estate_type:burghers_estate
			artist_skill = { 0.5 0.75 }
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes

			artist = writer
		}
	}

	option = {
		name = flavor_ven.85.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		add_prestige = prestige_mild_bonus
		location:venice = {
			create_art = {
				quality = 60
				type = work_of_art_type:chronicle
				key = diarii
				artist = scope:target_character
			}
		}
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_ven.85.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}