
Action
Révoquer le Siège de Shugo
Le statut de Shugo d'une province permet à une famille d'y accumuler une certaine d'influence, mais il peut être révoqué pour éviter qu'elle ne devienne trop imbue d'elle-même dans sa position.
KokufuBâtimenteffect, select trigger 2
Shogunat japonaisOrganisation internationaleallow, potential, select trigger 1
Commissionnements aux postesPolitiqueallowDéfinitionin_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" Sélectionner l'Organisation internationale :
171column = {
172data = name
}
174visible = {
}
}
179select_trigger = {
180looking_for_a = location
181source = recipient
182target_flag = target_location
183name = "choose_province" Choisir une 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 Ils resteront Shugo-Daimyō d'autres provinces.
}
}
231destroy_building = "building(building_type:kokufu|scope:target)"
}
}
234else = {
235custom_tooltip = revoke_shugo_office_effect_tt Nous allons révoquer le gouvernorat de la province en annulant leur Kokufu. Cela leur donnera Opinion Revoked Shugo Office d'Opinion de nous et le Casus belli Se rebeller contre l'autorité du Shogun. Ils cesseront d'être un Shugo-Daimyō s'il s'agit de leur seul Siège de Shugo.
}
}
239ai_will_do = {
240if = {
241limit = {
241exists = scope:target
}
242add = {
243desc = "game_concept_opinion"
244value = "scope:actor.opinion(scope:target)"
245multiply = -1
}
}
}