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_ven.83] 弗拉·毛罗与世界地图

事件类型:国家事件(动态历史事件)

时间范围:1440.1.1 - 1460.1.1(每月 1% 概率触发)

触发条件

  • 国家必须拥有威尼斯地区(location:venice)。

关键效果

  • 选项 A (历史选项)
    • 花费 3 金币。
    • 获得少量研究进度加成(research_progress_mild_bonus)。
    • 在威尼斯地区创建一件艺术品:
      • 类型:专著(work_of_art_type:treatise
      • 关键标识:fra_mauro_map
      • 质量:70
      • 艺术家:事件创建的弗拉·毛罗(scope:target_character
    • 将弗拉·毛罗人物移至本国。
  • 选项 B
    • 获得少量威望惩罚(prestige_mild_penalty)。
    • (隐藏效果)静默移除弗拉·毛罗人物。

背景介绍: 弗拉·毛罗(Fra Mauro)是15世纪威尼斯的一位卡马尔多利会修士和制图师。在1440至1460年间,他受葡萄牙国王阿方索五世委托,绘制了当时最详尽、最准确的世界地图之一——“弗拉·毛罗地图”。这幅地图综合了当时欧洲、阿拉伯和亚洲的地理知识,代表了文艺复兴初期威尼斯在学术、贸易和制图学领域的领先地位。该事件模拟了威尼斯共和国是否选择资助这位学者完成其开创性作品。

完整事件代码

flavor_ven.83 = { #Fra Mauro and the Map of the World
	type = country_event
	title = flavor_ven.83.title
	desc = flavor_ven.83.desc

	fire_only_once = yes

	historical_info = flavor_ven.83.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1440.1.1
		to = 1460.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	immediate = {
		create_character = {
			first_name = name_maurus
			last_name = Camaldolese
			birth_date = 1400.1.1
			birth_location = location:venice
			estate = estate_type:clergy_estate
			artist_skill = 0.7
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes

			artist = writer
		}
	}

	option = {
		name = flavor_ven.83.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		add_research_progress = research_progress_mild_bonus
		location:venice = {
			create_art = {
				quality = 70
				type = work_of_art_type:treatise
				key = fra_mauro_map
				artist = scope:target_character
			}
		}
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_ven.83.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}