@@ -12,15 +12,17 @@ There is more information in the doc directory.
12
12
13
13
## Available data
14
14
15
- * ` List<Move> ` basicMoves - Dungeon World's basic moves, such as Hack & Slash, Defy Danger, etc.
16
- * ` List<Move> ` specialMoves - Dungeon World's special moves, such as Make Camp, Take Watch, etc.
17
- * ` List<PlayerClass> ` classes - All of Dungeon World's classes, plus some homebrews.
18
- See ` PlayerClass ` class for a full description of the usable properties.
19
- * ` List<Equipment> ` equipment - Dungeon World's main list of items.
20
- * ` List<Spell> ` spells - Dungeon World's main spellbook list. Each class can have its own spells
21
- list, see ` PlayerClass ` in the docs for more information.
22
- * ` List<Monster> ` monsters - Dungeon World's main monster list.
23
- * ` List<Tag> ` tags - List of all basic tags, along with descriptions.
15
+ | Name | Type | Description |
16
+ | ---- | ---- | ----------- |
17
+ | basicMoves | ` List<Move> ` | Dungeon World's basic moves, such as Hack & Slash, Defy Danger, etc. |
18
+ | specialMoves | ` List<Move> ` | Dungeon World's special moves, such as Make Camp, Take Watch, etc. |
19
+ | classes | ` List<PlayerClass> ` | All of Dungeon World's classes, plus some homebrews.
20
+ See ` PlayerClass ` class for a full description of the usable properties. |
21
+ | equipment | ` List<Equipment> ` | Dungeon World's main list of items. |
22
+ | spells | ` List<Spell> ` | Dungeon World's main spellbook list. Each class can have its own spells
23
+ list, see ` PlayerClass ` in the docs for more information. |
24
+ | monsters | ` List<Monster> ` | Dungeon World's main monster list. |
25
+ | tags | ` List<Tag> ` | List of all basic tags, along with descriptions. |
24
26
25
27
There is also a ` Dice ` class, with simple dice rolling functionality for your use.
26
28
@@ -32,6 +34,6 @@ The data is from there, this package simply wraps it up for Dart.
32
34
## Contributing
33
35
34
36
1 . Make your changes
35
- 1 . Make a PR, explain what your changes do, what could break .
36
- 1 . ???
37
+ 1 . Run tests, and add new tests if appropriate. Make sure nothing breaks .
38
+ 1 . Create a PR, explain what your changes do.
37
39
1 . Profit!
0 commit comments