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.181] 高师直拒绝任命

时间范围
事件为一次性触发(fire_only_once = yes),无明确起止日期。

触发条件

  • 国家为日本(For Japan
  • 事件为一次性触发,满足条件后仅发生一次

关键效果

  • 选项:但愿这位官员能维持好职务flavor_jap.181.a
    • 为目标角色添加修正 jap_shitsuji_deputy(持续时间:永久)
    • 国家威望轻微下降(add_prestige = prestige_mild_penalty
    • 国家添加修正 jap_lower_court_shitsuji,持续10年

背景介绍
该事件模拟了日本历史上高师直(Kō no Moronao)拒绝任命的情境。高师直是南北朝时期的重要武将,曾效力于足利尊氏。事件反映了当时武家政权内部职务任免的复杂性,以及官员拒绝任命可能对朝廷威信和行政效率造成的负面影响。玩家需要处理这一人事危机,并承担相应的政治后果。

完整事件代码

flavor_jap.181 = { # Ko no Moronao Declines Appointment # For Japan
	type = country_event
	title = flavor_jap.181.title
	desc = flavor_jap.181.desc

	fire_only_once = yes

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = our_ruler
		}
		character:jap_kou_no_moronao ?= { save_scope_as = kou_no_moronao }
		create_character = {
			adm = { 20 33 }
			dip = { 20 33 }
			mil = { 20 33 }
			min_age = 35
			save_scope_as = target_character
		}
	}

	option = { # Let us hope the official can maintain the office
		name = flavor_jap.181.a
		scope:target_character = {
			add_character_modifier = {
				modifier = jap_shitsuji_deputy
				years = -1
				mode = add
			}
		}
		add_prestige = prestige_mild_penalty
		add_country_modifier = { modifier = jap_lower_court_shitsuji years = 10 mode = add }
	}
}