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_byz.29 大教堂博物馆

时间范围:1337.1.1 - 1453.1.1(每月 5% 概率)

触发条件

  • 国家拥有变量 byz_continued_byzantine_renaissance_event
  • 国家拥有君士坦丁堡地区

关键效果

  • 选项 A (历史选项)
    • 若君士坦丁堡没有图书馆建筑,则以 9 折成本建造一个图书馆。
    • 若君士坦丁堡已有图书馆建筑,则国家获得少量研究进度,但损失少量金钱。
    • 国家获得少量威望。
  • 选项 B
    • 国家损失少量威望。
    • 社会价值观向“传统主义”方向移动。

背景介绍: 该事件模拟了拜占庭帝国晚期,在君士坦丁堡建立或赞助“大教堂博物馆”(Katholikon Mouseion)的尝试。这一文化机构旨在延续拜占庭文艺复兴的精神,汇集和保护古典与基督教的知识遗产。在帝国面临内忧外患的背景下,统治者面临着选择:是投资于可能带来长远知识收益的文化项目,还是将资源集中于更紧迫的传统事务上。

flavor_byz.29 = { #There isn't a wikipedia link about the Katholikon Mouseion sadly
	type = country_event
	title = flavor_byz.29.title
	desc = flavor_byz.29.desc

	fire_only_once = yes

	historical_info = flavor_byz.29.historical_info

	dynamic_historical_event = {
		tag = BYZ
		from = 1337.1.1
		to = 1453.1.1
		monthly_chance = 5
	}

	trigger = {
		has_variable = byz_continued_byzantine_renaissance_event
		location:constantinople.owner ?= root
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		location:constantinople = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_byz.29.a

		historical_option = yes

		scope:target_location = {
			if = {
				limit = {
					NOT = {
						has_building = building_type:library
					}
				}
				construct_building = {
					building_type = building_type:library
					cost_multiplier = 0.9
					cost_multiplier_reason = "academic_cheap_sponsorship"
				}
			}
			else = {
				owner ?= {
					add_research_progress = research_progress_mild_bonus
					change_gold_effect = { scale = -1 }
				}
			}
		}

		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_byz.29.b

		add_prestige = prestige_mild_penalty

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