Formula

CommonFun.calcBuff_3500

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_IMPERIAL_ARMOR or Ring1 == 142077_IMPERIAL_ARMOR_1 then
    A = 100
  end
  return A
end