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.13] 收复卡涅姆

时间范围

1500.1.1 - 1800.1.1,在此期间内,每月有 5% 的概率触发此事件。

触发条件

  • 国家拥有变量 kbo_lost_kanem
  • 国家完全拥有省份 kanem_province
  • 国家当前未处于战争状态。

关键效果

选项:荣耀归于我们

  • 增加少量政府力量。
  • 增加少量稳定度。
  • 增加少量威望。

背景介绍

此事件模拟了卡涅姆-博尔努帝国(KBO)在历史进程中,于1500年至1800年间,收复其核心领土卡涅姆地区的情景。卡涅姆地区对帝国具有重要的历史和政治意义,其收复被视为国家实力恢复和威望提升的标志。事件反映了帝国在和平时期巩固统治、重振国威的努力。

完整事件代码

flavor_kbo.13 = { #Reconquest of Kanem
	type = country_event
	title = flavor_kbo.13.title
	desc = flavor_kbo.13.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = KBO
		from = 1500.1.1
		to = 1800.1.1
		monthly_chance = 5
	}	

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	trigger = {
		has_variable = kbo_lost_kanem
		own_entire_province = province_definition:kanem_province
		at_war = no
	}

	option = { #Glory to us
		name = flavor_kbo.13.a
		add_government_power = government_power_mild_bonus
		add_stability = stability_weak_bonus
		add_prestige = prestige_mild_bonus
	}
}