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_jap.170 宽政改革

时间范围

1780.1.1 - 1836.1.1,每月 6% 概率触发。

触发条件

  • 国家拥有统治者。
  • 国家稳定度小于等于10。
  • 国家未处于战争状态。

关键效果

选项 A:推行改革!

  • 历史选项:是
  • 效果:
    • 增加少量稳定度。
    • 严重降低正统性。
    • 为国家添加名为 jap_kansei_reforms 的修正,持续20年。
    • 轻微提升贵族阶层满意度。

选项 B:禁止改革

  • 效果:
    • 轻微降低稳定度。
    • 极大提升正统性。
    • 轻微降低威望。
    • 轻微降低贵族阶层满意度。

背景介绍

宽政改革是日本江户时代后期,由老中松平定信在宽政年间(1789-1801年)主导推行的一系列改革措施。其主要目的是应对天明饥荒后严峻的社会经济危机,通过整顿财政、提倡节俭、抑制商业资本和强化农村统治来巩固幕府体制。改革体现了幕府面对内忧外患时试图回归传统秩序的保守倾向,虽然短期内稳定了局势,但也加剧了社会矛盾,并为后来的动荡埋下伏笔。

事件代码

flavor_jap.170 = { # Kansei Reforms
	type = country_event
	title = flavor_jap.170.title
	desc = flavor_jap.170.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1780.1.1
		to = 1836.1.1
		monthly_chance = 6
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}


	trigger = {
		has_ruler = yes
		stability <= 10
		at_war = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler ?= {
			save_scope_as = our_ruler
		}
	}


	option = { # Enact the reforms!
		name = flavor_jap.170.a
		historical_option = yes
		add_stability = stability_mild_bonus
		add_legitimacy = legitimacy_severe_penalty
		add_country_modifier = { modifier = jap_kansei_reforms years = 20 mode = add }
		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}
	option = { # Forbid the reforms
		name = flavor_jap.170.b
		add_stability = stability_weak_penalty
		add_legitimacy = legitimacy_extreme_bonus
		add_prestige = prestige_weak_penalty
		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}