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_chi.41 汤显祖与《牡丹亭》

时间范围:1595.1.1 - 1625.1.1(每月 10% 概率)

触发条件

  • 控制 linchuan 地区。

关键效果

  • 选项 A
    • 获得 prestige_mild_bonus(少量威望加成)。
    • 使事件创建的人物 target_character 所属的文化获得 cultural_tradition_severe_bonus(大量文化传统加成)。
    • linchuan 地区创建一件艺术作品:
      • 作品键值:peony_pavilion
      • 类型:戏剧 (work_of_art_type:play)
      • 质量:70 至 90
      • 创作者:target_character(汤显祖)

背景介绍: 此事件模拟了明代戏剧家汤显祖(1550-1616)的登场及其代表作《牡丹亭》的创作。汤显祖出生于江西临川,是“临川四梦”的作者,其中《牡丹亭》以其浪漫主义色彩和对“情”的深刻描绘,成为中国戏曲史上的不朽经典,对后世文学和戏曲发展产生了深远影响。事件设定在万历年间,反映了当时江南地区文化艺术的繁荣。

完整事件代码

flavor_chi.41 = {
	type = country_event
	title = flavor_chi.41.title
	desc = flavor_chi.41.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1595.1.1
		to = 1625.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			estate = estate_type:burghers_estate
			first_name = name_xian.name_zu
			last_name = name_tang1
			birth_date = 1550.09.24
			artist = writer
			artist_skill = { 0.6 0.9 }
			birth_location = location:linchuan
			save_scope_as = target_character
		}
	}

	trigger = {
		owns = location:linchuan
	}

	option = {
		name = flavor_chi.41.a

		add_prestige = prestige_mild_bonus
		scope:target_character.culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}
		location:linchuan = {
			create_art = {
				artist = scope:target_character
				key = peony_pavilion
				quality = { 70 90 }
				type = work_of_art_type:play
			}
		}
	}
}