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.14 加尔瓦诺·菲亚马的《世界编年史》

时间范围:1338.1.1 - 1350.12.30(每月 1% 概率)

触发条件

  • 角色 mlo_galvano_fiamma 必须:
    • 为当前国家所有。
    • 存活。
  • 当前国家必须拥有 milano 地区。

关键效果

  • 选项 A (flavor_mlo.14.a)
    • milano 地区创建一件艺术品:
      • 类型:编年史
      • 作者:角色 mlo_galvano_fiamma
      • 质量:78
      • 标识符:cronica_universalis
    • 增加 clergy_estate(教士阶层)的阶层满意度(轻微惩罚程度)。
    • 使社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)略微向右(传统主义方向)移动。
  • 选项 B (flavor_mlo.14.b)
    • 增加 clergy_estate(教士阶层)的阶层满意度(极大奖励程度)。
    • 使社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)略微向左(创新方向)移动。

背景介绍: 该事件模拟了14世纪中叶,米兰的多米尼克会修士、历史学家加尔瓦诺·菲亚马创作其重要著作《世界编年史》的历史时刻。作为一位服务于维斯孔蒂家族的编年史家,菲亚马的写作不仅记录了当时的历史,也反映了米兰公国在政治与文化上的抱负。此事件让玩家决定如何对待这位学者及其作品:是资助其创作一部传世的编年史,还是通过其他方式更直接地取悦教会势力,这两种选择将对国家的文化导向和阶层关系产生不同的影响。

完整事件代码

flavor_mlo.14 = { #Galvano Fiamma's Cronica Universalis
	type = country_event
	title = flavor_mlo.14.title
	desc = flavor_mlo.14.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1338.1.1
		to = 1350.12.30
		monthly_chance = 1
	}

	trigger = {
		character:mlo_galvano_fiamma ?= {
			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_galvano_fiamma = {
			save_scope_as = target_character
		}
		location:milano = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_mlo.14.a

		scope:target_location = {
			create_art = {
				type = work_of_art_type:chronicle
				artist = character:mlo_galvano_fiamma
				quality = 78
				key = cronica_universalis
			}
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
	}

	option = {
		name = flavor_mlo.14.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_bonus }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
	}
}