CommonFun

calcDamage / calcBuff explorer

1 formulas listed.

CommonFun.calcBuff_350010 mapped buffs · 1 skills
function CommonFun.calcBuff_3500(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local Ring1 = srcUser:GetEquipedID(2)
  if Ring1 == 42077 or Ring1 == 142077 then
    A = 100
  end
  return A
end