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_jap.148 雪舟等杨登场

时间范围:1452.1.1 - 1500.1.1(每月 20% 概率)

触发条件

  • 人物 tensho_shubun 必须存在。

关键效果

  • 历史选项
    • 为所属文化添加 cultural_influence_severe_bonus(文化影响力严重增益)。
    • 将新创建的人物 sesshu_toyo 移动到本国。
    • 在首都创建一件艺术品:
      • 艺术家:sesshu_toyo
      • 品质:70
      • 类型:绘画
      • 关键标识:jap_winter_landscape

背景介绍: 雪舟等杨是日本室町时代著名的水墨画僧,被视为日本绘画史上最重要的人物之一。他早年师从天章周文学习绘画,后曾随遣明使访问中国,深受中国宋元画风影响。回国后,他将所学与日本审美结合,开创了独特的日本水墨画风格,其作品《秋冬山水图》等对后世日本艺术产生了深远影响。此事件模拟了这位艺术巨匠的登场及其对日本文化发展的推动作用。

完整事件代码

flavor_jap.148 = { # Sesshu Toyo
	type = country_event
	title = flavor_jap.148.title
	desc = flavor_jap.148.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1452.1.1
		to = 1500.1.1
		monthly_chance = 20
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
		exists = character:tensho_shubun
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		character:tensho_shubun ?= {
			save_scope_as = tensho_shubun
		}
		character:josetsu_painter ?= {
			save_scope_as = josetsu
		}
		create_character = {
			first_name = sesshu
			create_in_limbo = yes
			adm = { 60 80 }
			dip = { 60 70 }
			mil = { 15 20 }
			culture = root.culture
			birth_location = root.capital
			religion = root.religion
			birth_date = 1420.1.1
			estate = estate_type:clergy_estate
			script = sesshu_toyo
			save_scope_as = target_character
			artist_skill = 0.80
			artist = painter
		}
		capital = {
			create_art = {
				artist = scope:target_character
				quality = 70
				type = work_of_art_type:painting
				key = jap_winter_landscape
			}
		}
	}

	option = {
		name = flavor_jap.148.a
		historical_option = yes
		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}
		scope:target_character = { move_country = root }
		show_as_tooltip = {
				capital = {
				create_art = {
					artist = scope:target_character
					quality = 70
					type = work_of_art_type:painting
					key = jap_winter_landscape
				}
			}
		}
	}
}