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.234] 教皇拒绝我们的请求

时间范围
事件为一次性触发事件(fire_only_once = yes),无具体 fromto 日期限制,也无 monthly_chance 概率设定。

触发条件
事件代码中未提供 trigger 字段,具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项 Aflavor_nap.234.a):
    • 增加贵族阶层满意度(estate_type:nobles_estate),幅度为“弱惩罚”级别(estate_satisfaction_weak_penalty)。
    • 增加金币,金额为匈牙利(c:HUN)的月度贸易与税收收入的两倍。

背景介绍
该事件描述了国家向教皇提出请求但遭到拒绝的情景。作为补偿或安抚国内势力,国家选择向贵族阶层作出让步,并获取一笔相当于匈牙利两倍月收入的资金,可能用于缓解外交失败带来的内部压力或筹备其他行动。

完整事件代码

flavor_nap.234 = { #The Pope rejects our Request
	type = country_event

	title = flavor_nap.234.title
	desc = flavor_nap.234.desc


	fire_only_once = yes

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:hun_andras = {
			save_scope_as = prince_consort
		}
	}

	option = {
		name = flavor_nap.234.a
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_penalty }
		add_gold = {
			value = c:HUN.monthly_income_trade_and_tax
			multiply = 2
		}
	}
}