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.2 桑海统治者与廷巴克图

时间范围

1337.1.1 - 1500.6.1,每月有 10% 的概率触发。

触发条件

  • 国家标签为 SON(桑海)。
  • 当前统治者总能力值(total_abilities≥ 150,且行政(adm)、外交(dip)、军事(mil)能力均 > 40
  • 拥有并控制 廷巴克图(timbuktu) 地区。
  • 国家宗教属于 穆斯林宗教组(religion_group:muslim)

关键效果

选项: flavor_son.2.a

  • 获得 研究进度大幅加成(research_progress_severe_bonus
  • 获得 稳定度大幅加成(stability_severe_bonus
  • 为所有阶层增加 满意度小幅加成(estate_satisfaction_mild_bonus
    • 贵族阶层(estate_type:nobles_estate
    • 市民阶层(estate_type:burghers_estate
    • 神职人员阶层(estate_type:clergy_estate
    • 农民阶层(estate_type:peasants_estate

背景介绍

该事件模拟了桑海帝国(SON)在14至15世纪期间,一位能力出众的穆斯林统治者稳固控制西非学术与贸易中心廷巴克图后,所带来的国家繁荣与稳定。廷巴克图作为撒哈拉以南非洲重要的文化与经济枢纽,其控制权常被视为地区强权的象征。一位兼具行政、外交与军事才能的君主在此施行有效治理,能够促进知识传播、社会稳定并调和国内各阶层利益,从而推动国家的整体发展。

完整事件代码

flavor_son.2 = {
	type = country_event
	title = flavor_son.2.title
	desc = flavor_son.2.desc
	historical_info = flavor_son.2.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SON
		from = 1337.1.1
		to = 1500.6.1
		monthly_chance = 10
	}

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

	trigger = {
		ruler ?= {
			total_abilities >= 150
			adm > 40
			dip > 40
			mil > 40
		}
		has_core = location:timbuktu
		owns = location:timbuktu
		religion.group = religion_group:muslim
	}

	option = {
		name = flavor_son.2.a
		add_research_progress = research_progress_severe_bonus
		add_stability = stability_severe_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_bonus }
	}
}