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.123] 惩罚性权威的增长

时间范围:1365.1.1 - 1405.1.1(每月 50% 概率触发)

触发条件

  • 国家拥有统治者(has_ruler = yes)。
  • 国家拥有变量 jap_growth_of_punitive_actions

关键效果

  • 历史选项:守护大名们将学会更加敬畏 [our_ruler.GetName] 的权威。
    • 增加大量威望(prestige_severe_bonus)。
    • 增加少量稳定度(stability_mild_bonus)。
    • 为国家添加修正 jap_punitive_authority,持续 25 年。

背景介绍: 在室町幕府早期,将军与地方守护大名之间的关系充满张力。为了巩固中央权威,幕府有时需要采取强硬措施,惩罚不服从或挑战幕府统治的地方势力。此类惩罚性行动旨在震慑其他大名,强化将军的统治合法性,并逐步建立起一套以幕府为中心的权威体系。

完整事件代码

flavor_jap.123 = { # Growth of Punitive Authority
	type = country_event
	title = flavor_jap.123.title
	desc = flavor_jap.123.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1365.1.1
		to = 1405.1.1
		monthly_chance = 50
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_ruler = yes
		has_variable = jap_growth_of_punitive_actions
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
	}

	option = { # Shugo lords will learn to be more careful of [our_ruler.GetName]'s authority.
		name = flavor_jap.123.a
		historical_option = yes
		add_prestige = prestige_severe_bonus
		add_stability = stability_mild_bonus
		add_country_modifier = { modifier = jap_punitive_authority years = 25 mode = add }
	}
}