Script Value
hre_default_diplo_action_acceptance
Definitionin_game/common/script_values/hre_action_values.txt:92
93if = {
95add = {
96desc = "game_concept_alliance" Alliance
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" War Enemy
119value = -100
}
}
122add = {
123desc = "DIPLOMATIC_REPUTATION" Diplomatic Reputation
124value = {
125value = scope:actor.modifier:diplomatic_reputation
126multiply = 3
}
}
129add = {
130desc = "CURRENT_PRESTIGE" Current Prestige
131value = scope:actor.prestige
}
133add = {
134desc = "THEIR_OPINION_TOOLTIP" Their opinion of us
135value = "scope:recipient.opinion(scope:actor)"
136divide = 4
}
138if = {
139limit = {
139scope:actor.culture.language = scope:recipient.culture.language
}
140add = {
141desc = "UPKEEP_SAME_LANGUAGE" Same Language
142value = 25
}
}