Valor de Script
hegemon_demand_base_acceptance
Definiçãoin_game/common/script_values/diplomatic_values.txt:74
75subtract = {
76desc = "DIPLOREASON_BAD_FOR_US" Ruim para Nós
77value = 100
}
79add = {
80desc = "DIPLOREASON_THREATENED_BY_ACTOR" Ameaçados por nós
81value = "scope:actor.threat_level_to(scope:recipient)"
82multiply = 4
}
84add = {
85desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" Reputação Diplomática
86value = "scope:actor.modifier:diplomatic_reputation"
87multiply = 3
}