Chen Asraf 252fa47dcc fixes
2019-07-24 23:51:05 +03:00
2019-07-06 18:38:41 +03:00
2019-03-10 20:19:04 +02:00
2019-07-24 23:51:05 +03:00
2019-07-24 23:51:05 +03:00
2019-07-24 23:51:05 +03:00
2019-07-06 18:52:39 +03:00
2019-07-24 23:51:05 +03:00
2019-07-24 23:51:05 +03:00
2019-02-16 20:17:40 +02:00
2019-07-24 22:38:02 +03:00
2019-07-24 23:51:05 +03:00
2019-02-16 20:17:40 +02:00

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> moves
  • List<Move> basicMoves
  • List<Move> specialMoves
  • Map<String, PlayerClass> classes
  • Map<String, Equipment> equipment
  • Map<String, Spell> spells
  • Map<String, Monster> monsters
  • Map<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

  1. Make your changes
  2. Make a PR, explain what your changes do, what could break.
  3. ???
  4. Profit!
Description
Dart + NPM package with Dungeon World character, moves & other data
Readme MIT 14 MiB
Languages
Dart 99.6%
TypeScript 0.4%