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.10 米格尔·德·塞万提斯登场

时间范围:1575.1.1 - 1616.1.1,每月 2% 概率触发

触发条件

  • 国家拥有 alcala_de_henares 地区。
  • 国家当前拥有统治者。

关键效果

  • 选项 A
    • 获得少量威望加成 (prestige_weak_bonus)。
    • 在首都创建一件艺术品:
      • 艺术家:米格尔·德·塞万提斯。
      • 品质:100。
      • 类型:小说 (work_of_art_type:novel)。
      • 关键标识:don_quixote

背景介绍: 此事件标志着西班牙文学巨匠米格尔·德·塞万提斯的登场。塞万提斯出生于1547年,其代表作《堂吉诃德》被誉为西方文学史上的第一部现代小说,对西班牙语文学乃至世界文学产生了深远影响。事件模拟了在特定历史时期内,塞万提斯作为一位作家被宫廷接纳并创作出其不朽名著的契机。

完整事件代码

flavor_cas.10 = { #Miguel de Cervantes
	type = country_event
	title = flavor_cas.10.title
	desc = flavor_cas.10.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1575.1.1
		to = 1616.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }

		create_character = {
			first_name = name_michael
			last_name = de_Cervantes
			religion = religion:catholic
			estate = estate_type:peasants_estate
			birth_date = 1547.9.29
			female = no
			birth_location = location:alcala_de_henares
			adm = 83
			dip = 72
			mil = 75
			artist = writer
			artist_skill = 1.00
			save_scope_as = target_artist
			script = spa_miguel_de_cervantes
		}
		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		owns = location:alcala_de_henares
		has_ruler = yes
	}

	option = {
		name = flavor_cas.10.a

		add_prestige = prestige_weak_bonus
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 100
				type = work_of_art_type:novel
				key = don_quixote
			}
		}
	}
}