fixed a missing parenthesis, added baseline non encrypted tables from tadb, added function for loading tables from file without kv or encryption
This commit is contained in:
@@ -112,6 +112,6 @@ function public:GetModifierOverrideAbilitySpecialValue( params )
|
||||
elseif abilityName == "thtd_minoriko_02" then
|
||||
-- local bonus = math.max(0, math.floor((self:GetParent():GetPhysicalArmorBaseValue() - 100)/50))
|
||||
-- return params.ability:GetLevelSpecialValueNoOverride(valueName, specialLevel) + power_bonus[abilityName][level][valueName] + bonus
|
||||
return math.floor(params.ability:GetLevelSpecialValueNoOverride(valueName, specialLevel) + power_bonus[abilityName][level][valueName]
|
||||
return math.floor(params.ability:GetLevelSpecialValueNoOverride(valueName, specialLevel) + power_bonus[abilityName][level][valueName])
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user