not, the armor and def is 0
here
function onGetFormulaValues0(player, skill, attack, factor)
local min = (skill + attack * 0.09) + 0
local max = (skill + attack * 0.09) + 0
return -min, -max
end
my sword skill 18 atk 115 so this must be 18 + 115 =133 * 0.09 = 11.97 but my dmg is...