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.10 奥西亚斯·马奇登场

时间范围

1435.1.1 - 1450.1.1 每月触发概率:10%

触发条件

  • 国家拥有瓦伦西亚地区。
  • 国家文化构成中,加泰罗尼亚文化的占比大于0。

关键效果

选项 A (历史选项)

  • 花费6金币。
  • 为加泰罗尼亚文化添加“文化传统(弱增益)”和“文化影响力(弱增益)”。
  • 将创建的人物(奥西亚斯·马奇)移动至本国。
  • 社会价值观向“人文主义”方向偏移。

选项 B

  • 瓦伦西亚地区获得“繁荣度(显著增益)”。
  • (隐藏效果)杀死创建的人物(奥西亚斯·马奇)。

选项 C

  • 损失少量威望。
  • 社会价值观向“传统主义”方向偏移。
  • (隐藏效果)杀死创建的人物(奥西亚斯·马奇)。

背景介绍

此事件模拟了15世纪加泰罗尼亚诗人奥西亚斯·马奇的登场。他出生于瓦伦西亚的贵族家庭,是加泰罗尼亚文学黄金时代的重要人物,其作品深刻影响了后世文学。事件反映了当时阿拉贡王国(或未来的西班牙)对本土文化精英的接纳与资助,以及这种选择对国家文化发展和社会价值观的潜在影响。

完整事件代码

flavor_ara.10 = { #Ausiàs March
	type = country_event
	title = flavor_ara.10.title
	desc = flavor_ara.10.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1435.1.1
		to = 1450.1.1
		monthly_chance = 10
	}

	historical_info = flavor_ara.10.historical_info

	trigger = {
		owns = location:valencia
		"culture_percentage_in_country(culture:catalan)" > 0
	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_hosea
			dynasty = dynasty:march_dynasty
			birth_date = 1400.3.9
			birth_location = location:valencia
			estate = estate_type:nobles_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 40 60 }
			artist_skill = 0.65
			culture = culture:catalan
			save_scope_as = target_character
			script = ara_march_script
			create_in_limbo = yes

			artist = writer
		}
	}

	option = {
		name = flavor_ara.10.a
		historical_option = yes
		change_gold_effect = { scale = -6 }
		culture:catalan = {
			add_cultural_tradition = cultural_tradition_weak_bonus
			add_cultural_influence = cultural_influence_weak_bonus
		}
        scope:target_character = {
            move_country = root
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_ara.10.b
		location:valencia = {
			change_prosperity = prosperity_severe_bonus
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}

	option = {
		name = flavor_ara.10.c
        add_prestige = prestige_mild_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}