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_son.8] 索宁克帝国的内部抉择

时间范围

  • 事件窗口:1480.1.1 - 1500.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 国家标签:必须为 SON(索宁克帝国)。
  • 事件特性:为动态历史事件,且仅能触发一次。

关键效果

选项 A:flavor_son.8.a

  • 获得 2 名外交官。
  • 解锁一个自定义外交行动(根据提示文本 son_unlock_diplo_action_to_demand_conversion_tt,推测为“要求改宗”)。
  • 设置变量 son_conversion_of_west_africa

选项 B:flavor_son.8.b

  • 获得 陆军传统小幅增益army_tradition_mild_bonus)。

背景介绍

在15世纪末,西非的索宁克帝国(桑海帝国)正处于权力巩固与对外扩张的关键时期。作为该地区的主导力量,帝国统治者面临着如何进一步强化国家实力的战略抉择:是优先通过外交与宗教影响力来整合周边地区,还是着重加强军事力量以维护霸权并应对潜在挑战。此事件反映了帝国高层在这一历史十字路口上的内部讨论与决策过程。

完整事件代码

flavor_son.8 = {
	type = country_event
	title = flavor_son.8.title
	desc = flavor_son.8.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SON
		from = 1480.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_son.8.a

		add_diplomats = 2

		custom_tooltip = {
			text = son_unlock_diplo_action_to_demand_conversion_tt
			set_variable = son_conversion_of_west_africa
		}
	}

	option = {
		name = flavor_son.8.b

		add_army_tradition = army_tradition_mild_bonus
	}
}