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.243] 被盗的城市

时间范围
事件为一次性触发事件,无固定时间范围。

触发条件

  • 事件为一次性触发事件,无明确触发条件。

关键效果

  • 选项 Aflavor_nap.243.a
    • 效果:add_prestige = prestige_weak_penalty(增加声望惩罚)

背景介绍
该事件描述了一个城市被盗的情况,涉及阿维尼翁(Avignon)和教皇国(PAP)的统治者。事件中,阿维尼翁被保存为目标地点,教皇国的统治者被保存为教皇范围。事件选项会导致国家声望受到轻微惩罚。

完整事件代码

flavor_nap.243 = { #A Stolen City
	type = country_event

	title = flavor_nap.243.title
	desc = flavor_nap.243.desc


	fire_only_once = yes

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:avignon = { save_scope_as = target_location }
		c:PAP.ruler = {
			save_scope_as = pope_scope
		}
	}

	option = {
		name = flavor_nap.243.a
		add_prestige = prestige_weak_penalty
	}
}