Formula

CommonFun.calcBuff_4230

function CommonFun.calcBuff_4230(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Agi = srcUser:GetProperty("Agi")
  local A = math.floor(Agi / 20) / 100
  return A
end