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_eng.36 莫伊滕协议

时间范围
事件为动态历史事件,无固定 fromto 日期限制。触发概率由游戏动态计算,未指定 monthly_chance

触发条件
事件代码中未明确列出 trigger 字段。该事件可能由特定游戏状态或前置条件触发,具体条件需参考游戏内其他相关定义。

关键效果
事件提供两个选项,均针对 target_country(即里斯本的所有者)产生外交态度修正:

  • 选项 Aflavor_eng.36.a):
    target_country 对事件发起国(root)获得“接受莫伊滕协议”的外交态度修正。

  • 选项 Bflavor_eng.36.b):
    target_country 对事件发起国(root)获得“谴责莫伊滕协议”的外交态度修正。

两个选项均未标记为历史选项(无 historical_option = yes)。

背景介绍
该事件涉及一项名为“莫伊滕协议”的外交协定。事件围绕里斯本的所有者(target_country)对该协议的态度展开,事件发起国(可能是英格兰或其他相关国家)将根据对方的选择,获得相应的外交关系修正。协议的具体历史背景可能与15-16世纪葡萄牙的海外探索、贸易协定或英葡之间的外交互动有关。

完整事件代码

flavor_eng.36 = {
	type = country_event
	title = flavor_eng.36.title
	desc = flavor_eng.36.desc
	historical_info = flavor_eng.36.historical_info

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:lisbon.owner = { save_scope_as = target_country }
	}

	option = {
		name = flavor_eng.36.a
		scope:target_country = {
			add_opinion = { target = root modifier = accepted_meuthen_agreement }
		}
	}
	option = {
		name = flavor_eng.36.b
		scope:target_country = {
			add_opinion = { target = root modifier = denounced_meuthen_agreement }
		}
	}
}