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_jap.5] 威廉·亚当斯(遣至幕府)

时间范围
无明确 fromto 日期,事件为动态触发,无固定时间范围。

触发条件
代码中未明确指定 trigger 字段,触发条件需参考游戏内其他相关设定。

关键效果

  • 选项 A(历史选项)

    • 获得少量研究进度加成(add_research_progress = research_progress_mild_bonus
    • 首都市场增加少量火器供应(add_goods_supply = { goods = goods:firearms amount = market_goods_weak_gain }
    • 目标人物(scope:target_character)移居至本国(move_country = root
  • 选项 B

    • 获得少量稳定度加成(add_stability = stability_mild_bonus

背景介绍
威廉·亚当斯(William Adams)是英国航海家,1600年因船只失事漂流至日本,后受到德川家康的赏识,成为首位在日获得武士身份的英国人。此事件模拟了亚当斯抵达日本后,为幕府带来西方技术与火器知识的历史情景。

完整事件代码

flavor_jap.5 = { #William Adams (sent to shogunate)
	type = country_event
	title = flavor_jap.5.title
	desc = flavor_jap.5.desc
	image = "gfx/interface/illustrations/international_organization_types/japanese_shogunate.dds"

	option = {
		name = flavor_jap.5.a
		historical_option = yes
		add_research_progress = research_progress_mild_bonus
		capital.market = {
			add_goods_supply = { goods = goods:firearms amount = market_goods_weak_gain }
		}
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_jap.5.b
		add_stability = stability_mild_bonus
	}
}