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.114] 侍所设立

时间范围:1369.1.1 - 1405.1.1(每月 10% 概率触发)

触发条件

  • 国家必须拥有统治者。
  • 国家必须拥有变量 jap_integrating_the_shugo
  • 国家必须拥有变量 jap_shukuro_kaigi_expanded_clans
  • 国家必须拥有政府改革 shogunate_kanrei_council
  • 国家 IMG 必须存在。
  • 在国际组织 japanese_shogunate 中:
    • 国家 IMG 必须拥有特殊地位 shugo_daimyo
    • 至少存在一个其他组织成员(非 IMG),该成员:
      • 未处于战争状态。
      • 不是附属国。
      • 未与事件触发国(root)处于战争状态。
      • 未与事件触发国(root)处于停战状态。
      • 在该国际组织中拥有特殊地位 shugo_daimyo

关键效果

  • 选项 A:侍所将在全日本打击犯罪。

    • 标记为 历史选项
    • 获得少量威望加成。
    • 获得少量稳定度加成。
    • 为国家添加持续30年的修正 jap_board_of_retainers
    • IMG 国家:
      • 添加持续20年的修正 jap_samurai_dokoro_holder
      • 添加对 JAP 国的观点修正 jap_granted_office_of_samurai_dokoro
  • 选项 B:利用对该官职的更大权力。

    • 获得大量威望加成。
    • 获得少量正统性惩罚。
    • 获得微弱稳定度惩罚。
    • 为国家添加持续50年的修正 jap_board_of_retainers
    • replacement_clan(触发时随机选择的一个符合条件的守护大名):
      • 添加持续20年的修正 jap_samurai_dokoro_holder
      • 添加对 JAP 国的观点修正 jap_granted_office_of_samurai_dokoro

背景介绍: 在室町幕府早期,为了加强对各地守护大名的控制并维护中央权威,幕府设立了“侍所”这一机构。侍所主要负责京都的治安、军事警备以及对武士的统辖,是幕府重要的军事与警察机关。此事件反映了幕府将军尝试通过设立或调整侍所的领导权,来平衡与强化对各地武士集团的管理。

完整事件代码

flavor_jap.114 = { # Samurai-Dokoro #Board of Retainers
	type = country_event
	title = flavor_jap.114.title
	desc = flavor_jap.114.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = JAP
		from = 1369.1.1
		to = 1405.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		has_ruler = yes
		has_variable = jap_integrating_the_shugo
		has_variable = jap_shukuro_kaigi_expanded_clans
		has_reform = government_reform:shogunate_kanrei_council
		country_exists = c:IMG
		international_organization:japanese_shogunate ?= {
			country_has_special_status = {
				type = special_status:shugo_daimyo
				country = c:IMG
			}
			any_international_organization_member = {
				NOT = { tag = IMG }
				at_war = no
				is_subject = no
				NOT = { is_at_war_with = root }
				NOT = { has_truce_with = root }
				has_special_status_in_international_organization = {
					type = special_status:shugo_daimyo
					international_organization = international_organization:japanese_shogunate
				}
			}
		}
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
		international_organization:japanese_shogunate ?= {
			random_international_organization_member = {
				limit = {
					is_subject = no
					NOT = { is_at_war_with = root }
					NOT = { has_truce_with = root }
					NOT = { tag = IMG }
					has_special_status_in_international_organization = {
						type = special_status:shugo_daimyo
						international_organization = international_organization:japanese_shogunate
					}
				}
				save_scope_as = replacement_clan
			}
		}
	}

	option = { # The Samurai-Dokoro shall clamp down on crime throughout Japan.
		name = flavor_jap.114.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		add_stability = stability_mild_bonus
		add_country_modifier = { modifier = jap_board_of_retainers years = 30 mode = add }
		c:IMG ?= {
			add_country_modifier = { modifier = jap_samurai_dokoro_holder years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_granted_office_of_samurai_dokoro }
		}
	}
	option = { # Leverage greater authority over the office.
		name = flavor_jap.114.b
		add_prestige = prestige_severe_bonus
		add_legitimacy = legitimacy_mild_penalty
		add_stability = stability_weak_penalty
		add_country_modifier = { modifier = jap_board_of_retainers years = 50 mode = add }
		scope:replacement_clan = {
			add_country_modifier = { modifier = jap_samurai_dokoro_holder years = 20 mode = add }
			add_opinion = { target = c:JAP modifier = jap_granted_office_of_samurai_dokoro }
		}
	}
}