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.6 财政危机与民变

时间范围:1640.1.1 - 1660.1.1 (每月 5% 概率)

触发条件

  • 国家负债(贷款数量)大于等于10笔。

关键效果

  • 选项 A (历史选项)
    • 增加巨额通货膨胀。
    • 若允许“和谐度”机制,则增加大量和谐度。
  • 选项 B
    • 国库黄金大幅减少(效果规模为 -24)。
    • 若允许“和谐度”机制,则和谐度向平衡点轻微移动。
    • 若允许“正义度”机制,则增加少量正义度。
    • 若国家是“中央王国”国际组织的领导者,则减少少量天命值。

背景介绍: 此事件模拟了明朝末期(约1640年至1660年间)可能面临的严重财政危机与社会动荡。国家因长期战争、内部腐败和天灾人祸而债台高筑,高额的债务负担最终可能引发农民起义(如李自成起义)或迫使朝廷采取极端的财政手段,进一步加剧经济崩溃和社会矛盾,最终导致王朝的覆灭。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1640.1.1
		to = 1660.1.1
		monthly_chance = 5
	}

	trigger = {
		num_loans >= 10
	}

	illustration_tags = {
		10 = interior
		10 = angry
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}

	option = {
		name = flavor_chi.6.a
		historical_option = yes
		add_inflation = inflation_extreme_penalty
		if = {
			limit = { modifier:allow_harmony = yes }
			add_harmony = harmony_severe_bonus
		}
	}
	option = {
		name = flavor_chi.6.b
		change_gold_effect = { scale = -24 }
		if = {
			limit = { modifier:allow_harmony = yes }
			harmony_mild_towards_equilibrium = yes
		}
		if = {
			limit = { modifier:allow_righteousness = yes }
			add_righteousness = righteousness_weak_bonus
		}
		if = {
			limit = { is_leader_of_international_organization = international_organization:middle_kingdom }
			change_celestial_authority = { value = celestial_authority_weak_penalty }
		}
	}
}