summaryrefslogtreecommitdiff
path: root/items.xsd
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-08-25 22:36:51 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-08-25 22:36:51 +0000
commitb3ac24884972cde61dea0845eb5deba156067fc5 (patch)
treefb9809cb4eacd2be925fc9f88c37b7c5d71f1ff3 /items.xsd
parentb4dbc5920ad64ea1da139e05242a65c07f416b2f (diff)
downloadclientdata-b3ac24884972cde61dea0845eb5deba156067fc5.tar.gz
clientdata-b3ac24884972cde61dea0845eb5deba156067fc5.tar.bz2
clientdata-b3ac24884972cde61dea0845eb5deba156067fc5.tar.xz
clientdata-b3ac24884972cde61dea0845eb5deba156067fc5.zip
Added items effect description support. TODO: Display it in buy/sell/inventory/equip windows.
Diffstat (limited to 'items.xsd')
-rw-r--r--items.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/items.xsd b/items.xsd
index 407182cc..0f5ed91b 100644
--- a/items.xsd
+++ b/items.xsd
@@ -22,6 +22,7 @@
<xsd:extension base="xsd:string">
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="description" type="xsd:string" />
+ <xsd:attribute name="effect" type="xsd:string" />
<xsd:attribute name="id" type="xsd:positiveInteger" />
<xsd:attribute name="image" type="xsd:positiveInteger" />
<xsd:attribute name="art" type="mw_ItemArtType" />