29 lines
668 B
Markdown
29 lines
668 B
Markdown
## Items
|
|
|
|
Items are objects that creatures can use, consume, or wear. An item definition must had the following parts, with additional parts DBS.
|
|
|
|
### Type
|
|
|
|
An Item should have a type indicating its use, it is ether Equippable or Consumable. Currency is not considered an Item and is DBS.
|
|
|
|
### Description
|
|
|
|
A description of the item.
|
|
|
|
### Stats
|
|
|
|
Stats indicate what an item does. Each stat is optional unless indicated otherwise.
|
|
|
|
- Damage
|
|
- Defense
|
|
- Effect
|
|
- Magic Type
|
|
|
|
### Example Item
|
|
|
|
Robes of Intelligence
|
|
Type: Equippable
|
|
Description: This robe seems to exudes the wisdom of those who have worn it before.
|
|
Stats:
|
|
- Effect: +1 to Intelligence until unequipped
|