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_nap.4 巴洛克风格的大城市

时间范围:1600.1.1 - 1650.1.1,每月 5% 概率触发

触发条件

  • 国家拥有 location:naples 地区。
  • location:naples 地区满足:
    • 整合等级为 core(核心)。
    • 市民阶层人口数量大于 20。

关键效果

  • 选项 Aflavor_nap.4.a(历史选项)
    • 效果:location:naples 地区获得 development_severe_bonus(发展度大幅提升)。

背景介绍: 在17世纪上半叶,那不勒斯作为西班牙哈布斯堡王朝统治下的重要城市,经历了一段文化与建筑繁荣期。这一时期,巴洛克艺术风格从罗马传入,那不勒斯开始兴建宏伟的教堂、宫殿和公共建筑,城市面貌焕然一新。大量涌入的市民阶层(burghers)财富增长,推动了城市经济与建设,使其成为地中海地区最壮观、最具活力的“巴洛克风格的大城市”之一。该事件反映了那不勒斯在这一历史阶段的城市发展与文化鼎盛。

完整事件代码

flavor_nap.4 = { #The Great City of the Baroque
	type = country_event
	title = flavor_nap.4.title
	desc = flavor_nap.4.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1600.1.1
		to = 1650.1.1
		monthly_chance = 5
	}
	
	illustration_tags = {
        10 = happy
        10 = exterior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:naples = {
			save_scope_as = target_location
		}
	}

	trigger = {
		owns = location:naples
		location:naples = {
			integration_level = core
			num_pop_type:burghers > 20
		}
	}

	option = {
		name = flavor_nap.4.a
		historical_option = yes
		location:naples = {
			change_development  = development_severe_bonus
		}
	}
}