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.105 清初画坛巨匠

时间范围:1660.1.1 - 1695.1.1(每月 3% 概率)

触发条件

  • 国家是 is_qing_china = yes(即清朝中国)。

关键效果

  • 选项 A (flavor_chi.105.a)

    • 为创建的人物 target_character 添加持续终身的修正 chi_artistic_master_of_the_qing_dynasty
    • 若国家有主流文化,则为其增加 cultural_influence_mild_bonus(文化影响力轻度增益)和 cultural_tradition_mild_bonus(文化传统轻度增益)。
    • 将人物 target_character 移动至触发国。
    • 社会价值观 individualism_vs_communalism(个人主义 vs 集体主义)大幅向右移动(向个人主义方向)。
  • 选项 B (flavor_chi.105.b)

    • 隐藏效果:静默杀死创建的人物 target_character
    • 社会价值观 individualism_vs_communalism(个人主义 vs 集体主义)大幅向左移动(向集体主义方向)。
    • 社会价值观 outward_vs_inward(外向 vs 内向)大幅向左移动(向内向方向)。

背景介绍: 此事件模拟了清初(顺治至康熙年间)一位杰出画家登上历史舞台的可能性。事件创建了一位出生于1642年、来自昆山、具有吴文化背景、信奉三教、并属于市民阶层的高能力画家。他的出现代表了艺术与个人才华在改朝换代后的社会中的价值。玩家的选择将决定这位艺术大师是被朝廷接纳并推崇,从而促进文化繁荣与个人主义思潮,还是被忽视乃至扼杀,进而强化社会的集体主义与内向保守倾向。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1660.1.1
		to = 1695.1.1
		monthly_chance = 3
	}

	trigger = {
		is_qing_china = yes
	}

	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_yuan21.name_qi21
			last_name = name_wang
			adm = { 25 100 }
			dip = { 25 100 }
			mil = { 25 100 }
			artist = artist_type:painter
			artist_skill = { 0.25 0.9 }
			birth_date = 1642.9.12
			birth_location = location:kunshan
			culture = culture:wu_culture
			religion = religion:sanjiao
			estate = estate_type:burghers_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_chi.105.a

		scope:target_character = {
			add_character_modifier = {
				modifier = chi_artistic_master_of_the_qing_dynasty
				years = -1
			}
		}

		culture ?= {
			add_cultural_influence = cultural_influence_mild_bonus
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
		scope:target_character = { move_country = root }

		change_societal_value = { type = individualism_vs_communalism value = societal_value_huge_move_to_right }
	}

	option = {
		name = flavor_chi.105.b

		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
		change_societal_value = { type = individualism_vs_communalism value = societal_value_huge_move_to_left }
		change_societal_value = { type = outward_vs_inward value = societal_value_huge_move_to_left }
	}
}