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_ara.101 加泰罗尼亚地图集

时间范围:1350.1.1 - 1399.12.31(每月 100% 概率,fire_only_once = yes

触发条件

  • 当前年份在 1350 年至 1400 年之间。
  • 国家主流或已接受的文化为加泰罗尼亚文化 (culture:catalan)。
  • 国家拥有马略卡岛帕尔马地区 (location:palma)。
  • 加泰罗尼亚文化的文化影响力 (cultural_influence) 与文化传统 (cultural_tradition) 均大于 20。

关键效果

  • 选项 A (历史选项)
    • 为加泰罗尼亚文化增加温和的文化影响力加成 (add_cultural_influence = cultural_influence_mild_bonus)。
    • 为国家增加微弱的威望 (add_prestige = prestige_weak_bonus)。
    • 在帕尔马地区 (location:palma) 创建一件艺术品:
      • 类型:绘画 (work_of_art_type:painting)。
      • 关键标识:catalan_atlas
      • 质量:85。
      • 创作者:事件即时效果中创建的人物亚伯拉罕·克雷斯克斯 (scope:target_artist)。

背景介绍: 该事件模拟了14世纪下半叶加泰罗尼亚制图学的重要成就——《加泰罗尼亚地图集》的诞生。当时,以帕尔马为中心的阿拉贡王国加泰罗尼亚文化圈在航海与地图绘制领域享有盛誉。事件聚焦于犹太制图师亚伯拉罕·克雷斯克斯,他受阿拉贡王室委托,创作了这部融合了当时欧洲、北非乃至亚洲地理知识的豪华地图集,极大地提升了加泰罗尼亚文化的声望与影响力。

完整事件代码

flavor_ara.101 = { #Catalan Atlas
	type = country_event
	title = flavor_ara.101.title
	desc = flavor_ara.101.desc
	fire_only_once = yes

	trigger = {
		current_year >= 1350
		current_year < 1400
		has_primary_or_accepted_culture = culture:catalan
		owns = location:palma
		culture:catalan = {
			cultural_influence > 20
			cultural_tradition > 20
		}
	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_abraham
			last_name = Cresques
			birth_date = 1325.7.11
			adm = 70
			dip = 65
			mil = 10
			birth_location = location:palma
			artist = painter
			artist_skill = 0.85
			culture = culture:sephardi
			religion = religion:judaism
			estate = estate_type:burghers_estate
			save_scope_as = target_artist
		}
	}

	option = {
		name = flavor_ara.101.a

		historical_option = yes
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		add_prestige = prestige_weak_bonus
		location:palma = {
			create_art = {
				artist = scope:target_artist
				quality = 85
				type = work_of_art_type:painting
				key = catalan_atlas
			}
		}
	}
}