node-dofus-data

0.0.2 • Public • Published

node-dofus-data

NPM version Build Status Try it on gitpod

expose Dofus data in NodeJS

Features

  • Game actions
  • Cell types
  • Maps
  • Items (positions)
  • Official servers
  • Character orientation

Example

const dofusData = require('node-dofus-data')('official_130')
 
console.log(dofusData.gameActions.server.lifeChange)
console.log(dofusData.cellTypes.teleportCell)
console.log(dofusData.maps[5])
console.log(dofusData.mapsArray.find(e => e.id === 5))

Readme

Keywords

none

Package Sidebar

Install

npm i node-dofus-data

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

37.5 MB

Total Files

16872

Last publish

Collaborators

  • louis030195