Update README.md

This commit is contained in:
Chen Asraf
2020-06-17 02:07:01 +03:00
committed by GitHub
parent ac64bc6b02
commit a3d6cb8d54

View File

@@ -18,11 +18,9 @@ There is more information in the doc directory.
| ---- | ---- | ----------- |
| basicMoves | `List<Move>` | Dungeon World's basic moves, such as Hack & Slash, Defy Danger, etc. |
| specialMoves | `List<Move>` | Dungeon World's special moves, such as Make Camp, Take Watch, etc. |
| classes | `List<PlayerClass>` | All of Dungeon World's classes, plus some homebrews.
See `PlayerClass` class for a full description of the usable properties. |
| classes | `List<PlayerClass>` | All of Dungeon World's classes, plus some homebrews. See `PlayerClass` class for a full description of the usable properties. |
| equipment | `List<Equipment>` | Dungeon World's main list of items. |
| spells | `List<Spell>` | Dungeon World's main spellbook list. Each class can have its own spells
list, see `PlayerClass` in the docs for more information. |
| spells | `List<Spell>` | Dungeon World's main spellbook list. Each class can have its own spells list, see `PlayerClass` in the docs for more information. |
| monsters | `List<Monster>` | Dungeon World's main monster list. |
| tags | `List<Tag>` | List of all basic tags, along with descriptions. |