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.6 威尼斯政策事件

时间范围:1500.1.1 - 1560.1.1,每月 10% 概率触发

触发条件

  • 国家已启用政策 venetian_first

关键效果

  • 选项 A (历史选项):
    • 稳定性小幅下降 (add_stability = stability_mild_penalty)
    • 威尼斯地区发展度小幅提升 (location:venice = { change_development = development_mild_bonus })
  • 选项 B
    • 宗教影响力小幅提升 (add_religious_influence = religious_influence_mild_bonus)
    • 稳定性大幅提升 (add_stability = stability_extreme_bonus)

背景介绍: 在16世纪上半叶,威尼斯共和国正面临内外挑战。作为地中海贸易霸主,其独特的“威尼斯优先”政策旨在维护本土商业与政治利益,但这一政策也带来了社会与经济的双重压力。此事件反映了威尼斯统治阶层在维持传统特权与应对新兴宗教、社会力量之间的抉择。

完整事件代码

flavor_ven.6 = {
	type = country_event
	title = flavor_ven.6.title
	desc = flavor_ven.6.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	trigger = {
		has_policy = venetian_first
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}

	option = {
		name = flavor_ven.6.a
		historical_option = yes
		add_stability = stability_mild_penalty
		location:venice = {
			change_development = development_mild_bonus
		}
	}
	option = {
		name = flavor_ven.6.b
		add_religious_influence = religious_influence_mild_bonus
		add_stability = stability_extreme_bonus
	}
}