
ДействиеИзменено в этой версии
Призвание ко двору
Лидеры кланов игнорируют нашу власть. Мы должны призвать их ко двору, где сможем держать их под контролем, тогда как отказ подчиниться позволит обвинить клан в измене.
Мятеж против власти сёгунаПовод для войныselect trigger 2
Восстановление власти сёгунаПовод для войныselect trigger 2
Японский сёгунатМеждународное объединениеpotential, select trigger 2
Период СэнгокуСитуацияselect trigger 1Определениеin_game/common/generic_actions/sengoku.txt:432
433icon = sengoku_attempt_imperial_restoration
434type = situation
435potential = {
436scope:actor ?= {
}
}
440allow = {
441scope:actor ?= {
442at_war = no
}
}
446automation_tick = never
447automation_tick_frequency = 12
449ai_tick = monthly
450ai_tick_frequency = 6
452price = price:sengoku_summon_to_court
454cooldown = {
455type = sengoku_summon_to_court
456months = 6
}
459select_trigger = {
460looking_for_a = situation
461target_flag = recipient
462name = "choose_situation" Выберите Concept:
463column = {
464data = name
}
}
472select_trigger = {
473looking_for_a = country
474target_flag = target_country
475name = "choose_country" Выберите Concept:
476none_available_msg_key = "no_valid_countries"
477default_sort = select_target_acceptance_total
478column = {
479data = name
}
481column = {
482data = select_target_acceptance_total
}
484visible = {
486this != scope:actor
487scope:actor = {
488NOT = {
489has_casus_belli_of_type_on = {
489target = prev
}
}
}
492NOT = {
493has_casus_belli_of_type_on = {
493target = scope:actor
}
}
495at_war = no
496has_ruler = yes
}
}
506ai_will_do = {
509add = {
510value = 20
511desc = BASE_VALUE
}
514if = {
515limit = {
515exists = scope:target_country
}
516add = {
517value = "scope:actor.opinion(scope:target_country)"
518multiply = -0.1
}
}
}
523ai_acceptance = {
525add = {
526value = 0.5
527desc = SENGOKU_BASE_ACCEPTANCE_CHANCE Базовая вероятность
}
529add = {
530value = "scope:target_country.opinion(scope:actor)"
531multiply = 0.0015
532desc = OPINION_OF_ACTOR Concept Predlog Obo CL PREP
}
534add = {
535value = scope:actor.modifier:diplomatic_reputation
536multiply = 0.005
537min = -0.15
538max = 0.15
539desc = DIPLOMATIC_REPUTATION Дипломатическая репутация
}
541min = 0
542max = 1
}