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_byz.21] 阿克里特之歌

时间范围:1340.1.1 - 1400.1.1(每月 5% 概率触发)

触发条件

  • 拥有君士坦丁堡(location:constantinople

关键效果

  • 选项 A (flavor_byz.21.a):
    • 在君士坦丁堡创建一件艺术品:
      • 类型:诗歌 (work_of_art_type:poem)
      • 关键标识:acritic_songs
      • 品质:79
      • 创作者:事件中随机生成的艺术家(作曲家)

背景介绍: 阿克里特之歌是拜占庭帝国晚期流行于安纳托利亚边境地区的史诗民歌,歌颂了被称为“阿克里特”的边境守卫者的英勇事迹。这些诗歌反映了拜占庭帝国在小亚细亚边境与穆斯林势力长期对峙的文化氛围,是希腊民间文学的重要遗产。该事件模拟了这类民间文学在帝国首都君士坦丁堡被整理和艺术化的过程。

完整事件代码

flavor_byz.21 = { #https://en.wikipedia.org/wiki/Acritic_songs
	hide_portraits = yes
#Random character
	type = country_event
	title = flavor_byz.21.title
	desc = flavor_byz.21.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		from = 1340.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			artist = composer
			artist_skill = { 0.65 0.85 }
			culture = culture:greek_culture
			birth_location = root.capital
			save_scope_as = target_artist
			birth_date = 1320.1.1
			adm = { 30 70 }
			dip = { 30 70 }
			mil = { 30 70 }
			estate = estate_type:burghers_estate
		}
	}

	historical_info = flavor_byz.21.historical_info

	trigger = {
		owns = location:constantinople
	}

	option = {
		name = flavor_byz.21.a

		location:constantinople = {
			create_art = {
				quality = 79
				type = work_of_art_type:poem
				key = acritic_songs
				artist = scope:target_artist
			}
		}
	}
}