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_ayu.4 经济改革

时间范围:1600.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 国家为 AYU
  • 国家拥有君主。
  • 君主的行政能力(adm)大于等于 80

关键效果

  • 选项 A:改革
    • 社会价值观:向 重商主义 方向微小移动。
    • 通货膨胀:获得 极端增益
    • 效果:在除首都外的所有省份中,按人口排序,选取最多(省份总数/5)个省份,为其增加 微弱 的发展度。
  • 选项 B:拒绝
    • 稳定性:获得 极端增益

背景介绍: 该事件模拟了AYU国家在17世纪面临的经济改革抉择。一位具有卓越行政能力的君主(行政能力≥80)在位期间,国家有机会推行深刻的经济改革。改革选项旨在通过调整贸易政策、刺激地方发展来增强经济实力,但可能引发显著的通货膨胀。而拒绝改革则选择维持现状,以换取国内局势的稳定。

完整事件代码

flavor_ayu.4 = { #Economic Reforms
	type = country_event
	title = flavor_ayu.4.title
	desc = flavor_ayu.4.desc

	dynamic_historical_event = {
		tag = AYU
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		has_ruler = yes
		ruler.adm >= 80
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = { #Reform
		name = flavor_ayu.4.a
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_tiny_move_to_left }
		add_inflation = inflation_extreme_bonus
		custom_tooltip = {
			text = flavor_ayu.4.a.tt
			ordered_owned_location = {
				limit = {
					is_capital = no
				}
				order_by = population
				max = {
					value = 1
					add = {
						value = num_provinces
						divide = 5
					}
				}
				change_development  = development_weak_bonus
			}
		}
	}

	option = { #Nah
		name = flavor_ayu.4.b
		add_stability = stability_extreme_bonus
	}
}