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.111] 圣基亚拉大教堂

时间范围:1337.1.1 - 1343.1.1(每月 5% 概率触发)

触发条件

  • 政府类型为君主制 (government_type = government_type:monarchy)
  • 拥有统治者 (has_ruler = yes)
  • 控制那不勒斯地区 (owns = location:naples)

关键效果

  • 选项 A (历史选项)

    • 名称:flavor_nap.111.a
    • 增加少量威望 (add_prestige = prestige_mild_bonus)
  • 选项 B

    • 名称:flavor_nap.111.b
    • 增加教宗国对我国的“满意”好感度 (add_opinion = { target = c:PAP modifier = opinion_pleased })

背景介绍: 该事件模拟了14世纪中叶,那不勒斯王国(或其继承者)在首都那不勒斯建造或扩建圣基亚拉大教堂的历史进程。作为一座重要的方济各会教堂,其修建不仅关乎王室威望,也涉及与教廷的关系。事件反映了中世纪君主在宗教建筑项目上的决策,以及此类项目可能带来的政治与外交影响。

完整事件代码

flavor_nap.111 = { #The Basilica of Santa Chiara
	type = country_event

	title = flavor_nap.111.title
	desc = flavor_nap.111.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1337.1.1
		to = 1343.1.1
		monthly_chance = 5
	}

	trigger = {
		government_type = government_type:monarchy
		has_ruler = yes
		owns = location:naples
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:naples = { save_scope_as = target_location }
		ruler = { save_scope_as = target_character }
	}

	option = {
		name = flavor_nap.111.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_nap.111.b
		add_opinion = { target = c:PAP modifier = opinion_pleased }
	}
}