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_mal.10 军火交易

时间范围

此事件为动态历史事件,代码中未指定 fromto 日期,也未设置 monthly_chance 概率。其触发依赖于游戏引擎在满足特定条件时调用。

触发条件

此事件代码中未直接包含 trigger 字段。通常,这类事件由游戏脚本在其他条件满足时(如特定决策、其他事件链或脚本逻辑)直接触发。

关键效果

  • 选项 A:
    • 名称:flavor_mal.10.a
    • 效果:对目标 scope:mal_arms_dealer 添加名为 mal_rejected_us_access_to_firearms 的意见修正。

背景介绍

此事件涉及一项军火交易或获取火器的尝试。从事件标题和使用的图标(火器商品插图)推断,事件核心可能是某个势力(推测为“MAL”,可能指马拉维或类似实体)试图从一名军火商处获取武器,但遭到了拒绝。选项A的结果是导致该军火商对玩家或相关国家产生负面看法,暗示交易失败或请求被驳回。

完整事件代码

flavor_mal.10 = {
	type = country_event
	title = flavor_mal.10.title
	desc = flavor_mal.10.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_firearms.dds"

	option = {
		name = flavor_mal.10.a
		add_opinion = {
			target = scope:mal_arms_dealer
			modifier = mal_rejected_us_access_to_firearms
		}
	}
}