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.29 圣若望及保禄大殿

时间范围:1430.1.1 - 1700.1.1,每月 10% 概率

触发条件

  • 威尼斯地区 (location:venice) 拥有建筑 building_type:temple
  • 控制威尼斯地区 (owns = location:venice)。
  • 已拥有科技 ven_gothic_architecture

关键效果

  • 选项 flavor_ven.29.a
    • 增加宗教影响力(若有效):religious_influence_mild_bonus
    • 在威尼斯地区 (location:venice) 创建一件艺术品:
      • 类型:work_of_art_type:monument
      • 品质:80。
      • 标识符:san_zanipolo

背景介绍: 该事件模拟了威尼斯共和国在文艺复兴时期对宗教与艺术建筑的投入。圣若望及保禄大殿是威尼斯重要的哥特式教堂,其修建与装饰体现了共和国在获得哥特式建筑技术后,通过宗教建筑巩固其文化影响力与贵族、教士阶层关系的典型历史进程。

完整事件代码

flavor_ven.29 = { #Basilica dei Santi Giovanni e Paolo
	type = country_event
	title = flavor_ven.29.title
	desc = flavor_ven.29.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1430.1.1
		to = 1700.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	trigger = {
		location:venice = {
			has_building = building_type:temple
		}
		owns = location:venice
		has_advance = ven_gothic_architecture
	}

	option = {
		name = flavor_ven.29.a
		add_religious_influence_if_valid = { VALUE = religious_influence_mild_bonus }
		location:venice = {
			create_art = {
				quality = 80
				type = work_of_art_type:monument
				key = san_zanipolo
			}
		}
	}
}