mirror of
https://github.com/DungeonPaper/dungeon_world_data.git
synced 2026-05-18 02:08:58 +00:00
c0ef9893ce28786344beb25845fcfd9f12b06298
Dungeon World Data
This dart package contains data for Dungeon World, such as classes, moves, spells, equipment, etc.
How to install
First, add to your pubspec:
dependencies:
..
dungeon_world_data: ^1.0.0
After importing, access dungeonWorld to access the entire data structure.
There is more information in the doc directory.
Available data
Map<String, Move>movesList<Move>basicMovesList<Move>specialMovesMap<String, PlayerClass>classesMap<String, Equipment>equipmentMap<String, Spell>spellsMap<String, Monster>monstersMap<String, Tag>tags
There is also a Dice class, with simple dice rolling functionality for your use.
Credits
Credits to ~vindexus who created https://www.npmjs.com/package/dungeonworld-data. The data is from there, this package simply wraps it up for Dart.
Contributing
- Make your changes
- Make a PR, explain what your changes do, what could break.
- ???
- Profit!
Languages
Dart
99.6%
TypeScript
0.4%