Formula

CommonFun.calcBuff_4450

function CommonFun.calcBuff_4450(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local Ring1 = srcUser:GetEquipedID(7_WEAPON)
  if Ring1 == 62840_WISHING_STAR_1 or Ring1 == 162840_WISHING_STAR_2 then
    A = 100
  end
  return A
end