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_por.21 卢济塔尼亚人之歌

时间范围:1554.1.1 - 1584.1.1(每月 5% 概率)

触发条件

  • 已发现通往印度的航线 (discovered_route_to_india = yes)

关键效果

  • 历史选项 (historical_option = yes):
    • 在首都创建一件艺术作品:
      • 艺术家:路易斯·德·卡蒙斯 (Luís de Camões)
      • 作品类型:诗歌 (work_of_art_type:poem)
      • 作品名称:the_lusiads
      • 质量:95
    • 获得大量威望 (prestige_severe_bonus)
    • 葡萄牙文化获得极大的文化影响力加成 (cultural_influence_extreme_bonus)
    • 葡萄牙文化获得极大的文化传统加成 (cultural_tradition_extreme_bonus)

背景介绍: 此事件模拟了葡萄牙民族史诗《卢济塔尼亚人之歌》(Os Lusíadas)的创作与问世。该史诗由诗人路易斯·德·卡蒙斯创作,歌颂了葡萄牙在大航海时代的探索与辉煌,尤其是瓦斯科·达·伽马开辟印度航线的壮举。史诗的诞生极大地提升了葡萄牙的民族自豪感与文化影响力,成为葡萄牙文学与民族认同的基石。事件在葡萄牙发现印度航线后的一段时期内随机触发,标志着其文化鼎盛时刻的到来。

完整事件代码

flavor_por.21 = { #The Lusiads
	hide_portraits = yes
	type = country_event
	title = flavor_por.21.title
	desc = flavor_por.21.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1554.1.1
		to = 1584.1.1
		monthly_chance = 5
	}

	trigger = {
		discovered_route_to_india = yes
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_louis
			last_name = de_Camoes
			adm = 80
			dip = 80
			mil = 20
			culture = culture:portuguese
			estate = estate_type:nobles_estate
			birth_date = 1524.1.1
			birth_location = location:lisbon
			artist = writer
			artist_skill = 0.90
			script = por_luis_de_camoes
			save_scope_as = target_artist
		}
		capital = { save_scope_as = target_capital_location }
	}

	option = {
		name = flavor_por.21.a
		scope:target_capital_location = {
			create_art = {
				artist = scope:target_artist
				quality = 95
				type = work_of_art_type:poem
				key = the_lusiads
			}
		}
		add_prestige = prestige_severe_bonus
		culture = { add_cultural_influence = cultural_influence_extreme_bonus }
		culture = { add_cultural_tradition = cultural_tradition_extreme_bonus }
	}
	historical_info = flavor_por.21.historical_info
}