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.140 豪尔赫·曼里克登场

时间范围:1470.1.1 - 1479.1.1,每月 1% 概率触发

触发条件

  • 事件仅能触发一次。
  • 动态历史事件条件:
    • 国家为 CAS(卡斯蒂利亚)或 SPA(西班牙)。
    • 时间在 fromto 指定的范围内。

关键效果

  • 选项 A (历史选项)

    • 社会价值观:spiritualist_vs_humanist 向左移动(偏向精神主义)。
    • 财政:黄金减少(规模系数 -3)。
    • 人物操作:将创建的人物 target_character(豪尔赫·曼里克)移动至本国。
    • 艺术创作:在首都创建一件艺术品:
      • 类型:诗歌 (work_of_art_type:poem)。
      • 关键标识:coplas_por_la_muerte_de_su_padre
      • 艺术家:target_character
      • 质量:75。
  • 选项 B

    • 社会价值观:spiritualist_vs_humanist 小幅向左移动。
    • 隐藏效果:静默杀死人物 target_character

背景介绍: 此事件模拟了西班牙诗人豪尔赫·曼里克在卡斯蒂利亚宫廷登场的可能性。曼里克以其悼念父亲的名诗《为父亲之死而作的挽歌》而闻名,该作品是西班牙黄金时代文学的重要先驱。事件发生在其创作活跃期,反映了君主对文化艺术赞助的选择及其对国家文化发展与社会价值观的潜在影响。

完整事件代码

flavor_cas.140 = { #Jorge Manrique #GRAVEYARD
	type = country_event
	title = flavor_cas.140.title
	desc = flavor_cas.140.desc

	fire_only_once = yes

	historical_info = flavor_cas.140.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1470.1.1
		to = 1479.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		create_character = {
			first_name = name_george
			last_name = Manrique
			artist_skill = { 0.7 0.85 }
			artist = writer
			birth_date = 1440.1.1
			birth_location = location:palencia
			culture = culture:castilian
			estate = estate_type:burghers_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_cas.140.a
		historical_option = yes
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		capital = {
			create_art = {
				artist = scope:target_character
				quality = {
					value = 75
				}
				type = work_of_art_type:poem
				key = coplas_por_la_muerte_de_su_padre
			}
		}
	}

	option = {
		name = flavor_cas.140.b
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}