
Acción
Revocar cargo de shugo
El cargo de shugo de una provincia permite a una familia acumular bastante poder e influencia en ella, pero puede revocarse para evitar que se vuelvan demasiado arrogantes.
KokufuEdificioeffect, select trigger 2
Sogunato japonésOrganización internacionalallow, potential, select trigger 1
Puestos designadosPolíticaallowDefiniciónin_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" Elige la International Organization:
171column = {
172data = name
}
174visible = {
}
}
179select_trigger = {
180looking_for_a = location
181source = recipient
182target_flag = target_location
183name = "choose_province" Elegir una 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 Seguirán siendo un Daimio del shugo de otras provincias
}
}
231destroy_building = "building(building_type:kokufu|scope:target)"
}
}
234else = {
235custom_tooltip = revoke_shugo_office_effect_tt Revocaremos la gobernatura de la provincia al cerrar su Kokufu, lo que les dará Opinion Revoked Shugo Office de Opinion hacia nosotros y el Casus Belli de Rebelde ante la autoridad del Sogún, y dejarán de ser un Daimio del shugo si es su único cargo de shugo.
}
}
239ai_will_do = {
240if = {
241limit = {
241exists = scope:target
}
242add = {
243desc = "game_concept_opinion"
244value = "scope:actor.opinion(scope:target)"
245multiply = -1
}
}
}