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_sav.1 维纳里亚宫

时间范围

1430.1.1 - 1700.1.1,每月有 10% 的概率触发。

触发条件

  • 国家必须拥有 都灵 地区。
  • 都灵 地区必须至少拥有以下建筑之一:
    • noble_villa(贵族别墅)
    • burgher_mansion(市民豪宅)

关键效果

  • 选项flavor_sav.1.a
    • 效果
      • 都灵 地区:
        • 获得 development_mild_bonus(轻微发展度加成)
        • 获得 prosperity_severe_bonus(显著繁荣度加成)

背景介绍

该事件模拟了萨伏依公国在都灵地区建造或扩建维纳里亚宫的历史进程。维纳里亚宫是萨伏依王室的重要宫殿之一,其建设不仅提升了都灵的城市发展度,也显著促进了当地的经济繁荣,体现了文艺复兴至巴洛克时期意大利北部诸侯国对艺术、建筑与城市建设的投入。

完整事件代码

flavor_sav.1 = { #The Palace of Venaria
	type = country_event
	title = flavor_sav.1.title
	desc = flavor_sav.1.desc
	
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = SAV
		from = 1430.1.1
		to = 1700.1.1
		monthly_chance = 10
	}
	
	trigger = {
		owns = location:turin
		location:turin = {
			OR = {
				has_building = building_type:noble_villa
				has_building = building_type:burgher_mansion
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_sav.1.a
		location:turin = {
			change_development = development_mild_bonus
			change_prosperity = prosperity_severe_bonus
		}
	}
}