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.135 土岐氏的违逆

时间范围:1389.1.1 - 1415.1.1(每月 12% 概率)

触发条件

  • 日本(JAP)拥有统治者。
  • 土岐国(c:TKI)存在。
  • 日本未处于战争状态。
  • 土岐国拥有至少9个外国建筑。

关键效果

  • 选项 A:必须约束土岐!
    • 历史选项:是
    • 效果:国家稳定度严重下降,获得对土岐国的“幕府重申权威”宣战理由,并立即使用该理由对土岐国宣战。
  • 选项 B:我们将不再追究此事
    • 效果:国家威望严重下降,国家稳定度轻微下降,统治合法性小幅提升。

背景介绍: 此事件模拟了室町幕府早期,地方守护大名土岐氏势力膨胀、挑战幕府权威的历史时刻。土岐氏在领地内大量修建外国建筑,被视为对幕府中央集权的直接挑衅。幕府将军面临抉择:是立即出兵镇压以儆效尤,还是暂时隐忍以避免冲突升级。

完整事件代码

flavor_jap.135 = { # Defiance of Toki
	type = country_event
	title = flavor_jap.135.title
	desc = flavor_jap.135.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1389.1.1
		to = 1415.1.1
		monthly_chance = 12
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		has_ruler = yes
		country_exists = c:TKI
		at_war = no
		c:TKI ?= {
			any_owned_foreign_building_location = {
				count >= 9
			}
		}
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
		c:TKI ?={
			save_scope_as = tki_country
			ruler_or_regent ?= {
				save_scope_as = tki_ruler
			}
		}
	}

	option = { # Toki must be reined in!
		name = flavor_jap.135.a
		historical_option = yes
		add_stability = stability_severe_penalty
		add_casus_belli = { target = c:TKI type = casus_belli:cb_shogunate_reassert_authority }
		declare_war_with_cb = { target = c:TKI type = casus_belli:cb_shogunate_reassert_authority }
	}
	option = { # We will pursue this matter no further
		name = flavor_jap.135.b
		add_prestige = prestige_severe_penalty
		add_stability = stability_weak_penalty
		add_legitimacy = legitimacy_mild_bonus
	}
}