summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-15 12:00:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-15 12:00:24 -0300
commit0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe (patch)
treec0219ecc5ca207ea05febaa44ab5b6e68fc5ea9d /testxml
parent9e4f2dd38ef405bfb769e8fb92cfcec97341a4cd (diff)
downloadtools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.gz
tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.bz2
tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.xz
tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.zip
Add a few missing fields to testxml
Diffstat (limited to 'testxml')
-rw-r--r--testxml/xsd/tmw.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 4285fb3..3e69845 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -941,6 +941,11 @@
<xs:attribute name="mdefense" type="xs:string" use="optional"/>
<xs:attribute name="hp" type="xs:string" use="optional"/>
<xs:attribute name="mp" type="xs:string" use="optional"/>
+ <xs:attribute name="hprecovery" type="xs:string" use="optional"/>
+ <xs:attribute name="sprecovery" type="xs:string" use="optional"/>
+ <xs:attribute name="money" type="xs:string" use="optional"/>
+ <xs:attribute name="exp" type="xs:string" use="optional"/>
+ <xs:attribute name="hit" type="xs:string" use="optional"/>
<xs:attribute name="level" type="xs:string" use="optional"/>
<xs:attribute name="speed" type="xs:string" use="optional"/>
<xs:attribute name="range" type="xs:string" use="optional"/>