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.139 胡安·德·梅纳登场

时间范围:1440.1.1 - 1456.1.1(每月 1% 概率)

触发条件

  • 国家政府类型为君主制 (government_type = government_type:monarchy)

关键效果

  • 选项 A (历史选项)
    • 获得 legitimacy_mild_bonus(适度正统性增益)
    • 损失 3 金币 (change_gold_effect = { scale = -3 })
    • 将创建的人物 胡安·德·梅纳 移至本国
    • 在首都创建一件艺术品:
      • 类型:诗歌 (work_of_art_type:poem)
      • 名称:laberinto_de_fortuna
      • 质量:70
      • 创作者:胡安·德·梅纳
  • 选项 B
    • 获得 legitimacy_mild_penalty(适度正统性惩罚)
    • 隐藏效果:静默处决人物 胡安·德·梅纳

背景介绍: 胡安·德·梅纳是15世纪卡斯蒂利亚王国的重要诗人,以其代表作《命运迷宫》而闻名。该事件模拟了君主是否选择资助这位宫廷诗人,以提升王室的文化声望与正统性。

完整事件代码

flavor_cas.139 = { #Juan de Mena
	type = country_event
	title = flavor_cas.139.title
	desc = flavor_cas.139.desc

	fire_only_once = yes

	historical_info = flavor_cas.139.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1440.1.1
		to = 1456.1.1
		monthly_chance = 1
	}

	trigger = {
		government_type = government_type:monarchy
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		create_character = {
			first_name = name_john
			last_name = de_mena
			artist_skill = { 0.7 0.85 }
			artist = writer
			birth_date = 1411.1.1
			birth_location = location:cordoba
			culture = culture:castilian
			estate = estate_type:burghers_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_cas.139.a
		historical_option = yes
		add_legitimacy = legitimacy_mild_bonus
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		capital = {
			create_art = {
				artist = scope:target_character
				quality = {
					value = 70
				}
				type = work_of_art_type:poem
				key = laberinto_de_fortuna
			}
		}
	}

	option = {
		name = flavor_cas.139.b
		add_legitimacy = legitimacy_mild_penalty
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}