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.51] 圣马可广场

时间范围

1360.1.1 - 1420.1.1,每月 2% 概率触发

触发条件

  • 拥有 location:venice(威尼斯地区)

关键效果

选项 A (历史选项)

  • 在威尼斯地区建造建筑 building_type:piazza_san_marco(圣马可广场)
  • 文化获得 cultural_influence_mild_bonus(轻微文化影响力加成)

选项 B

  • 获得 prestige_mild_penalty(轻微威望惩罚)

背景介绍

该事件模拟了威尼斯共和国在14世纪末至15世纪初对圣马可广场的兴建与改造。圣马可广场作为威尼斯政治、宗教与商业生活的中心,其建设不仅提升了城市形象,也增强了威尼斯的文化影响力与凝聚力,是共和国国力与荣耀的象征。

完整事件代码

flavor_ven.51 = { #Piazza San Marco
	type = country_event
	title = flavor_ven.51.title
	desc = flavor_ven.51.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1360.1.1
		to = 1420.1.1
		monthly_chance = 2
	}

	historical_info = flavor_ven.51.historical_info

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		owns = location:venice
	}

	option = {
		name = flavor_ven.51.a
		historical_option = yes
		location:venice = {
			construct_building = {
				building_type = building_type:piazza_san_marco
			}
		}
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
	}

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