[flavor_jap.111] 管领评定制
时间范围:1362.1.1 - 1399.1.1,每月 10% 概率触发
触发条件:
- 国家拥有统治者。
- 国家未处于战争状态。
- 国家拥有变量
jap_integrating_the_shugo。
关键效果:
- 选项 A (历史选项):此评议会将有助于将军加强对守护大名的权威。
- 解锁政府改革:
shogunate_kanrei_council。 - 添加政府改革:
shogunate_kanrei_council。
- 解锁政府改革:
背景介绍: 在室町幕府初期,为了加强对地方守护大名的控制与管理,幕府设立了“管领”一职,并逐渐发展出由管领领导的评定制。此事件模拟了幕府中央为整合守护势力、强化将军权威而建立这一行政与监督机制的历史进程。
完整事件代码:
flavor_jap.111 = { # Kanrei Council System
type = country_event
title = flavor_jap.111.title
desc = flavor_jap.111.desc
fire_only_once = yes
dynamic_historical_event = {
tag = JAP
from = 1362.1.1
to = 1399.1.1
monthly_chance = 10
}
illustration_tags = {
10 = regular
10 = interior
}
trigger = {
has_ruler = yes
at_war = no
has_variable = jap_integrating_the_shugo
}
immediate = {
ruler ?= {
save_scope_as = our_ruler
}
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = { # This council shall help aid the Shogun authority over the Shugo lords
name = flavor_jap.111.a
historical_option = yes
unlock_government_reform_effect = { type = shogunate_kanrei_council }
add_reform = government_reform:shogunate_kanrei_council
}
}