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_flo.40 佛罗伦萨人民史

时间范围:1410.1.1 - 1445.12.30 (每月 2% 概率)

触发条件

  • 国家拥有佛罗伦萨(Florence)地区。
  • 人物 flo_leonardo_bruni_script(莱昂纳多·布鲁尼)属于本国且存活。

关键效果

  • 选项 A (历史选项)
    • 花费相当于4倍规模的金币。
    • 在佛罗伦萨地区创建一件艺术品:
      • 类型:编年史(Chronicle)
      • 关键标识:history_of_the_florentine_people
      • 质量:83
      • 艺术家:莱昂纳多·布鲁尼
  • 选项 B
    • 获得少量威望惩罚。
    • 社会价值观向“传统主义”方向移动。

背景介绍: 此事件模拟了文艺复兴时期佛罗伦萨人文主义者、历史学家莱昂纳多·布鲁尼创作其重要著作《佛罗伦萨人民史》的历史情境。布鲁尼作为佛罗伦萨共和国的重要官员和学者,其作品旨在以古典史学方法重塑佛罗伦萨的共和传统与历史叙事,是文艺复兴史学发展的标志性事件。事件反映了当时佛罗伦萨在文化赞助、历史书写与政治认同构建方面的互动。

完整事件代码

flavor_flo.40 = { # The History of Florence by Leonardo Bruni
	type = country_event
	title = flavor_flo.40.title
	desc = flavor_flo.40.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1410.1.1
		to = 1445.12.30
		monthly_chance = 2
	}

	trigger = {
		owns = location:florence
		character:flo_leonardo_bruni_script = {
			owner = ROOT
			is_alive = yes
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:florence = {
			save_scope_as = target_location
		}
		character:flo_leonardo_bruni_script = { save_scope_as = target_character }
	}

	option = {
		name = flavor_flo.40.a

		historical_option = yes
		change_gold_effect = { scale = -4 }
		location:florence = {
			create_art = {
				quality = 83
				artist = scope:target_character
				type = work_of_art_type:chronicle
				key = history_of_the_florentine_people
			}
		}
	}


	option = {
		name = flavor_flo.40.b

		add_prestige = prestige_weak_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
	}
}