mirror of
https://github.com/DungeonPaper/dungeon_world_data.git
synced 2026-05-18 02:08:58 +00:00
Update README.md
This commit is contained in:
@@ -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. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user