
AktionIn dieser Version geändert
Um Geisel bitten
Wir können einen anderen Clan darum bitten, uns eines ihrer Familienmitglieder als Geisel zu übergeben, um unsere Beziehungen zu ihnen zu stärken.
Japanisches ShogunatZusammenschlusspotential, select trigger 2
Sengoku JidaiSituationselect trigger 1hostage_character_countryVariableselect trigger 3sengoku_has_hostage_candidateVariableselect trigger 2Definitionin_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" Die Situation wählen:
848column = {
849data = name
}
}
857select_trigger = {
858looking_for_a = country
859target_flag = target_country
860name = "choose_country" Das Land wählen:
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" Den Charakter wählen:
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 Grundwahrscheinlichkeit
}
942add = {
943value = "scope:target_country.opinion(scope:actor)"
944multiply = 0.0015
945desc = OPINION_OF_ACTOR Meinung von „Actor“
}
947add = {
948value = scope:actor.modifier:diplomatic_reputation
949multiply = 0.005
950min = -0.15
951max = 0.15
952desc = DIPLOMATIC_REPUTATION Diplomatieruf
}
954min = 0
955max = 1
}