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.19 盐矿开发

时间范围:1360.4.1 - 1821.1.1,每月 10% 概率触发

触发条件

  • 本国是陶代尼(taoudenni)地区的所有者。
  • 本国是塔加扎(taghaza)地区的所有者。

关键效果

  • 选项 A (历史选项)
    • 对陶代尼(taoudenni)地区施加一次温和的发展度增益。
    • 损失一定数量的金钱。
  • 选项 B
    • 对塔加扎(taghaza)地区施加一次温和的发展度增益。
    • 损失一定数量的金钱。
  • 选项 C
    • 损失少量威望。

背景介绍: 该事件模拟了马里帝国(MAL)对撒哈拉沙漠中重要盐矿资源的开发决策。陶代尼和塔加扎是历史上著名的盐矿产地,盐在中世纪西非是极其珍贵的商品,堪比黄金。马里帝国通过控制这些盐矿,不仅获得了巨大的经济财富,也巩固了其在跨撒哈拉贸易网络中的核心地位。事件反映了统治者需要在不同矿区之间分配资源进行开发的战略选择。

完整事件代码

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

	fire_only_once = yes

	trigger = {
		location:taoudenni.owner ?= root
		location:taghaza.owner ?= root
	}

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	dynamic_historical_event = {
		tag = MAL
		from = 1360.4.1
		to = 1821.1.1
		monthly_chance = 10
	}

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

		location:taoudenni = {
			save_scope_as = target_location
		}
		location:taghaza = {
			save_scope_as = target_location2
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mal.19.a
		historical_option = yes

		scope:target_location = {
			change_development = development_mild_bonus
		}

		change_gold_effect = { scale = -1 }
	}

	option = {
		name = flavor_mal.19.b

		scope:target_location2 = {
			change_development = development_mild_bonus
		}

		change_gold_effect = { scale = -1 }
	}

	option = {
		name = flavor_mal.19.c

		add_prestige = prestige_mild_penalty
	}
}