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_mch.4] 和珅登场

时间范围

  • 事件发生窗口:1770.1.1 - 1800.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 国家文化为 culture:jurchen_culture(女真文化)。

关键效果

  • 选项 A (flavor_mch.4.a)

    • 历史选项:是
    • 将创建的人物 target_character(和珅)移动至本国。
    • 国家金钱减少(scale = -4)。
  • 选项 B (flavor_mch.4.b)

    • 国家获得少量威望(prestige_weak_bonus)。
    • 隐藏效果:静默处决人物 target_character(和珅)。

背景介绍

此事件模拟了清朝乾隆年间权臣和珅的登场。和珅出身满洲钮祜禄氏,凭借其才智与手腕,在乾隆朝后期迅速崛起,成为历史上著名的权臣与贪官。他的出现与得势,对清朝后期的政治生态与财政状况产生了深远影响。

完整事件代码

flavor_mch.4 = {
	type = country_event
	title = flavor_mch.4.title
	desc = flavor_mch.4.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MCH
		tag = CHI
		from = 1770.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	trigger = {
		culture = culture:jurchen_culture
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_heshen
			last_name = Niohuru
			culture = culture:jurchen_culture
			birth_location = location:fushun_liaoyang
			birth_date = 1750.7.1
			religion = root.religion
			create_in_limbo = yes
			save_scope_as = target_character
		}
		scope:target_character = {
			set_to_limited_random_stats = {
				max_adm = 90
				min_adm = 50
				max_dip = 90
				min_dip = 50
				max_mil = 90
				min_mil = 50
			}
		}
	}

	option = {
		name = flavor_mch.4.a
		historical_option = yes

		scope:target_character = {
			move_country = ROOT
		}
		change_gold_effect = { scale = -4 }
	}
	option = {
		name = flavor_mch.4.b
		add_prestige = prestige_weak_bonus
		hidden_effect = { kill_character_silently = scope:target_character }
	}
}