flavor_jap.146 如拙登场
时间范围:1440.1.1 - 1470.1.1(每月 20% 概率)
触发条件:
- 国家拥有统治者。
- 艺术品
work_of_art:shokoku_ji存在。
关键效果:
- 历史选项:如拙是一位水墨画高手。
- 为国家文化添加文化传统
cultural_tradition_extreme_bonus。 - 将创建的人物
scope:target_character(如拙)移动至本国。 - 在首都创建一幅艺术品:
- 艺术家:
scope:target_character - 品质:80
- 类型:绘画 (
work_of_art_type:painting) - 标识符:
catfish_with_a_gourd
- 艺术家:
- 为国家文化添加文化传统
背景介绍: 如拙(Josetsu)是日本室町时代早期的著名画家,活跃于15世纪上半叶。他被认为是日本水墨画(Suiboku-ga)的重要先驱之一,其作品融合了中国宋元画风与日本本土审美。最著名的作品《瓢鲇图》(Catfish with a Gourd)是一幅禅意画,现存于京都大德寺,象征着禅宗公案与艺术表现的结合。此事件模拟了如拙作为艺术家登场,并对日本文化艺术传统产生影响的过程。
完整事件代码:
flavor_jap.146 = { # Josetsu
type = country_event
title = flavor_jap.146.title
desc = flavor_jap.146.desc
fire_only_once = yes
dynamic_historical_event = {
tag = JAP
from = 1440.1.1
to = 1470.1.1
monthly_chance = 20
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
has_ruler = yes
exists = work_of_art:shokoku_ji
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
ruler ?= {
save_scope_as = our_ruler
}
create_character = {
first_name = josetsu
create_in_limbo = yes
adm = { 60 80 }
dip = { 60 70 }
mil = { 15 20 }
culture = culture:kyushu_culture
birth_location = root.capital
religion = root.religion
birth_date = 1405.1.1
estate = estate_type:clergy_estate
script = josetsu_painter
save_scope_as = target_character
artist_skill = 0.80
artist = painter
}
capital = {
create_art = {
artist = scope:target_character
quality = 80
type = work_of_art_type:painting
key = catfish_with_a_gourd
}
}
}
option = { # A quite skilled individual in Suiboku.
name = flavor_jap.146.a
historical_option = yes
culture = {
add_cultural_tradition = cultural_tradition_extreme_bonus
}
scope:target_character = { move_country = root }
show_as_tooltip = {
capital = {
create_art = {
artist = scope:target_character
quality = 80
type = work_of_art_type:painting
key = catfish_with_a_gourd
}
}
}
}
}