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.119 李自成起义与天命宣称

时间范围:1635.1.1 - 1821.1.1,每月 50% 概率触发

触发条件

  • 国家拥有变量 li_zicheng_rebellion_var
  • 国家拥有 dadu 地区
  • 国际组织 middle_kingdom 的领导者国家存在

关键效果

  • 选项 A (flavor_chi.119.a):
    • 为国家添加名为 chi_mandate_of_heaven_claimant 的修正,持续 25 年(替换模式)
  • 选项 B (flavor_chi.119.b):
    • 增加大量政府点数 (government_power_extreme_bonus)

背景介绍: 此事件模拟了明末李自成起义军攻占北京(dadu)后,对“天命”归属的宣称与挑战。当起义军控制都城,而中华朝贡体系(天朝)的领导者国家依然存在时,起义领袖面临选择:是正式宣称自己为新的“天命”持有者,还是巩固自身权力以寻求其他形式的合法性。这反映了明清鼎革之际,政权更迭中“天命”观念的核心作用与军事胜利者寻求统治合法性的关键抉择。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CSH
		from = 1635.1.1
		to = 1821.1.1
		monthly_chance = 50
	}

	trigger = {
		has_variable = li_zicheng_rebellion_var
		owns = location:dadu
		exists = international_organization:middle_kingdom.leader_country
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:dadu = {
			save_scope_as = target_location
		}
		international_organization:middle_kingdom.leader_country = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_chi.119.a

		add_country_modifier = {
			mode = replace
			modifier = chi_mandate_of_heaven_claimant
			years = 25
		}
	}

	option = {
		name = flavor_chi.119.b

		add_government_power = government_power_extreme_bonus
	}
}