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.14 阿拉贡编年史

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

触发条件

  • 国家拥有萨拉戈萨(Zaragoza)地区。

关键效果

  • 选项 A (历史选项)
    • 花费相当于4倍规模的金币。
    • 将创建的人物“法布里斯·德·瓦加德”移动至本国。
    • 在萨拉戈萨地区创建一件艺术品《阿拉贡编年史》(cronica_de_aragon),类型为编年史,品质为80,由该人物创作。
  • 选项 B
    • 获得少量威望惩罚。
    • (隐藏效果)静默处决创建的人物“法布里斯·德·瓦加德”。

背景介绍: 该事件模拟了15世纪末至16世纪初,阿拉贡王国(或其继承者西班牙)资助或记录其历史的事件。事件核心是作家法布里斯·德·瓦加德创作《阿拉贡编年史》。玩家可以选择资助这项文化工程(历史选项),以金币为代价获得一件高质量的艺术品和一位学者;或者选择拒绝资助,这会导致项目流产并可能损害国家的声望。

完整事件代码

flavor_ara.14 = { #The Chronicle of Aragon
	type = country_event
	title = flavor_ara.14.title
	desc = flavor_ara.14.desc

	fire_only_once = yes

	historical_info = flavor_ara.14.historical_info

	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1480.1.1
		to = 1510.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:zaragoza
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_waldebert.name_fabrice
			last_name = de_Vagad
			birth_date = 1455.3.4
			birth_location = location:zaragoza
			estate = estate_type:clergy_estate
			adm = { 20 85 }
			dip = { 20 85 }
			mil = { 20 30 }
			artist_skill = 0.80
			culture = culture:aragonese
			artist = writer
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ara.14.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
        scope:target_character = {
            move_country = root
		}
		location:zaragoza = {
			create_art = {
				quality = 80
				artist = scope:target_character
				type = work_of_art_type:chronicle
				key = cronica_de_aragon
			}
		}
	}

	option = {
		name = flavor_ara.14.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}