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_boh.45] 发现伏尼契手稿

时间范围
1600.1.1 - 1700.1.1(每月 20% 概率触发)

触发条件

  • 拥有布拉格(Prague)地区
  • 布拉格地区至少拥有一级大学建筑

关键效果

  • 选项 Aflavor_boh.45.a
    在布拉格地区创建一件艺术品:

    • 类型:编年史(chronicle)
    • 品质:70
    • 标识符:voynich_manuscript
  • 选项 Bflavor_boh.45.b

    • 获得大量威望(prestige_severe_bonus
    • 大幅提升教士阶层满意度(estate_satisfaction_severe_bonus

背景介绍
伏尼契手稿是一份内容神秘、文字与插图至今未被完全破译的中世纪手稿,据信于17世纪初在布拉格被发现。该事件反映了波希米亚地区在文艺复兴晚期对古籍与神秘知识的兴趣,以及大学与教士阶层在文化保存与研究中的角色。

完整事件代码

flavor_boh.45 = { # Discovery of the Voynich Manuscript
	type = country_event
	title = flavor_boh.45.title
	desc = flavor_boh.45.desc
	historical_info = flavor_boh.45.historical_info

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 20
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	trigger = {
		owns = location:prague
		location:prague = {
			has_building_with_at_least_one_level = university
		}
	}

	option = {
		name = flavor_boh.45.a
		location:prague = {
			create_art = {
				quality = 70
				type = work_of_art_type:chronicle
				key = voynich_manuscript
			}
		}
	}

	option = {
		name = flavor_boh.45.b
		add_prestige = prestige_severe_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
	}
}