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_mal.1] 马里帝国的繁荣时代

时间范围

1337.1.1 - 1350.1.1,每月 100% 概率触发。

触发条件

  • 国家标签为 MAL(马里帝国)。
  • 国家 处于 decline_of_mali(马里衰落)类型的灾难中。

关键效果

历史选项:

  • 选项名称: flavor_mal.1.a(“愿这繁荣的时代永存。”)
  • 效果:
    • 获得巨额的政府点数加成(government_power_extreme_bonus)。
    • 显示自定义提示文本 flavor_mal.1.a.tt

背景介绍

此事件描绘了14世纪上半叶马里帝国在其鼎盛时期的繁荣景象。特别是在1337年至1350年间,马里帝国在曼萨·穆萨(Mansa Musa)及其继任者曼萨·马汉(Maghan)的统治下,控制了西非的黄金和盐贸易路线,国力强盛,文化繁荣,并以其惊人的财富(尤其是曼萨·穆萨的麦加朝圣)闻名于世。该事件旨在反映马里帝国在这一黄金时代的稳定与强盛。

完整事件代码

flavor_mal.1 = {
	type = country_event
	title = flavor_mal.1.title
	desc = flavor_mal.1.desc
	fire_only_once = yes
	historical_info = flavor_mal.1_historical_info

	dynamic_historical_event = {
		tag = MAL
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 100
	}
	
	trigger = {
		NOT = {
			any_active_disaster = {
				disaster_type = disaster_type:decline_of_mali
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		save_scope_as = root_country
		character:mal_musa_keita = {
			save_scope_as = mal_mansa_musa_ruler
		}
		character:mal_maghan_keita = {
			save_scope_as = mal_maghan_ruler
		}
	}
	#May these prospering times last forever.
	option = {
		name = flavor_mal.1.a
		historical_option = yes

		add_government_power = government_power_extreme_bonus
		custom_tooltip = flavor_mal.1.a.tt
	}
}