dw-data
v3.0.4
Published
This NPM package contains data for Dungeon World, such as classes, moves, spells, equipment, etc.
Downloads
12
Readme
Dungeon World Data
This NPM package contains data for Dungeon World, such as classes, moves, spells, equipment, etc.
Homebew classes included:
- Immolator
- Barbarian.
How to use
Import the default to access the entire data structure.
import dungeonWorld from "dw-data"
// or
const dungeonWorld = require("dw-data")
Available data
| Name | Type |
| ------------------ | -------------------------------- |
| characterClasses
| Record<string, CharacterClass>
|
| items
| Record<string, Item>
|
| moves
| Record<string, Move>
|
| races
| Record<string, Race>
|
| spells
| Record<string, Spell>
|
| monsters
| Record<string, Monster>
|
| tags
| Record<string, Tag>
|
Credits
Credits to ~vindexus who created https://www.npmjs.com/package/dungeonworld-data. The original data is from there and this is a direct export from the Dart variation, with a modified data set.
Contributing
I am developing this package on my free time, so any support, whether code, issues, or just stars is very helpful to sustaining its life. If you are feeling incredibly generous and would like to donate just a small amount to help sustain this project, I would be very very thankful!
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature, don't hesitate to open an appropriate issue and I will do my best to reply promptly.
Code Contributors
- Make your changes
- Make a PR, explain what your changes do, what could break.
- ???
- Profit!