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.52] 圣马可钟楼

时间范围:1450.1.1 - 1550.1.1,每月 2% 概率触发

触发条件

  • 国家拥有威尼斯地区
  • 威尼斯地区已建造 piazza_san_marco 建筑

关键效果

  • 选项 A (历史选项):
    • 获得少量政府力量加成
    • 获得少量威望加成
    • 减少 10 金币
  • 选项 B
    • 获得少量威望惩罚

背景介绍: 该事件模拟了威尼斯共和国在文艺复兴时期对圣马可广场钟楼(St Mark’s Clocktower)的建造或重大修缮。作为威尼斯的地标和城市权力的象征,钟楼的建造既体现了共和国的财富与技术实力,也是一项耗资巨大的公共工程。事件反映了威尼斯在15至16世纪期间,通过投资标志性建筑来提升国家威望与政府治理能力的决策过程。

完整事件代码

flavor_ven.52 = { #St Marks Clocktower
	type = country_event
	title = flavor_ven.52.title
	desc = flavor_ven.52.desc

	fire_only_once = yes

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

	historical_info = flavor_ven.52.historical_info

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	trigger = {
		owns = location:venice
		location:venice = {
			has_building = building_type:piazza_san_marco
		}
	}

	option = {
		name = flavor_ven.52.a
		historical_option = yes
		add_government_power = government_power_mild_bonus
		add_prestige = prestige_mild_bonus
		change_gold_effect = { scale = -10 }
	}

	option = {
		name = flavor_ven.52.b
		add_prestige = prestige_mild_penalty
	}
}