
AcciónCambiado en esta versión
Limitar autonomía de los clanes
Los clanes se están escapando de nuestro control y actúan al margen de nuestra autoridad. Debemos obligarlos a cumplir y seguir las directivas del Sogunato japonés.
Rebelde ante la autoridad del SogúnCasus belliselect trigger 2
Sogunato japonésOrganización internacionalpotential, select trigger 2
Sengoku JidaiSituaciónselect trigger 1Definiciónin_game/common/generic_actions/sengoku.txt:323
324icon = sengoku_attempt_imperial_restoration
325type = situation
326potential = {
327scope:actor ?= {
}
}
331allow = {
332scope:actor ?= {
333at_war = no
}
}
337cooldown = {
338type = sengoku_limit_clans_autonomy
339months = 6
}
342automation_tick = never
343automation_tick_frequency = 12
345ai_tick = monthly
346ai_tick_frequency = 6
348price = price:sengoku_limit_clans_autonomy
350select_trigger = {
351looking_for_a = situation
352target_flag = recipient
353name = "choose_situation" Elige la Situation:
354column = {
355data = name
}
}
363select_trigger = {
364looking_for_a = country
365target_flag = target_country
366name = "choose_country" Elige el Country:
367none_available_msg_key = "no_valid_countries"
368default_sort = select_target_acceptance_total
369column = {
370data = name
}
372column = {
373data = select_target_acceptance_total
}
375visible = {
377this != scope:actor
378NOT = {
379has_casus_belli_of_type_on = {
379target = scope:actor
}
}
381num_locations < 5
382country_type = location
}
}
392ai_will_do = {
395add = {
396value = 20
397desc = BASE_VALUE
}
400if = {
401limit = {
401exists = scope:target_country
}
402add = {
403value = "scope:actor.opinion(scope:target_country)"
404multiply = -0.1
}
}
}
409ai_acceptance = {
411add = {
412value = 0.5
413desc = SENGOKU_BASE_ACCEPTANCE_CHANCE Probabilidad base
}
415add = {
416value = "scope:target_country.opinion(scope:actor)"
417multiply = 0.0015
418desc = OPINION_OF_ACTOR Opinión de Actor
}
420add = {
421value = scope:actor.modifier:diplomatic_reputation
422multiply = 0.005
423min = -0.15
424max = 0.15
425desc = DIPLOMATIC_REPUTATION Reputación diplomática
}
427min = 0
428max = 1
}