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.17 狩猎之书

时间范围:1338.1.1 - 1360.1.1(每月 1% 概率)

触发条件

  • 角色 cas_alfonso_xi_burgundy 存活且为国家统治者。

关键效果

  • 历史选项flavor_cas.17.a
    1. 在首都创建一件艺术品:
      • 艺术家:当前统治者
      • 品质:73
      • 类型:编年史
      • 标识符:book_of_hunting
    2. 为国家添加修正 the_book_of_hunting,持续 20 年(若已存在则延长持续时间)。

背景介绍: 该事件模拟了卡斯蒂利亚王国(后为西班牙)在14世纪中叶,由国王阿方索十一世(勃艮第的)在位期间,委托或创作一部名为《狩猎之书》的编年史作品。这部作品不仅反映了当时宫廷的文化活动和对狩猎的重视,也可能作为提升王室声望、巩固贵族支持的一种手段。事件的发生正值阿方索十一世统治的中后期,是其加强王权、推动文化发展时期的体现。

完整事件代码

flavor_cas.17 = { #The Book of Hunting
	type = country_event
	title = flavor_cas.17.title
	desc = flavor_cas.17.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1338.1.1
		to = 1360.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

		ruler = {
			save_scope_as = target_artist
		}
	}

	trigger = {
		character:cas_alfonso_xi_burgundy = {
			is_alive = yes
			is_ruler = yes
		}
	}

	option = {
		name = flavor_cas.17.a
		historical_option = yes

		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 73
				type = work_of_art_type:chronicle
				key =  book_of_hunting
			}
		}
		add_country_modifier = { modifier = the_book_of_hunting years = 20 mode = add_and_extend }
	}
}