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.45 米兰宫廷学者登场

时间范围

1479.1.1 - 1500.1.1,每月 10% 概率触发

触发条件

  • 事件仅对标签为 MLO(米兰)的国家触发。
  • 事件为 动态历史事件,且 仅触发一次

关键效果

选项 A:flavor_mlo.45.a

  • 历史选项:标记为 historical_option = yes
  • 效果:
    • 国库黄金减少 3 个单位(scale = -3)。
    • 将创建的人物 伯纳迪诺·科里奥mlo_bernardino_corio_scope)移动至本国。

选项 B:flavor_mlo.45.b

  • 效果:
    • 国家正统性受到 轻度惩罚add_legitimacy = legitimacy_mild_penalty)。
    • 无声地杀死人物 伯纳迪诺·科里奥kill_character_silently = scope:mlo_bernardino_corio_scope)。

背景介绍

此事件模拟了文艺复兴时期米兰宫廷对学者和艺术家的赞助。伯纳迪诺·科里奥是一位真实的历史人物,他是一位人文主义学者、作家和编年史家,以其关于米兰历史的著作而闻名。事件反映了米兰统治者(如斯福尔扎家族)通过资助文化艺术来提升宫廷声望和软实力的常见做法。选择赞助学者需要花费资金,但能获得人才;拒绝则可能损害统治者的声誉。

事件代码

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

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

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					NOT = {
						dynasty_exists = corio_dynasty
					}
				}
				location:milano = { create_dynasty_from_location = corio_dynasty }
			}
		}
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_bernard
			dynasty = dynasty:corio_dynasty
			adm = {
				20 30
			}
			dip = {
				40 50
			}
			mil = {
				30 40
			}
			birth_date = 1459.3.8
			birth_location = location:milano
			artist = writer
			estate = estate_type:nobles_estate
			artist_skill = { 0.65 0.75 }
			save_scope_as = mlo_bernardino_corio_scope
			script = mlo_bernardino_corio
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_mlo.45.a

		historical_option = yes

		change_gold_effect = { scale = -3 }
		scope:mlo_bernardino_corio_scope = {
			move_country = ROOT
		}
	 }

	option = {
		name = flavor_mlo.45.b

		add_legitimacy = legitimacy_mild_penalty
		kill_character_silently = scope:mlo_bernardino_corio_scope
	}
}