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_oma.17] 阿曼法拉吉灌溉系统扩展

时间范围

1500.1.1 - 1700.1.1,每月有 5% 的概率触发。

触发条件

  • 国家必须拥有变量 oma_unlock_later_falaj_event

关键效果

  • 选项 A:扩建它们

    • 解锁建筑类型 oma_falaj
  • 选项 B:不扩建

    • 无具体效果。

背景介绍

在16至17世纪,阿曼的统治者面临着一个关键决策:是否大规模投资并扩建其独特的法拉吉(Falaj)地下灌溉系统。这一复杂的水渠网络对于在干旱的阿拉伯半岛进行可持续农业至关重要,其扩展将显著提升国家的农业生产力和经济韧性。

完整事件代码

flavor_oma.17 = {
	type = country_event
	title = flavor_oma.17.title
	desc = flavor_oma.17.desc

	historical_info = flavor_oma.17.historical_info


	fire_only_once = yes

	dynamic_historical_event = {
		tag = OMA
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {
		has_variable = oma_unlock_later_falaj_event
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

	option = { #Expand them
		name = flavor_oma.17.a

		unlock_building_effect = { type = oma_falaj }
	}

	option = { #Do not
		name = flavor_oma.17.b

	}
}