Script Value
hegemon_demand_base_acceptance
Definitionin_game/common/script_values/diplomatic_values.txt:74
75subtract = {
76desc = "DIPLOREASON_BAD_FOR_US" Bad for Us
77value = 100
}
79add = {
80desc = "DIPLOREASON_THREATENED_BY_ACTOR" Threatened by us
81value = "scope:actor.threat_level_to(scope:recipient)"
82multiply = 4
}
84add = {
85desc = "DIPLOREASON_DIPLOMATIC_REPUTATION" Diplomatic Reputation
86value = "scope:actor.modifier:diplomatic_reputation"
87multiply = 3
}