3.0.4 • Published 6 months ago

dw-data v3.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

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

NameType
characterClassesRecord<string, CharacterClass>
itemsRecord<string, Item>
movesRecord<string, Move>
racesRecord<string, Race>
spellsRecord<string, Spell>
monstersRecord<string, Monster>
tagsRecord<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

  1. Make your changes
  2. Make a PR, explain what your changes do, what could break.
  3. ???
  4. Profit!
3.0.4

6 months ago

3.0.3

6 months ago

3.0.2

6 months ago

3.0.0-pre.27

9 months ago

3.0.0-pre.28

9 months ago

3.0.0-pre.25

9 months ago

3.0.0-pre.26

9 months ago

3.0.0-pre.18

2 years ago

3.0.0-pre.9

2 years ago

3.0.0-pre.19

2 years ago

3.0.0-pre.16

2 years ago

3.0.0-pre.7

2 years ago

3.0.0-pre.17

2 years ago

3.0.0-pre.8

2 years ago

3.0.0-pre.14

2 years ago

3.0.0-pre.15

2 years ago

3.0.0-pre.6

2 years ago

3.0.0-pre.12

2 years ago

3.0.0-pre.3

2 years ago

3.0.0-pre.13

2 years ago

3.0.0-pre.4

2 years ago

3.0.0-pre.10

2 years ago

3.0.0-pre.1

2 years ago

3.0.0-pre.11

2 years ago

3.0.0-pre.2

2 years ago

3.0.0-pre.20

2 years ago

3.0.0-pre.23

2 years ago

3.0.0-pre.24

2 years ago

3.0.0-pre.21

2 years ago

3.0.0-pre.22

2 years ago

1.0.15

3 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago