diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-15 12:00:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 12:00:24 -0300 |
commit | 0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe (patch) | |
tree | c0219ecc5ca207ea05febaa44ab5b6e68fc5ea9d | |
parent | 9e4f2dd38ef405bfb769e8fb92cfcec97341a4cd (diff) | |
download | tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.gz tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.bz2 tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.tar.xz tools-0bf08d70b161c6666205be8be1e6ff7bc9b7d2fe.zip |
Add a few missing fields to testxml
-rw-r--r-- | testxml/xsd/tmw.xsd | 5 |
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"/> |