Valor de script
hre_default_diplo_action_acceptance
Definiciónin_game/common/script_values/hre_action_values.txt:92
93if = {
95add = {
96desc = "game_concept_alliance" Alianza
97value = 20
}
}
100if = {
101limit = {
102scope:recipient = {
103is_rival_of = scope:actor
}
}
106add = {
107desc = "game_concept_rival" Rival
108value = -1000
}
}
111if = {
112limit = {
113scope:recipient = {
114is_enemy_of = scope:actor
}
}
117add = {
118desc = "game_concept_enemy" Enemigo de guerra
119value = -100
}
}
122add = {
123desc = "DIPLOMATIC_REPUTATION" Reputación diplomática
124value = {
125value = scope:actor.modifier:diplomatic_reputation
126multiply = 3
}
}
129add = {
130desc = "CURRENT_PRESTIGE" Prestigio actual
131value = scope:actor.prestige
}
133add = {
134desc = "THEIR_OPINION_TOOLTIP" Su opinión sobre nosotros
135value = "scope:recipient.opinion(scope:actor)"
136divide = 4
}
138if = {
139limit = {
139scope:actor.culture.language = scope:recipient.culture.language
}
140add = {
141desc = "UPKEEP_SAME_LANGUAGE" Mismo Language
142value = 25
}
}