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

113 宿老会扩张(守护大名主导家族)

时间范围
1363.1.1 - 1399.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有统治者
  • 拥有变量 jap_integrating_the_shugo
  • 拥有变量 kanrei_council_shugo_dominant_family
  • 以下国家存在:
    • OUC
    • RKK
    • TKI
    • KGK

关键效果

  • 选项 A:将氏族纳入宿老会(历史选项)
    • 社会价值 aristocracy_vs_plutocracy 向左移动
    • 国家获得修正 jap_shukuro_kaigi_expansion(15 年)
    • OUCRKKTKIKGK 分别:
      • 添加修正 jap_kanrei_shukuro_kaigi_clan(20 年)
      • 添加对 JAP 的意见修正 jap_shukuro_kaigi_council_member
  • 选项 B:我们不能冒险进一步强化这些氏族
    • 增加合法性(轻度惩罚)
    • 增加稳定度(轻度增益)
    • 增加威望(轻度增益)

背景介绍
在室町幕府早期,将军试图通过宿老会(高级家臣会议)整合有势力的守护大名家族,以巩固中央权威并平衡地方势力。此事件反映了幕府将关键地方家族纳入中央决策体系的尝试,旨在加强幕府对地方大名的控制,但同时也可能增强这些家族在中央政治中的影响力。

完整事件代码

flavor_jap.113 = { # The Shukurō Kaigi Expansion (Expansion of the Senior vassal council)
	type = country_event
	title = flavor_jap.113.title
	desc = flavor_jap.113.desc

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

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_ruler = yes
		has_variable = jap_integrating_the_shugo
		has_variable = kanrei_council_shugo_dominant_family
		country_exists = c:OUC
		country_exists = c:RKK
		country_exists = c:TKI
		country_exists = c:KGK
	}

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

	option = { # Induct the clans into Shukurō Kaigi (Senior vassal council).
		name = flavor_jap.113.a
		historical_option = yes
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }
		add_country_modifier = { modifier = jap_shukuro_kaigi_expansion years = 15 mode = add }
		c:OUC ?= {
			add_country_modifier = { modifier = jap_kanrei_shukuro_kaigi_clan years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_shukuro_kaigi_council_member }
		}
		c:RKK ?= {
			add_country_modifier = { modifier = jap_kanrei_shukuro_kaigi_clan years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_shukuro_kaigi_council_member }
		}
		c:TKI ?= {
			add_country_modifier = { modifier = jap_kanrei_shukuro_kaigi_clan years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_shukuro_kaigi_council_member }
		}
		c:KGK ?= {
			add_country_modifier = { modifier = jap_kanrei_shukuro_kaigi_clan years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_shukuro_kaigi_council_member }
		}
	}
	option = { # We cannot risk strengthening these clans further.
		name = flavor_jap.113.b
		add_legitimacy = legitimacy_mild_penalty
		add_stability = stability_mild_bonus
		add_prestige = prestige_mild_bonus
	}

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