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_swe.40 马格努斯·德·拉·加尔迪的遗产

时间范围:1650.1.1 - 1680.1.1(每月 10% 概率)

触发条件

  • 人物 swe_magnus_de_la_gardie 存活。
  • 控制地区 stockholm

关键效果

  • 历史选项:在 stockholm 地区创建一座宫殿艺术品。
    • 艺术品类型:work_of_art_type:palace
    • 艺术品标识:swe_makalos
    • 艺术品品质:70

背景介绍: 该事件反映了瑞典在17世纪中后期,由权臣马格努斯·德·拉·加尔迪主导的宫廷建设活动。作为瑞典帝国时期的著名军事指挥官和政治家,德·拉·加尔迪在摄政时期积累了巨大财富和影响力。在斯德哥尔摩建造宫殿是其彰显个人权力与家族荣耀的典型行为,也代表了当时瑞典贵族对法国及意大利文艺复兴建筑风格的推崇,以及通过艺术赞助来巩固政治地位的文化策略。

完整事件代码

flavor_swe.40 = {
	type = country_event

	title = flavor_swe.40.title
	desc = flavor_swe.40.desc

	historical_info = flavor_swe.40.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1650.1.1
		to = 1680.1.1
		monthly_chance = 10
	}

	trigger = {
		character:swe_magnus_de_la_gardie ?= {
			is_alive = yes
		}
		owns = location:stockholm
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_swe.40.a
		historical_option = yes
		location:stockholm = {
			create_art = {
				quality = 70
				type = work_of_art_type:palace
				key = swe_makalos

			}
		}
	}
}