
Action
Revoke Shugo Office
The position of Shugo of a province allows a family to amass quite a bit of power of influence there, but it can be revoked to avoid them becoming too contemptuous in their position.
KokufuBuildingeffect, select trigger 2
Japanese ShogunateInternational Organizationallow, potential, select trigger 1
Appointed PostsPolicyallowDefinitionin_game/common/generic_actions/japanese_shogunate.txt:136
137icon = become_shogun_from_imperial_court
138type = internationalorganization
140ai_tick = monthly
141ai_tick_frequency = 6
143automation_tick = never
144automation_tick_frequency = 12
145show_message_to_target = yes
147potential = {
149scope:actor = {
}
}
152allow = {
155leader_country ?= scope:actor
}
}
159price = price:revoke_shugo_office
161cooldown = {
162type = revoke_shugo_office
163years = 5
}
166select_trigger = {
167looking_for_a = international_organization
168source = actor
169target_flag = recipient
170name = "choose_international_organization" Choose the International Organization:
171column = {
172data = name
}
174visible = {
}
}
179select_trigger = {
180looking_for_a = location
181source = recipient
182target_flag = target_location
183name = "choose_province" Choose a Province
184none_available_msg_key = "no_provinces_available"
185column = {
186data = shugo_province_name
}
188source_global_list = shugo_capital_locations
189enabled = {
190any_buildings_in_location = {
192owner ?= {
193NOT = {
193is_at_war_with = scope:actor
}
}
}
}
}
200effect = {
201if = {
202limit = {
203exists = scope:target_location
}
205scope:target_location = {
206random_buildings_in_location = {
208owner = {
208save_scope_as = target
}
}
210scope:target = {
211add_opinion = {
211target = scope:actor
211modifier = opinion_revoked_shugo_office
}
212add_casus_belli = {
212target = scope:actor
}
213if = {
221international_organization_remove_special_status = {
223country = scope:target
}
}
}
227else = {
228custom_tooltip = still_shugo_daimyo_tt They will remain a Shugo Daimyō of other provinces
}
}
231destroy_building = "building(building_type:kokufu|scope:target)"
}
}
234else = {
235custom_tooltip = revoke_shugo_office_effect_tt We will revoke the governorship of the province by closing their Kokufu there, giving them Opinion Revoked Shugo Office Opinion of us and the Rebel Against the Shōgun Authority Casus Belli, and they will stop being a Shugo Daimyō if that is their only Shugo office
}
}
239ai_will_do = {
240if = {
241limit = {
241exists = scope:target
}
242add = {
243desc = "game_concept_opinion"
244value = "scope:actor.opinion(scope:target)"
245multiply = -1
}
}
}