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.102 任命高師直為執事

时间范围:1348.1.1 - 1360.1.1 (每月 25% 概率)

触发条件

  • 国家拥有统治者。
  • 人物 jap_kou_no_moronao (高師直) 存活。

关键效果

  • 选项 A: 授予他執事職位 (历史选项)
    • 触发事件 flavor_jap.180 (针对 C:KOU 标签)。
    • 若高氏接受任命:
      • 国家稳定性小幅下降。
      • 国家获得持续10年的修正 jap_moronao_shitsuji
    • 若高氏拒绝任命:
      • 国家威望小幅下降。
      • 国家获得持续10年的修正 jap_lower_court_shitsuji
      • 随机一名廷臣成为執事。
  • 选项 B: 避免賦予高氏權力
    • 国家稳定性小幅提升。
    • 国家威望大幅下降。

背景介绍: 此事件反映了日本南北朝时期(室町幕府早期)的政治斗争。高師直是足利尊氏的重要家臣,以其军事才能和强硬的政治手腕著称。任命他为“執事”(Shitsuji,一种高级行政官职)是足利尊氏巩固幕府统治、平衡朝廷与武家关系的关键决策,但也加剧了高氏与其他有力武士家族(如細川、斯波氏)的矛盾,为后来的觀應之亂埋下伏笔。

完整事件代码

flavor_jap.102 = { # Appointment of Ko no Moronao as Shitsuji
	type = country_event
	title = flavor_jap.102.title
	desc = flavor_jap.102.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = JAP
		from = 1348.1.1
		to = 1360.1.1
		monthly_chance = 25
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_ruler = yes
		character:jap_kou_no_moronao ?= {
			is_alive = yes
		}
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
		character:jap_kou_no_moronao ?= { save_scope_as = kou_no_moronao }
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate }
		#country_room = JAP
	}

	option = { # Grant him the office of Shitsuji
		name = flavor_jap.102.a
		historical_option = yes
		c:KOU ?= {
			trigger_event_non_silently = flavor_jap.180
		}
		custom_tooltip = jap_should_ko_clan_accept
		show_as_tooltip = {
			add_stability = stability_weak_penalty
			add_country_modifier = { modifier = jap_moronao_shitsuji years = 10 mode = add }
		}
		custom_tooltip = jap_should_ko_clan_decline
		show_as_tooltip = {
			add_prestige = prestige_mild_penalty
			add_country_modifier = { modifier = jap_lower_court_shitsuji years = 10 mode = add }
			custom_tooltip = jap_random_court_official_becomes_shitsuji
		}
	}
	option = { # Avoid empowering the Kō clan
		name = flavor_jap.102.b
		add_stability = stability_mild_bonus
		add_prestige = prestige_severe_penalty
		custom_tooltip = flavor_jap.102.b_tt
	}
}