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.42] 关键人物登场

时间范围

  • 起始日期:未指定(无 from 字段)
  • 结束日期:未指定(无 to 字段)
  • 触发概率:未指定(无 monthly_chance 字段)

触发条件

  • 事件类型:国家事件 (type = country_event)
  • 具体条件:代码中未明确列出 trigger 字段,触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项名称flavor_por.42.a
  • 效果
    • 将目标角色 (scope:target_character) 移动至目标国家 (scope:target_country)。
  • 历史选项:未标注(无 historical_option = yes 字段)。

背景介绍

此事件涉及葡萄牙(或相关国家)内部的关键人物变动。从事件代码推断,可能反映了贵族阶层(estate_type:nobles_estate)中某位重要人物的迁移或效忠对象的改变,这类变动在近代早期欧洲的王朝政治、外交联盟或内部权力斗争中较为常见。事件的具体历史背景需结合游戏内本地化文本(titledesc)进一步确定。

完整事件代码

flavor_por.42 = {
	type = country_event
	title = flavor_por.42.title
	desc = flavor_por.42.desc

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_por.42.a

		scope:target_character = {
			move_country = scope:target_country
		}
	}
}