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.58 威尼斯宗主教区

时间范围:1337.1.1 - 1837.1.1(每月 1% 概率)

触发条件

  • 控制威尼斯(Venice)和阿奎莱亚(Aquileia)地区。
  • 国家宗教为天主教(Catholic)。
  • 教宗国(PAP)存在。
  • 阿奎莱亚(AQU)不存在。
  • 对教宗国的看法值 ≥ 100。

关键效果

  • 选项 A
    • 获得轻微的宗教影响力加成。
    • 获得轻微的威望加成。
    • 神职人员阶层获得轻微的阶层满意度加成。
    • 教宗国对本国获得“良好关系”看法修正。

背景介绍: 该事件涉及威尼斯共和国在特定历史时期内,通过控制关键教区(如阿奎莱亚)并维持与罗马教廷的良好关系,以巩固其宗教地位和国内稳定的可能性。事件反映了威尼斯在意大利半岛及更广泛的天主教世界中的政治与宗教互动。

完整事件代码

flavor_ven.58 = { #The Patriarchate of Venice
	type = country_event
	title = flavor_ven.58.title
	desc = flavor_ven.58.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
		owns = location:aquileia
		religion = religion:catholic
		country_exists = c:PAP
		NOT = {
			country_exists = c:AQU
		}
		root = {
			opinion = {
				target = c:PAP
				value >= 100
			}
		}
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	option = {
		name = flavor_ven.58.a
		add_religious_influence = religious_influence_mild_bonus
		add_prestige = prestige_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		c:PAP = {
			add_opinion = {
				target = root
				modifier = opinion_good_relations
			}
		}
	}
}