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.15 阿曼回归伊玛目选举制

时间范围:1430.1.1 - 1500.1.1 (每月 5% 概率)

触发条件

  • 国家为 OMA (阿曼)
  • 稳定度小于 0
  • 政府类型为君主制 (government_type:monarchy)
  • 神职人员阶层 (estate_type:clergy_estate) 的权力大于 0.15
  • 已拥有变量 oma_theocracy_event_flag

关键效果

  • 选项 A (flavor_oma.15.a)

    • 将政府类型改为神权制 (government_type:theocracy)
    • 将继承人选择方式改为神权选举制 (heir_selection:theocratic_elective)
    • 将新创建的神职人员角色 (target_character2) 设为新统治者
    • 增加少量稳定度 (stability_mild_bonus)
    • 增加神职人员阶层少量满意度 (estate_satisfaction_mild_bonus)
    • 降低贵族阶层少量满意度 (estate_satisfaction_mild_penalty)
  • 选项 B (flavor_oma.15.b)

    • 放逐新创建的神职人员角色 (target_character2)
    • 大幅降低神职人员阶层满意度 (estate_satisfaction_extreme_penalty)
    • 降低少量稳定度 (stability_mild_penalty)

背景介绍: 15世纪,阿曼面临着内部不稳定与外部葡萄牙征服的双重压力。关于阿曼如何以及为何回归其传统的伊玛目选举制,历史学家存在争议。一种观点认为,葡萄牙的扩张促使阿曼激进地转向神权政治;另一种观点则认为,这主要是由于更早的内部动荡所致。此事件模拟了在君主制不稳、神职人员势力崛起的背景下,阿曼可能发生的政体变革。

完整事件代码

flavor_oma.15 = { #It is debated as to how this happened. There are assumptions that it was the Portuguese conquests that radicalized Oman to turn back to their elective Imamate, whilst others suggest that it happened much earlier thanks to internal instability
	type = country_event
	title = flavor_oma.15.title
	desc = flavor_oma.15.desc
	fire_only_once = yes

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

	trigger = {
		stability < 0
		government_type = government_type:monarchy
		"estate_power(estate_type:clergy_estate)" > 0.15
		has_variable = oma_theocracy_event_flag
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

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

		create_character = {
			adm = { 40 80 }
			dip = { 30 70 }
			mil = { 20 60 }
			culture = root.culture
			religion = root.religion
			birth_date = 1410.1.1
			birth_location = root.capital

			estate = estate_type:clergy_estate
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_oma.15.a

		change_government_type = government_type:theocracy
		change_heir_selection = heir_selection:theocratic_elective

		set_new_ruler = scope:target_character2

		add_stability = stability_mild_bonus

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

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

	option = {
		name = flavor_oma.15.b

		scope:target_character2 = { banish_character = yes }

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

		add_stability = stability_mild_penalty
	}
}