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_kbo.14 乍得湖与卡内姆布贸易

时间范围:1337.1.1 - 1340.1.1 (每月 50% 概率)

触发条件

  • 控制以下所有地区:
    • gambaru
    • yo
    • bodou_sailay
    • nguigmi

关键效果

  • 选项 A (flavor_kbo.14.a)

    • 若未拥有特权 estate_privilege:kbo_lake_chad_trade_privilege,则授予该特权。
    • 若已拥有该特权,则获得相当于 1 倍月度贸易与税收收入 的金钱。
    • burghers_estate(市民阶层)增加 estate_satisfaction_extreme_bonus(极大满意度加成)。
  • 选项 B (flavor_kbo.14.b)

    • peasants_estate(农民阶层)增加 estate_satisfaction_extreme_bonus(极大满意度加成)。
    • burghers_estate(市民阶层)增加 estate_satisfaction_weak_penalty(微弱满意度惩罚)。
    • 增加 government_power_mild_bonus(温和的政府力量加成)。

背景介绍: 该事件反映了14世纪中叶卡内姆-博尔努帝国(KBO)围绕乍得湖地区贸易网络发展的关键历史节点。控制乍得湖周边的战略要地,使得帝国能够主导穿越撒哈拉的盐、谷物和奴隶贸易路线。事件中的选择体现了统治者如何在促进商业特权以获取财富与安抚更广泛的农业社会基础之间进行权衡,这直接影响了不同社会阶层的忠诚度与国家的治理能力。

完整事件代码

flavor_kbo.14 = { #Lake Chad and the Kanembu Trade
	type = country_event
	title = flavor_kbo.14.title
	desc = flavor_kbo.14.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = KBO
		from = 1337.1.1
		to = 1340.1.1
		monthly_chance = 50
	}	

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {

		owns = location:gambaru
		owns = location:yo
		owns = location:bodou_sailay
		owns = location:nguigmi
	}

	option = {
		name = flavor_kbo.14.a

		if = {
			limit = {
				NOT = { has_estate_privilege = estate_privilege:kbo_lake_chad_trade_privilege }
			}
			grant_estate_privilege = estate_privilege:kbo_lake_chad_trade_privilege
		}
		else = { 
			add_gold = {
				value = root.monthly_income_trade_and_tax
				multiply = 1
			}
		}
		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_extreme_bonus
		}
	}

	option = {
		name = flavor_kbo.14.b

		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_extreme_bonus
		}
		add_estate_satisfaction = { type = estate_type:burghers_estate
			value = estate_satisfaction_weak_penalty
		}
		add_government_power = government_power_mild_bonus
	}
}