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_eth.163] Debere Meshwa’e

时间范围
1500年4月1日 – 1821年1月1日,每月 1% 概率触发

触发条件

  • 国家宗教为 米亚菲派(Miaphysite)
  • 拥有至少一个 山地(mountains) 地形省份

关键效果

  • 选项 A(flavor_eth.163.a)
    在人口最多的山地省份建造 Debere Meshwa’e 建筑(building_type:debere_meshwae)

  • 选项 B(flavor_eth.163.b)
    增加 教士阶层(estate_type:clergy_estate) 的满意度(estate_satisfaction_mild_penalty)

背景介绍
该事件反映了埃塞俄比亚(ETH)作为米亚菲派基督教国家,在山地地区进行宗教建筑建设的传统。Debere Meshwa’e 可能指代一种宗教或文化建筑,其建设涉及教士阶层的支持与互动,体现了宗教在国家发展中的角色。

完整事件代码

flavor_eth.163 = { #Debere Meshwa'e
	type = country_event
	title = flavor_eth.163.title
	desc = flavor_eth.163.desc

	dynamic_historical_event = {
		tag = ETH
		from = 1500.4.1
		to = 1821.1.1
		monthly_chance = 1
	}

	trigger = {
		religion = religion:miaphysite
		any_owned_location = {
			topography = mountains
		}
	}

	fire_only_once = yes
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ordered_owned_location = {
			order_by = population
			limit = {
				topography = mountains
			}
			max = 1
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_eth.163.a
		
		scope:target_location = {
			construct_building = {
				building_type = building_type:debere_meshwae
			}
		}
	}

	option = {
		name = flavor_eth.163.b

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
		
	}
}