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_mlo.18 彼得罗·阿扎里奥撰写《伦巴第功绩录》

时间范围

1358.1.1 - 1368.12.30,每月有 1% 的概率触发。

触发条件

  • 国家拥有并控制角色 mlo_pietro_azario,且该角色存活。
  • 国家拥有 milano 地区。

关键效果

选项 A

  • 在目标地点 milano 创建一件艺术品:
    • 类型:编年史
    • 艺术家:角色 mlo_pietro_azario
    • 品质:47
    • 关键标识:liber_gestorum_in_lombardy
  • 增加少量政府权力。
  • 社会价值观向“传统主义 vs 创新”的右侧(传统主义方向)轻微移动。

选项 B

  • 获得少量金钱。
  • 社会价值观向“传统主义 vs 创新”的左侧(创新方向)轻微移动。

背景介绍

14世纪中叶,米兰公国的学者彼得罗·阿扎里奥开始撰写《伦巴第功绩录》,这是一部记录伦巴第地区历史与统治者事迹的重要编年史。该著作的诞生不仅反映了当时米兰宫廷对历史记录和文化建设的重视,也体现了中世纪晚期意大利城邦在政治动荡中寻求历史合法性与文化认同的努力。事件模拟了统治者对此文化项目的不同态度:是资助学者完成这部具有政治宣传价值的史书,还是将资源用于其他更实际的用途。

完整事件代码

flavor_mlo.18 = { #Pietro Azario writes the Liber Gestorum in Lombardy
	type = country_event
	title = flavor_mlo.18.title
	desc = flavor_mlo.18.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1358.1.1
		to = 1368.12.30
		monthly_chance = 1
	}

	trigger = {
		character:mlo_pietro_azario ?= {
			owner = ROOT
			is_alive = yes
		}
		owns = location:milano
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:mlo_pietro_azario = {
			save_scope_as = target_character
		}
		location:milano = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_mlo.18.a

		scope:target_location = {
			create_art = {
				type = work_of_art_type:chronicle
				artist = scope:target_character
				quality = 47
				key = liber_gestorum_in_lombardy
			}
		}

		add_government_power = government_power_weak_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
	}

	option = {
		name = flavor_mlo.18.b

		change_gold_effect = { scale = 3 }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
	}
}