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.56] 雅各布·桑索维诺登场

时间范围

  • 事件窗口:1520.1.1 - 1540.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家必须拥有 威尼斯 地区。

关键效果

选项 A

  • 花费相当于 8 个月收入的黄金。
  • 人物 雅各布·桑索维诺 将加入你的国家,并获得 杰出 特质。

选项 B

  • 获得少量威望惩罚。
  • (隐藏效果)人物 雅各布·桑索维诺 将被移除。

背景介绍

雅各布·桑索维诺是文艺复兴时期著名的建筑师和雕塑家,出生于佛罗伦萨。在1520年至1540年间,他活跃于威尼斯,为威尼斯共和国设计了多座重要建筑,包括圣马可图书馆和铸币厂,对威尼斯的城市风貌产生了深远影响。此事件模拟了威尼斯共和国可能招募这位杰出艺术家的历史时刻。

完整事件代码

flavor_ven.56 = { #Jacopo Sansovino
	type = country_event
	title = flavor_ven.56.title
	desc = flavor_ven.56.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1520.1.1
		to = 1540.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:venice
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_james
			last_name = Sansovino
			birth_date = 1486.7.2
			birth_location = location:florence
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.87
			culture = culture:tuscan
			artist = architect
			save_scope_as = ven_sansovino
			script = ven_sansovino_script
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ven.56.a
		change_gold_effect = { scale = -8 }
		scope:ven_sansovino = {
			move_country = root
			add_trait = trait:prominent
		}
	}

	option = {
		name = flavor_ven.56.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:ven_sansovino
  		}
	}
}