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.73 Banco del Giro

时间范围

1450.1.1 - 1550.1.1,每月 5% 概率触发

触发条件

  • 拥有威尼斯地区
  • 已接纳银行业制度

关键效果

选项 A (历史选项)

  • 减少 12 点黄金
  • 威尼斯地区获得少量繁荣度加成
  • 增加严重通货膨胀

选项 B

  • 增加严重通货膨胀

背景介绍

该事件模拟了威尼斯共和国在 15 至 16 世纪期间,随着银行业制度的发展,可能面临的金融决策。事件名称 “Banco del Giro” 暗示了与威尼斯早期银行或金融体系相关的背景,玩家需要在促进地区繁荣与承担财政风险之间做出选择。

完整事件代码

flavor_ven.73 = { #Banco del Giro
	type = country_event
	title = flavor_ven.73.title
	desc = flavor_ven.73.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:venice
		has_embraced_institution = institution:banking
	}

	option = {
		historical_option = yes
		name = flavor_ven.73.a
		change_gold_effect = { scale = -12 }
		location:venice = {
			change_prosperity = prosperity_very_weak_bonus
		}
		add_inflation = inflation_severe_bonus
	}

	option = {
		name = flavor_ven.73.b
		add_inflation = inflation_severe_penalty
	}
}