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.200 埃沃斯塔特沃斯修士

时间范围:1337.1.1 - 1350.1.1,每月 20% 概率触发

触发条件

  • 国家宗教为 religion:miaphysite(一性论)

关键效果

  • 选项 A (flavor_eth.200.a)

    • 获得 religious_influence_mild_bonus(温和的宗教影响力加成)
    • 教士阶层满意度获得 estate_satisfaction_severe_bonus(大幅加成)
    • 农民阶层满意度获得 estate_satisfaction_severe_penalty(大幅惩罚)
    • 处决角色 scope:ewostatewos
  • 选项 B (flavor_eth.200.b) - 历史选项

    • 教士阶层满意度获得 estate_satisfaction_mild_bonus(温和加成)
    • 农民阶层满意度获得 estate_satisfaction_mild_penalty(温和惩罚)
    • 如果未拥有开罗地区,则:
      • 开罗地区的所有者将在300天后静默触发事件 flavor_eth.201
      • 角色 scope:ewostatewos 将移居至开罗地区的所有者国家
    • 否则(作为备选):
      • 耶路撒冷地区的所有者将在300天后静默触发事件 flavor_eth.201
      • 角色 scope:ewostatewos 将移居至耶路撒冷地区的所有者国家
  • 选项 C (flavor_eth.200.c)

    • 角色 scope:ewostatewos 移居至本国
    • 获得 stability_weak_bonus(微弱的稳定度加成)
    • 教士阶层满意度获得 estate_satisfaction_mild_penalty(温和惩罚)
    • 农民阶层满意度获得 estate_satisfaction_mild_bonus(温和加成)
  • 选项 D (flavor_eth.200.d)

    • 获得 prestige_weak_penalty(微弱的威望惩罚)
    • 获得 stability_weak_bonus(微弱的稳定度加成)
    • 教士阶层满意度获得 estate_satisfaction_severe_penalty(大幅惩罚)
    • 农民阶层满意度获得 estate_satisfaction_severe_bonus(大幅加成)
    • 设置变量 can_have_double_sabbath_flag = 1
    • 授予阶层特权 estate_privilege:double_sabbath
    • 角色 scope:ewostatewos 移居至本国

背景介绍: 该事件围绕埃塞俄比亚一性论教会的重要修士埃沃斯塔特沃斯展开。在14世纪中叶,他的教义和实践在国内引发了关于宗教虔诚、阶层关系和社会秩序的争议。作为一位有影响力的宗教人物,他的命运——是被处决、流放、接纳还是被赋予特殊地位——将直接影响国家的宗教影响力、社会稳定以及教士与农民两大阶层的态度。

完整事件代码

flavor_eth.200 = { #Ewostatewos the Monk
	type = country_event
	title = flavor_eth.200.title
	desc = flavor_eth.200.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ETH
		from = 1337.1.1
		to = 1350.1.1
		monthly_chance = 20
	}
	
	trigger = {
		religion = religion:miaphysite
	}
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		location:yeha = { build_miaphysite_monastery = yes }
		create_character = {
			first_name = name_eustathius
			birth_location = location:mekele
			birth_date = 1273.7.22
			culture = culture:amhara
			religion = religion:miaphysite
			female = no
			adm = 80 dip = 75 mil = 10
			estate = estate_type:clergy_estate
			script = eth_ewostatewos
			save_scope_as = ewostatewos
			create_in_limbo = yes
		}
		if = {
			limit = { NOT = { exists = scope:ewostatewos } }
			character:eth_ewostatewos = { save_scope_as = ewostatewos }
		}
	}

	option = {
		name = flavor_eth.200.a
		add_religious_influence = religious_influence_mild_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }
		kill_character = {
			target = scope:ewostatewos
			reason = execution
			killer = ruler
		}
	}
	option = { #Expel him to Cairo
		name = flavor_eth.200.b
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_penalty }
		if = {
			limit = {
				not = {owns = location:cairo}
			}
			location:cairo.owner =  {
				trigger_event_silently = { id = flavor_eth.201 days = 300 }
			}
			scope:ewostatewos = {
				move_country = location:cairo.owner
			}
		}
		else = { #Jerusalem as backup
			location:jerusalem.owner =  {
				trigger_event_silently = { id = flavor_eth.201 days = 300 }
			}
			scope:ewostatewos = {
				move_country = location:jerusalem.owner
			}
		}

	}
	option = {
		name = flavor_eth.200.c
		scope:ewostatewos = { move_country = root }
		add_stability = stability_weak_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_eth.200.d
		add_prestige = prestige_weak_penalty
		add_stability = stability_weak_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }
		
		set_variable = { name = can_have_double_sabbath_flag value = 1 }
		grant_estate_privilege = estate_privilege:double_sabbath
		scope:ewostatewos = { move_country = root }
	}
}