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.92 曹雪芹与《红楼梦》

时间范围:1730.1.1 - 1780.1.1(每月 3% 概率)

触发条件

  • 事件仅对中国(tag = CHI)触发。
  • 事件为一次性事件(fire_only_once = yes)。

关键效果

  • 选项 A (flavor_chi.92.a)
    • 历史选项:是(historical_option = yes)。
    • 在首都创建一件名为“hong_lu_meng”的小说类艺术品,品质为100。
    • 为当前文化添加“温和的文化影响力加成”和“温和的文化传统加成”。
    • 损失4倍规模的金币。
  • 选项 B (flavor_chi.92.b)
    • 遭受“温和的威望惩罚”。
    • 在首都创建一件名为“hong_lu_meng”的小说类艺术品,品质为80。
    • (隐藏效果)如果艺术品“hong_lu_meng”已存在,则其品质降低20。

背景介绍: 此事件模拟了中国清代著名小说家曹雪芹的登场及其旷世巨著《红楼梦》的创作。曹雪芹出生于江宁(今南京)的没落贵族家庭,其作品《红楼梦》深刻描绘了封建大家族的兴衰,被誉为中国古典小说的巅峰之作。事件反映了18世纪中国文化艺术领域的杰出成就及其对后世文化的深远影响。

完整事件代码

flavor_chi.92 = {
	type = country_event
	title = flavor_chi.92.title
	desc = flavor_chi.92.desc
	historical_info = flavor_chi.92.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1730.1.1
		to = 1780.1.1
		monthly_chance = 3
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_xue.name_qin2
			last_name = name_cao
			adm = { 25 100 }
			dip = { 25 100 }
			mil = { 25 100 }
			artist = artist_type:writer
			artist_skill = { 0.75 0.95 }
			birth_date = 1710.4.4
			birth_location = location:shangyuan
			culture = culture:jianghuai_culture
			religion = religion:sanjiao
			estate = estate_type:burghers_estate
			save_scope_as = target_character
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}

		capital ?= {
			create_art = {
				artist = scope:target_character
				key = hong_lu_meng
				quality = 100
				type = work_of_art_type:novel
			}
		}
	}

	option = {
		name = flavor_chi.92.a

		show_as_tooltip = {
			capital ?= {
				create_art = {
					artist = scope:target_character
					key = hong_lu_meng
					quality = 100
					type = work_of_art_type:novel
				}
			}
		}

		culture ?= {
			add_cultural_influence = cultural_influence_mild_bonus
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		change_gold_effect = { scale = -4 }
	}

	option = {
		name = flavor_chi.92.b

		add_prestige = prestige_mild_penalty

		show_as_tooltip = {
			capital ?= {
				create_art = {
					artist = scope:target_character
					key = hong_lu_meng
					quality = 80
					type = work_of_art_type:novel
				}
			}
		}

		hidden_effect = {
			work_of_art:hong_lu_meng ?= {
				change_art_quality = -20
			}
		}
	}
}