[flavor_eth.162] 三一之书
时间范围
- 起始日期:未指定(
from字段缺失) - 结束日期:未指定(
to字段缺失) - 触发概率:未指定(
monthly_chance字段缺失)
触发条件
- 目标人物状态:
scope:target_character必须存活(is_alive = yes)
关键效果
- 选项名称:
flavor_eth.162.a - 核心效果:
- 在首都(
capital)创建一件艺术品:- 艺术家(
artist):scope:target_character - 作品标识(
key):books_of_trinity - 品质(
quality):75 - 类型(
type):论文(work_of_art_type:treatise)
- 艺术家(
- 移除目标人物(
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
}
}
}