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.23] 马里王国与富拉尼牧民

时间范围:1350.4.1 - 1400.1.1(每月 2% 概率)

触发条件

  • 国家标签为 MAL(马里王国)。
  • 事件为动态历史事件,仅在此时间段内可能触发。
  • 事件仅能触发一次。

关键效果

  • 选项 A (flavor_mal.23.a)
    • 解锁建筑类型 fulani_cattle_rearing_pen(富拉尼牛栏)。
  • 选项 B (flavor_mal.23.b)
    • 获得相当于当前国库储备 2倍 的金钱。

背景介绍: 该事件反映了14世纪中后期马里王国与境内或周边的富拉尼(Fulani)游牧社群之间的互动。富拉尼人以畜牧业闻名,尤其是牛群饲养。马里统治者面临选择:是接纳并整合富拉尼人的畜牧技术,以促进王国经济多元化并加强内部稳定(选项A),还是选择直接获取一笔可观的财富,可能用于其他短期目标(选项B)。这体现了马里帝国在黄金时代后期,对境内不同经济模式与文化群体的治理策略。

完整事件代码

flavor_mal.23 = {
	type = country_event
	title = flavor_mal.23.title
	desc = flavor_mal.23.desc
	historical_info = flavor_mal.23.historical_info

	dynamic_historical_event = {
		tag = MAL
		from = 1350.4.1
		to = 1400.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mal.23.a

		custom_tooltip = {
			text = mal_unlock_fulani_cattle_rearing_pens_tt
			unlock_building_effect = {
				type = fulani_cattle_rearing_pen
			}
		}
	}

	option = {
		name = flavor_mal.23.b

		change_gold_effect = { scale = 2 }
	}
}