CommonFun

calcDamage / calcBuff explorer

1 formulas listed.

CommonFun.calcBuff_3490148 mapped buffs · 7 skills
function CommonFun.calcBuff_3490(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local RefineLv = srcUser:GetEquipedRefineLv(7)
  local Ring1 = srcUser:GetEquipedID(7)
  if (Ring1 == 40047 or Ring1 == 140047) and 10 <= RefineLv then
    A = 100
  end
  return A
end