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.151] 流亡僧侣的回归

时间范围

1350.4.1 - 1380.1.1(每月 15% 概率)

触发条件

  • 角色 eth_amedee_i_solomon 已死亡。

关键效果

选项 A:

  • 将新创建的角色 Michael Basalota 移入本国。

选项 B:

  • 获得少量政府力量加成。
  • (隐藏效果)静默处决新创建的角色 Michael Basalota

背景介绍

该事件模拟了埃塞俄比亚帝国(ETH)在14世纪中后期的一段历史插曲。在特定统治者(eth_amedee_i_solomon)去世后,一位名为 Michael Basalota 的流亡僧侣(出生于1310年,阿姆哈拉文化,信奉基督一性论)可能选择回归祖国。统治者面临抉择:是接纳这位回归的宗教人物,还是拒绝其回归并巩固自身的统治权威。

完整事件代码

flavor_eth.151 = { #Return of the exiled monks
	type = country_event
	title = flavor_eth.151.title
	desc = flavor_eth.151.desc

	dynamic_historical_event = {
		tag = ETH
		from = 1350.4.1
		to = 1380.1.1
		monthly_chance = 15
	}

	fire_only_once = yes

	trigger = {
		character:eth_amedee_i_solomon = {
			is_alive = no
		}
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_michael
			last_name = basalota
			birth_date = 1310.6.1
			culture = culture:amhara
			birth_location = root.capital
			religion = religion:miaphysite
			save_scope_as = target_character
			estate = estate_type:clergy_estate
			create_in_limbo = yes
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}

		character:eth_amedee_i_solomon ?= {
			save_scope_as = target_character3
		}
	}

	option = {
		name = flavor_eth.151.a
		

		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_eth.151.b
		

		add_government_power = government_power_mild_bonus

		hidden_effect = {
			kill_character_silently = {
				target = scope:target_character
			}
		}
	}
}