monsters
v2.0.0
Published
A collection of monsters.
Downloads
19
Readme
monsters
This module is a collection of monsters.
Installation
npm install monsters
Usage
var monsters = require('monsters');
monsters
will be an object of which each key will be a category of monsters. The values will be monster names.
Current categories:
- monsters
- animals
- vermin
You can also use the JSON file at data/srd-monsters.json
directly.
License
The SRD monster list is under the Open Game License.
The rest is under public domain.