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_cas.15 阿方索十一世编年史

时间范围:1337.1.1 - 1360.1.1,每月 1% 概率触发

触发条件

  • 角色 cas_alfonso_xi_burgundy 存活且为国家统治者。
  • 国家 MORiberia_region 地区没有存在。
  • 国家宗教为 catholic

关键效果

  • 选项 A (历史选项)
    • 获得 prestige_mild_bonus 声望。
    • 在首都创建一件艺术作品:
      • 类型:work_of_art_type:chronicle (编年史)
      • 关键标识:chronicle_of_alfonso_xi
      • 质量:81
      • 艺术家:事件创建的艺术家 Fernán Sánchez de Valladolid
    • 将艺术家 Fernán Sánchez de Valladolid 移至本国。
  • 选项 B
    • 放逐艺术家 Fernán Sánchez de Valladolid

背景介绍: 该事件模拟了卡斯蒂利亚王国在阿方索十一世统治时期,委托编年史家记录其统治与功绩的历史行为。阿方索十一世是卡斯蒂利亚的重要君主,以其在收复失地运动中的军事成就而闻名。事件发生在1337年至1360年间,正值伊比利亚半岛基督教王国与格拉纳达埃米尔国对峙的时期。事件要求摩洛哥势力未渗透伊比利亚半岛,且国家信奉天主教,反映了当时卡斯蒂利亚在相对稳定的环境下进行文化建设的可能。选择资助编年史的创作(历史选项)能提升国家声望并留下一部高质量的历史著作;而拒绝资助则会导致编年史家被放逐。

完整事件代码

flavor_cas.15 = { #Chronicle of Alfonso XI
	type = country_event
	title = flavor_cas.15.title
	desc = flavor_cas.15.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate }

		create_character = {
			first_name = name_ferdinand.Sanchez #name_ferdinand should be name_ferdinand.diminutive: "Fernán"
			last_name = de_valladolid
			adm = 62
			dip = 34
			mil = 21
			artist = writer
			birth_date = 1300.1.1 #birthdate unknown
			artist_skill = 0.78
			birth_location = location:valladolid
			save_scope_as = target_artist
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		character:cas_alfonso_xi_burgundy = {
			is_alive = yes
			is_ruler = yes
		}
		c:MOR = {
			NOT = {
				has_presence_in = region:iberia_region
			}
		}
		religion = religion:catholic
	}

	option = {
		name = flavor_cas.15.a
		historical_option = yes

		add_prestige = prestige_mild_bonus
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 81
				type = work_of_art_type:chronicle
				key =  chronicle_of_alfonso_xi
			}
		}
		scope:target_artist = { move_country = root }
	}

	option = {
		name = flavor_cas.15.b
		scope:target_artist = { banish_character = yes }
	}
}