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_eth.162] 三一之书

时间范围

  • 起始日期:未指定(from 字段缺失)
  • 结束日期:未指定(to 字段缺失)
  • 触发概率:未指定(monthly_chance 字段缺失)

触发条件

  • 目标人物状态scope:target_character 必须存活(is_alive = yes

关键效果

  • 选项名称flavor_eth.162.a
  • 核心效果
    1. 在首都(capital)创建一件艺术品:
      • 艺术家(artist):scope:target_character
      • 作品标识(key):books_of_trinity
      • 品质(quality):75
      • 类型(type):论文(work_of_art_type:treatise
    2. 移除目标人物(scope:target_character)的 eth_writing_book 人物修正
  • 历史选项:未标注(historical_option = yes 字段缺失)

背景介绍

该事件描述了当一位学者型统治者(Scholar)在特定条件下,可能创作或委托创作一部名为“三一之书”的重要学术著作。这一事件通常与宫廷学术活动、知识传承或特定文化成就相关,反映了统治者对学术与艺术的赞助,以及其在国家文化发展中的角色。

完整事件代码

flavor_eth.162 = { #Event 3 if ruler is Scholar - The Book of Trinity
	type = country_event
	title = flavor_eth.162.title
	desc = flavor_eth.162.desc
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	trigger = {
		scope:target_character = {
			is_alive = yes
		}
	}

	option = {
		name = flavor_eth.162.a
		
		capital = {
			create_art = {
				artist = scope:target_character
				key = books_of_trinity
				quality = 75
				type = work_of_art_type:treatise
			}
		}

		scope:target_character = {
			remove_character_modifier = eth_writing_book
		}
	}
}