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.11 修复皮拉尔圣母圣殿主教座堂

时间范围:1670.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 国家拥有萨拉戈萨(Zaragoza)地区。
  • 萨拉戈萨地区存在名为 work_of_art:basilica_pilar 的艺术品(即皮拉尔圣母圣殿主教座堂)。
  • 国家当前拥有统治者。

关键效果

  • 选项 A (flavor_ara.11.a) - 历史选项
    • 花费 8 金币。
    • 艺术品 work_of_art:basilica_pilar 的艺术品质提升 20。
    • 将事件中创建的建筑师弗朗西斯·埃雷拉(Francis Herrera)引入本国。
  • 选项 B (flavor_ara.11.b)
    • 花费 4 金币。
    • 艺术品 work_of_art:basilica_pilar 的艺术品质提升 5。
    • (隐藏效果)静默移除建筑师弗朗西斯·埃雷拉。
  • 选项 C (flavor_ara.11.c)
    • 对加泰罗尼亚(Catalan)文化施加严重的文化传统惩罚和文化影响力惩罚。
    • 艺术品 work_of_art:basilica_pilar 的艺术品质降低 30。
    • (隐藏效果)静默移除建筑师弗朗西斯·埃雷拉。

背景介绍: 皮拉尔圣母圣殿主教座堂是位于西班牙萨拉戈萨的一座重要巴洛克式教堂,据信是圣母玛利亚最早显灵的地点之一。在17世纪后期,这座建筑因年久失修需要进行重大修缮。本事件模拟了阿拉贡或西班牙的统治者面临是否投资修复这一重要宗教与文化地标的抉择。选择不同的方案,不仅会影响建筑的品质,还可能涉及一位虚构的杰出建筑师——弗朗西斯·埃雷拉的命运,并可能对国内特定的文化群体产生影响。

完整事件代码

flavor_ara.11 = { #Repairing the Basilica del Pilar
	type = country_event
	title = flavor_ara.11.title
	desc = flavor_ara.11.desc
	fire_only_once = yes

	historical_info = flavor_ara.11.historical_info

	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1670.1.1
		to = 1700.1.1
		monthly_chance = 1
	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		random_work_of_art = {
			limit = { this = work_of_art:basilica_pilar }
			save_scope_as = target_art
		}
		ruler = { save_scope_as = target_ruler }
		create_character = {
			first_name = name_francis
			last_name = Herrera
			birth_date = 1622.2.7
			birth_location = location:sevilla
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.70
			culture = culture:castilian
			artist = architect
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	trigger = {
		owns = location:zaragoza
		location:zaragoza = {
			any_work_of_art_in_location = {
				this = work_of_art:basilica_pilar
			}
		}
		has_ruler = yes
	}

	option = {
		name = flavor_ara.11.a
		historical_option = yes
		change_gold_effect = { scale = -8 }
		work_of_art:basilica_pilar = {
			change_art_quality = 20
		}
        scope:target_character = {
            move_country = root
		}
	}

	option = {
		name = flavor_ara.11.b
		change_gold_effect = { scale = -4 }
		work_of_art:basilica_pilar = {
			change_art_quality = 5
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}

	option = {
		name = flavor_ara.11.c
		culture:catalan = {
			add_cultural_tradition = cultural_tradition_severe_penalty
			add_cultural_influence = cultural_influence_severe_penalty
		}
		work_of_art:basilica_pilar = {
			change_art_quality = -30
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}