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_geo.18] 来自[目标国家2]的使者

时间范围

  • 事件周期:无明确 fromto 日期限制,为动态触发事件。
  • 触发概率:无 monthly_chance 字段,触发依赖条件满足。

触发条件

  • 核心条件:事件代码中未直接包含 trigger 字段,触发条件需参考外部脚本或前置事件(如 flavor_geo.17 等)定义。

关键效果

  • 选项名称flavor_geo.18.a
  • 效果
    • 增加政府权力:government_power_weak_bonus(小幅政府权力增益)
    • 增加威望:prestige_mild_bonus(中等威望增益)
  • 历史选项:未标注 historical_option = yes

背景介绍

该事件描述了一位来自外部势力([target_country2.GetLongNameWithNoTooltip])的使者到访,可能涉及外交接触、情报传递或宗教文化交流。事件插画聚焦于室内场景,并与神职人员阶层相关,暗示使者来访可能与宗教事务或内部政治影响有关。接受使者可能为国家带来一定的政治稳定性和声望提升。

完整事件代码

flavor_geo.18 = { #A Messenger from the [target_country2.GetLongNameWithNoTooltip]
	type = country_event
	title = flavor_geo.17.title
	desc = flavor_geo.18.desc

	illustration_tags = {
		10 = interior
		10 = regular
	}

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

	option = {
		name = flavor_geo.18.a

		add_government_power = government_power_weak_bonus
		add_prestige = prestige_mild_bonus
	}
}