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

时间范围
无明确起止日期(from/to未定义),事件仅能触发一次(fire_only_once = yes

触发条件

  • 事件为一次性国家事件(type = country_event
  • 触发条件(trigger字段)未在代码中明确列出

关键效果

  • 选项Aflavor_geo.17.a):
    • 对目标国家 格鲁吉亚(GEO) 添加观点修正:opinion_demolished_catholic_embassies(摧毁天主教使馆的负面观点)
    • 为国家添加政府点数修正:government_power_weak_penalty(政府权力弱化惩罚)

背景介绍
该事件描述了一位来自特定国家(代码中以[target_country2.GetLongNameWithNoTooltip]动态表示)的使者到访。从事件插画标签(interiorangry)和涉及天主教使馆的观点修正推断,可能与宗教外交冲突或使节交涉相关,反映了中世纪或近代早期高加索地区(格鲁吉亚)与周边国家在宗教、外交上的紧张关系。

完整事件代码

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

	fire_only_once = yes

	illustration_tags = {
		10 = interior
		10 = angry
	}

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

	option = {
		name = flavor_geo.17.a
		show_as_tooltip = {
			add_opinion = {
				modifier = opinion_demolished_catholic_embassies
				target = c:GEO
			}
		}
		add_government_power = government_power_weak_penalty
	}
}