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_cas.89] 费尔南多·德·埃雷拉登场

时间范围

1560.1.1 - 1580.1.1
每月 1% 概率触发

触发条件

  • 拥有塞维利亚地区

关键效果

选项 A (历史选项)

  • 花费 4 金币
  • 费尔南多·德·埃雷拉加入我国
  • 文化获得少量传统与影响力加成

选项 B

  • 文化受到少量传统与影响力惩罚
  • 费尔南多·德·埃雷拉被秘密处决

背景介绍

费尔南多·德·埃雷拉(1534-1597)是西班牙黄金时代的重要诗人,以其对彼特拉克体十四行诗的革新而闻名,被誉为“神圣的埃雷拉”。他出生于塞维利亚,一生大部分时间在此度过,其作品对西班牙文学发展产生了深远影响。本事件模拟了这位文化人物在特定历史时期可能为国家带来的文化影响。

完整事件代码

flavor_cas.89 = { #Fernando de Herrera
	type = country_event
	title = flavor_cas.89.title
	desc = flavor_cas.89.desc

	fire_only_once = yes

	historical_info = flavor_cas.89.historical_info

	illustration_tags = {
		10 = happy
		10 = exterior
	}
	
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1560.1.1
		to = 1580.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:sevilla
	}

	immediate = {
		create_character = {
			first_name = name_ferdinand
			last_name = de_Herrera
			birth_date = 1534.1.1
			birth_location = location:sevilla
			estate = estate_type:burghers_estate
			artist_skill = { 0.75 0.9 }
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = writer
			script = cas_fernando_de_herrera
		}
		event_illustration_government_estate_effect = yes
	}

	option = {
		name = flavor_cas.89.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		scope:target_character = {
			move_country = root
		}
		culture = {
			add_cultural_tradition = cultural_tradition_weak_bonus
			add_cultural_influence = cultural_influence_weak_bonus
		}
	}

	option = {
		name = flavor_cas.89.b
		culture = {
			add_cultural_tradition = cultural_tradition_weak_penalty
			add_cultural_influence = cultural_influence_weak_penalty
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}