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.84 威尼斯总督弗朗切斯科·福斯卡里

时间范围

  • 事件窗口:1450.1.1 - 1836.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有变量 ven_foscari_favor
  • 国家当前拥有统治者
  • 游戏世界中存在名为 foscari_dynasty 的王朝
  • 当前统治者的王朝是 foscari_dynasty
  • venice 地区,存在一件名为 work_of_art:ca_foscari 的艺术品

关键效果

  • 选项 A (历史选项)
    • 获得大量金钱 (规模系数 5)
    • 增加少量共和传统 (republican_tradition_mild_bonus)
    • 增加少量威望 (prestige_mild_bonus)

背景介绍

此事件描绘了威尼斯共和国历史上著名的福斯卡里家族成员,特别是弗朗切斯科·福斯卡里,成为威尼斯总督的时刻。福斯卡里在15世纪长期担任总督,其统治时期威尼斯经历了领土扩张、与米兰的战争以及内部政治斗争。该事件可能关联于其家族影响力的展现、对共和体制的贡献,或是其统治时期留下的文化遗产(如代码中提及的特定艺术品)。

完整事件代码

flavor_ven.84 = { #A Foscari Doge of Venice
	type = country_event
	title = flavor_ven.84.title
	desc = flavor_ven.84.desc

	historical_info = flavor_ven.84.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1450.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler.dynasty ?= {
			save_scope_as = ruler_dynasty
		}
		ruler = {
			save_scope_as = target_ruler
		}
		random_work_of_art = {
			limit = { this = work_of_art:ca_foscari }
			save_scope_as = target_art
		}
	}

	trigger = {
		has_variable = ven_foscari_favor
		has_ruler = yes
		dynasty_exists = foscari_dynasty
		ruler.dynasty ?= dynasty:foscari_dynasty
		location:venice = {
			any_work_of_art_in_location = {
				this = work_of_art:ca_foscari
			}
		}
	}

	option = {
		name = flavor_ven.84.a
		historical_option = yes
		change_gold_effect = { scale = 5 }
		add_republican_tradition = republican_tradition_mild_bonus
		add_prestige = prestige_mild_bonus
	}

	after = {
		hidden_effect = {
			remove_variable = ven_foscari_favor
		}
	}
}