An open API service indexing awesome lists of open source software.

https://github.com/mrsteele/hellforge

A simple api service to fetch information on diablo 2 information
https://github.com/mrsteele/hellforge

Last synced: about 1 year ago
JSON representation

A simple api service to fetch information on diablo 2 information

Awesome Lists containing this project

README

          

# Hellforge API

This is an example, but useful for experimentation.

### Disclaimer

To get the most accurate information, we use data from the actua game files. These files are the intellectual property of *Blizzard Entertainment* and I take no credit for the contents of them.

### Live Site

This site is hosted in its entirety at https://hellforge.vercel.app.

### API Resources

The following is the beginnings of a list of things we may want to support in an API. Pretty much anything inside of the patchd2.mpq:
* Character Classes
* Skills
* Stats
* Items
* Quality
* Types
* Properties
* Monsters
* Waypoints
* Quests
* ...and many more

### Resources

* https://diablo2.diablowiki.net/Item_Generation_Tutorial - A list of where I could find ids for things if I needed them.
* https://github.com/fabd/diablo2/tree/master/code/d2_113_data - Some d2 data someone uploaded to Github.
* https://d2mods.info/forum/kb/index - An explanation of all the files and what they mean.
* https://user.xmission.com/~trevin/DiabloIIv1.09_Magic_Properties.shtml - All magic properties
* https://github.com/blizzhackers/d2data/blob/master/compile.js - A better compiler

### License

MIT