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.150] 马沙法·梅斯蒂拉·萨迈·瓦梅德

时间范围:1440.4.1 - 1490.1.1(每月 2% 概率)

触发条件

  • 事件仅对埃塞俄比亚(ETH)国家触发。
  • 事件在游戏时间中仅会发生一次。

关键效果

  • 选项 A (flavor_eth.150.a)
    • 在首都创建一件艺术品:
      • 类型:论文
      • 名称:the_book_of_the_mysteries_of_the_heavens_and_the_earth
      • 艺术家:乔治·阿巴
      • 品质:60
    • 支付一定数量的金钱。
    • 将艺术家乔治·阿巴正式移居至本国。
  • 选项 B (flavor_eth.150.b)
    • 获得少量威望惩罚。
    • 流放艺术家乔治·阿巴。

背景介绍: 此事件模拟了15世纪埃塞俄比亚帝国的一次文化创作活动。一位名为乔治·阿巴的作家(属于阿姆哈拉文化,出生于教士阶层)创作了一部名为《天地奥秘之书》的论文。统治者面临选择:是资助并接纳这位学者及其作品,以提升国家的文化声望,还是拒绝他,以维护传统或避免开支,但会承受一定的威望损失。

完整事件代码

flavor_eth.150 = { #Mashafa Mestira Samay Wamedr
	type = country_event
	title = flavor_eth.150.title
	desc = flavor_eth.150.desc

	dynamic_historical_event = {
		tag = ETH
		from = 1440.4.1
		to = 1490.1.1
		monthly_chance = 2
	}

	fire_only_once = yes
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_george
			last_name = abba
			artist = writer
			birth_date = 1421.6.1
			artist_skill = 0.7
			culture = culture:amhara
			birth_location = root.capital
			save_scope_as = target_artist
			estate = estate_type:clergy_estate
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_eth.150.a
		
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 60
				type = work_of_art_type:treatise
				key = the_book_of_the_mysteries_of_the_heavens_and_the_earth
			}
		}

		change_gold_effect = { scale = -1 }
		scope:target_artist = { move_country = root }
	}

	option = {
		name = flavor_eth.150.b
		add_prestige = prestige_mild_penalty
		scope:target_artist = { banish_character = yes }
	}
}