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.46] 赞助编年史家

时间范围
1500.1.1 - 1510.1.1
每月 10% 概率触发

触发条件

  • 角色 mlo_bernardino_corio 存活
  • 该角色由当前国家控制

关键效果

  • 选项 A(历史选项)
    • 花费 3 金币
    • 在首都创建一件编年史类艺术品
      • 艺术家:mlo_bernardino_corio
      • 品质:70-80
      • 标识符:mlo_historia_patria
    • 获得大量正统性加成
  • 选项 B
    • 获得少量威望惩罚

背景介绍
该事件反映了米兰公国在文艺复兴时期对历史编纂的赞助。编年史家贝尔纳迪诺·科里奥(Bernardino Corio)受命撰写《米兰史》(Historia Patria),这一行为不仅记录了国家历史,也通过艺术创作强化了统治者的合法性。事件展现了当时统治者如何通过文化投资来巩固权力与声望。

完整事件代码

flavor_mlo.46 = {
	type = country_event
	title = flavor_mlo.46.title
	desc = flavor_mlo.46.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1500.1.1
		to = 1510.1.1
		monthly_chance = 10
	}

	trigger = {
		character:mlo_bernardino_corio ?= {
			is_alive = yes
			owner = ROOT
		}
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	option = {
		name = flavor_mlo.46.a

		historical_option = yes

		change_gold_effect = { scale = -3 }
		capital = {
			create_art = {
				type = work_of_art_type:chronicle
				artist = scope:target_character
				quality = { 70 80 }
				key = mlo_historia_patria
			}
		}
		add_legitimacy = legitimacy_severe_bonus
	}

	option = {
		name = flavor_mlo.46.b

		add_prestige = prestige_mild_penalty
	}
}