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.91 弗朗西斯科·德·克维多登场

时间范围:1560.1.1 - 1600.1.1(每月 1% 概率)

触发条件

  • 国家拥有马德里(Madrid)地区。

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 弗朗西斯科·德·克维多 移动至本国。
    • 获得 威望轻微增益
    • 获得 稳定度轻微惩罚
  • 选项 B
    • 获得 威望轻微惩罚
    • 获得 稳定度轻微增益
    • (隐藏效果)静默处决人物 弗朗西斯科·德·克维多

背景介绍: 此事件模拟了西班牙黄金时代著名作家、诗人弗朗西斯科·德·克维多(Francisco de Quevedo)的登场。他以其讽刺作品、诗歌和政治著作而闻名,是西班牙文学史上巴洛克风格的代表人物之一。事件反映了在西班牙帝国鼎盛时期,文化艺术领域杰出人物的涌现及其可能对国家声望与社会稳定产生的复杂影响。

完整事件代码

flavor_cas.91 = { #Francisco de Quevedo
	type = country_event
	title = flavor_cas.91.title
	desc = flavor_cas.91.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds" 
	
	fire_only_once = yes

	historical_info = flavor_cas.91.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1560.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:madrid
	}

	immediate = {

		create_character = {
			first_name = name_francis
			dynasty = dynasty:de_quevedo_dynasty
			birth_date = 1534.1.1
			birth_location = location:madrid
			estate = estate_type:nobles_estate
			artist_skill = { 0.65 0.8 }
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = writer
			script = spa_quevedo
		}
	}

	option = {
		name = flavor_cas.91.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_prestige = prestige_mild_bonus
		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_cas.91.b
		add_prestige = prestige_mild_penalty
		add_stability = stability_mild_bonus
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}