From cdfdfd785a9a142c914769f1de979bb187342d23 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Wed, 25 Jan 2023 19:45:18 -0700 Subject: [PATCH] ITEMS.md populated --- ITEMS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ITEMS.md b/ITEMS.md index 4cca6f0..a72727e 100644 --- a/ITEMS.md +++ b/ITEMS.md @@ -1 +1,28 @@ ## 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 Equipable 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 +- Defence +- Effect +- Magic Type + +### Example Item + +Robes of Intelegence +Type: Equipable +Description: This robe seems to exsude the wisdom of those who have warn it before. +Stats: +- Effect: +1 to Intelegence until unequipped