
Interacción nacionalCambiado en esta versión
Pedir derechos ducales
Solicitaremos que nuestro Country Rank se eleve a Ducado.
Sacro Imperio RomanoOrganización internacionalpotentialDefiniciónin_game/common/country_interactions/hre.txt:1113
1114type = diplomacy
1115category = CATEGORY_HRE_ACTIONS
1116ai_limit_per_check = 1
1117potential = {
1118scope:actor = {
1120country_rank_level < 2
1121is_subject = no
}
}
1129select_trigger = {
1130looking_for_a = country
1131target_flag = recipient
1132name = "choose_country" Elige el Country:
1133column = {
1134data = name
}
1139enabled = {
}
}
1142effect = {
1143scope:actor = {
1145add_opinion = {
1146target = scope:recipient
1147modifier = opinion_elevated_country
}
}
}
1151ai_will_do = {
1152scope:actor = {
1152add = ai_spam_protection
}
1153add = {
1154desc = "TARGET_ACCEPTANCE"
1155value = "scope:actor.country_interaction_acceptance(country_interaction:ask_for_dukedom|scope:recipient)"
}
}
1158accept = {
1159subtract = {
1160desc = "VOTE_BASE_VALUE" Valor base
1161value = 100
}
1163if = {
1165add = {
1166desc = "game_concept_alliance" Alianza
1167value = 20
}
}
1170if = {
1171limit = {
1172scope:actor = {
1173is_rival_of = scope:recipient
}
}
1176add = {
1177desc = "game_concept_rival" Rival
1178value = -1000
}
}
1181if = {
1182limit = {
1183scope:actor = {
1184is_enemy_of = scope:recipient
}
}
1187add = {
1188desc = "game_concept_enemy" Enemigo de guerra
1189value = -100
}
}
1192add = {
1193desc = "DIPLOMATIC_REPUTATION" Reputación diplomática
1194value = {
1195value = scope:actor.modifier:diplomatic_reputation
1196multiply = 3
}
}
1199add = {
1200desc = "THEIR_OPINION_TOOLTIP" Su opinión sobre nosotros
1201value = "scope:recipient.opinion(scope:actor)"
}
1203if = {
1204limit = {
1204scope:actor.culture.language = scope:recipient.culture.language
}
1205add = {
1206desc = "UPKEEP_SAME_LANGUAGE" Mismo Language
1207value = 25
}
}
1210add = {
1211desc = "game_concept_trust" Confianza
1212scope:recipient = {
1213value = "trust(scope:actor)"
1214divide = 5
}
}
}