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.112 强力氏族加入管领评议会

时间范围: 1362.1.1 - 1399.1.1 触发概率: 每月 10% 概率

触发条件:

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有变量 jap_integrating_the_shugo
  • 国家 HSK 存在。
  • 国家 SBA 存在。
  • 国家 HTK 存在。

关键效果:

  • 选项 A:授予他们在评议会中的显赫席位。 (历史选项)

    • 获得少量威望加成。
    • 获得少量正统性加成。
    • HSKSBAHTK 三国执行以下操作:
      • 添加国家修正 jap_senior_kanrei_clan_member,持续 20 年。
      • 添加对 JAP 国的观点修正 jap_on_kanrei_council
      • 设置变量 jap_founding_kanrei_member,持续 175 年。
  • 选项 B:削弱他们的权力。

    • 获得少量稳定性惩罚。
    • 获得大量威望加成。
    • HSKSBAHTK 三国执行以下操作:
      • 添加国家修正 jap_senior_kanrei_clan_member_weakened,持续 20 年。
      • 添加对 JAP 国的观点修正 jap_on_kanrei_council_weak_authority

背景介绍: 在室町幕府早期,幕府将军为了巩固统治并管理庞大的守护大名体系,设立了“管领”一职,作为将军的副手和最高行政长官。此事件模拟了幕府将几个最具影响力的强力守护氏族(如细川氏、斯波氏、畠山氏)正式纳入管领导层核心决策圈的历史进程。这一举措旨在通过授予他们显赫地位来换取他们的忠诚与合作,从而加强幕府的中央权威,但同时也意味着与这些地方实力派分享权力。

完整事件代码:

flavor_jap.112 = { # Inclusion of Powerful clans to the Kanrei Council
	type = country_event
	title = flavor_jap.112.title
	desc = flavor_jap.112.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1362.1.1
		to = 1399.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		has_ruler = yes
		at_war = no
		has_variable = jap_integrating_the_shugo
		country_exists = c:HSK
		country_exists = c:SBA
		country_exists = c:HTK
	}

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

	option = { # Grant them a prominent seat within the council.
		name = flavor_jap.112.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		c:HSK ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council }
			set_variable = { name = jap_founding_kanrei_member years = 175 }
		}
		c:SBA ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council }
			set_variable = { name = jap_founding_kanrei_member years = 175 }
		}
		c:HTK ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council }
			set_variable = { name = jap_founding_kanrei_member years = 175 }
		}
	}
	option = { # Scale back their authority
		name = flavor_jap.112.b
		add_stability = stability_weak_penalty
		add_prestige = prestige_extreme_bonus
		c:HSK ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member_weakened years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council_weak_authority }
		}
		c:SBA ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member_weakened years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council_weak_authority }
		}
		c:HTK ?= {
			add_country_modifier = { modifier = jap_senior_kanrei_clan_member_weakened years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_on_kanrei_council_weak_authority }
		}
	}

	after = {
		set_variable = { name = kanrei_council_shugo_dominant_family years = 30 }
	}
}