
ДействиеИзменено в этой версии
Просьба о заложнике
Мы можем попросить клан отправить к нам одного из членов семьи в качестве заложника, чтобы укрепить узы с ним.
Японский сёгунатМеждународное объединениеpotential, select trigger 2
Период СэнгокуСитуацияselect trigger 1hostage_character_countryПеременнаяselect trigger 3sengoku_has_hostage_candidateПеременнаяselect trigger 2Определениеin_game/common/generic_actions/sengoku.txt:818
819type = situation
820potential = {
821scope:actor ?= {
}
}
825allow = {
826scope:actor ?= {
827at_war = no
}
}
831cooldown = {
832type = sengoku_ask_for_hostage
833months = 6
}
836automation_tick = never
837automation_tick_frequency = 12
839ai_tick = monthly
840ai_tick_frequency = 12
842price = price:sengoku_ask_for_hostage
844select_trigger = {
845looking_for_a = situation
846target_flag = recipient
847name = "choose_situation" Выберите Concept:
848column = {
849data = name
}
}
857select_trigger = {
858looking_for_a = country
859target_flag = target_country
860name = "choose_country" Выберите Concept:
861none_available_msg_key = "no_valid_countries"
862default_sort = select_target_acceptance_total
863column = {
864data = name
}
866column = {
867data = select_target_acceptance_total
}
869interaction_source_list = {
871every_international_organization_member = {
872add_to_list = source
}
}
}
876cache_interaction_source_list = yes
877visible = {
878this != scope:actor
879at_war = no
881NOT = {
882has_trust = {
882modifier = trust_offered_hostage
882target = scope:actor
}
883has_opinion = {
883modifier = opinion_offered_hostage
883target = scope:actor
}
}
}
}
888select_trigger = {
889looking_for_a = character
890source = target_country
891target_flag = target_character
892name = "choose_character" Выберите Concept:
893none_available_msg_key = "no_valid_characters"
894column = {
895data = name
}
898interaction_source_list = {
899scope:target_country = {
900ruler ?= {
901every_close_relative = {
902add_to_list = source
}
}
}
}
907visible = {
909owner ?= scope:target_country
910is_ruler = no
911OR = {
912is_adult = no
913AND = {
914is_female = yes
915is_married = no
}
}
}
}
921effect = {
922if = {
923limit = {
924exists = scope:target_country
925exists = scope:target_character
}
}
}
932ai_will_do = {
933add = 1
}
936ai_acceptance = {
938add = {
939value = 0.5
940desc = SENGOKU_BASE_ACCEPTANCE_CHANCE Базовая вероятность
}
942add = {
943value = "scope:target_country.opinion(scope:actor)"
944multiply = 0.0015
945desc = OPINION_OF_ACTOR Concept Predlog Obo CL PREP
}
947add = {
948value = scope:actor.modifier:diplomatic_reputation
949multiply = 0.005
950min = -0.15
951max = 0.15
952desc = DIPLOMATIC_REPUTATION Дипломатическая репутация
}
954min = 0
955max = 1
}