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.101 足利尊氏被任命为征夷大将军

时间范围:1338.1.1 - 1339.1.1(每月 100% 概率)

触发条件

  • 国家拥有统治者。
  • 角色 jap_ashikaga_takauji(足利尊氏)必须:
    • 存活。
    • 为国家 JAP 所有。
    • 是统治者。
  • 角色 jap_koumyou_tenno(光明天皇)必须存活。

关键效果

  • 历史选项:将权力巩固到 <north_court_monarch> 符合日本的利益。
    • 获得巨量威望加成 (add_prestige = prestige_extreme_bonus)。
    • 为国家添加持续10年的修正 jap_proclamation_of_ashikaga_shogunate

背景介绍: 此事件模拟了日本南北朝时期的关键转折点。1338年,在击败后醍醐天皇的南朝势力后,足利尊氏获得了由光明天皇(北朝)册封的征夷大将军称号,正式建立了室町幕府。这标志着日本政治权力从天皇朝廷向武士幕府的决定性转移,开启了室町时代,并确立了南北朝对立的格局。

完整事件代码

flavor_jap.101 = { # Proclamation of Takauji as Shogun
	type = country_event
	title = flavor_jap.101.title
	desc = flavor_jap.101.desc
	image = "gfx/interface/illustrations/international_organization_types/japanese_shogunate.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1338.1.1
		to = 1339.1.1
		monthly_chance = 100
	}

	trigger = {
		has_ruler = yes
		character:jap_ashikaga_takauji ?= {
			is_alive = yes
			owner = c:JAP
			is_ruler = yes
		}
		character:jap_koumyou_tenno ?= {
			is_alive = yes
		}
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
		character:jap_koumyou_tenno ?= { save_scope_as = koumyou }
		character:jap_go_daigo_tenno ?= { save_scope_as = go_daigo }
	}

	option = { # It would be in Japan's interest to conslidate power to <north_court_monarch>
		name = flavor_jap.101.a
		historical_option = yes
		add_prestige = prestige_extreme_bonus
		add_country_modifier = { modifier = jap_proclamation_of_ashikaga_shogunate years = 10 mode = add }
	}
}