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_por.24 皇家万神殿

时间范围
无明确 fromto 日期限制,为一次性触发事件(fire_only_once = yes)。

触发条件

  • 国家标签为葡萄牙(tag = POR
  • 政府类型为君主制(government_type = government_type:monarchy
  • 国教为天主教(religion = religion:catholic

关键效果

  • 选项 A(历史选项)

    • 花费大量金钱(change_gold_effect = { scale = -3.00 }
    • 获得巨额威望加成(add_prestige = prestige_extreme_bonus
    • 获得巨额正统性加成(add_legitimacy = legitimacy_extreme_bonus
  • 选项 B

    • 获得轻微威望惩罚(add_prestige = prestige_mild_penalty
    • 获得轻微正统性惩罚(add_legitimacy = legitimacy_mild_penalty

背景介绍
该事件模拟了葡萄牙君主制天主教国家为彰显王权与宗教权威,可能选择建造或扩建皇家陵寝、纪念堂(“皇家万神殿”)的历史情境。选择投入巨资建造会显著提升王室威望与统治正统性,而拒绝或敷衍了事则可能导致声誉受损。

完整事件代码

flavor_por.24 = { #The Royal Pantheon
	type = country_event
	title = flavor_por.24.title
	desc = flavor_por.24.desc

	fire_only_once = yes

	trigger = {
		tag = POR
		government_type = government_type:monarchy
		religion = religion:catholic
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		previous_ruler ?= {
			if = {
				limit = { this != scope:old_ruler }
				save_scope_as = old_ruler
			}
		}
	}

	option = {
		name = flavor_por.24.a
		historical_option = yes

		change_gold_effect = { scale = -3.00 }

		add_prestige = prestige_extreme_bonus
		add_legitimacy = legitimacy_extreme_bonus
	}

	option = {
		name = flavor_por.24.b

		add_prestige = prestige_mild_penalty
		add_legitimacy = legitimacy_mild_penalty
	}

	historical_info = flavor_por.24.historical_info
}