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_por.39 佩德罗·巴塞卢斯与《西班牙编年史》

时间范围:1344年1月1日 - 1350年1月1日(每月 10% 概率)

触发条件

  • 角色 por_pedro_barcelos(佩德罗·巴塞卢斯)必须存活,且其拥有者为当前国家(葡萄牙)。
  • 国家 c:CAS(卡斯蒂利亚)必须拥有变量 won_battle_of_rio_salado
  • 当前国家(葡萄牙)必须与卡斯蒂利亚处于同盟关系。

关键效果

  • 选项 A
    • 在首都创建一件艺术作品:
      • 艺术家:佩德罗·巴塞卢斯。
      • 作品键:por_geral_de_espanha
      • 类型:编年史。
      • 品质:60 至 70。
    • 为当前主流文化添加文化传统 cultural_tradition_severe_bonus

背景介绍: 此事件反映了14世纪中期葡萄牙与卡斯蒂利亚的同盟关系,以及学者佩德罗·巴塞卢斯在文化领域的贡献。在卡斯蒂利亚取得萨拉多河战役胜利的背景下,作为同盟一方的葡萄牙宫廷可能委托这位学者编纂《西班牙编年史》,旨在记录伊比利亚半岛的历史,巩固两国的文化联系,并提升葡萄牙自身的文化声望与传统。

完整事件代码

flavor_por.39 = { # Cronica Geral de Espanha
	type = country_event
	title = flavor_por.39.title
	desc = flavor_por.39.desc

	trigger = {
		character:por_pedro_barcelos = {
			is_alive = yes
			owner = ROOT
		}
		c:CAS ?= {
			has_variable = won_battle_of_rio_salado
		}
		is_allied_with = {
			target = c:CAS
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1344.1.1
		to = 1350.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:por_pedro_barcelos = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_por.39.a

		capital = {
			create_art = {
				artist = scope:target_character
				key = por_geral_de_espanha
				quality = { 60 70 }
				type = work_of_art_type:chronicle
			}
		}
		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}
	}
}