Formula

CommonFun.calcAdventureGuideBaseExp

function CommonFun.calcAdventureGuideBaseExp(BaseLv)
  return 3024 * BaseLv
end