diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-24 13:37:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-24 13:37:12 -0300 |
commit | 86c1815195dc33e27a556199a1f30043214cfe27 (patch) | |
tree | d84d864e2cc92f53b94b25d848ff0e5b46a2a83f | |
parent | 3879d3ca1e63301c7110c1836dec60dc05c6c156 (diff) | |
download | tools-86c1815195dc33e27a556199a1f30043214cfe27.tar.gz tools-86c1815195dc33e27a556199a1f30043214cfe27.tar.bz2 tools-86c1815195dc33e27a556199a1f30043214cfe27.tar.xz tools-86c1815195dc33e27a556199a1f30043214cfe27.zip |
It was whinning, so fix it
-rw-r--r-- | testxml/xsd/tmw.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index a8b5cf2..543942e 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -965,6 +965,14 @@ <xs:attribute name="luk" type="xs:string" use="optional"/> <xs:attribute name="effect" type="xs:string" use="optional"/> <xs:attribute name="penalty" type="xs:string" use="optional"/> + <xs:attribute name="gpdrop" type="xs:string" use="optional"/> + <xs:attribute name="req-str" type="xs:string" use="optional"/> + <xs:attribute name="req-agi" type="xs:string" use="optional"/> + <xs:attribute name="req-vit" type="xs:string" use="optional"/> + <xs:attribute name="req-int" type="xs:string" use="optional"/> + <xs:attribute name="req-dex" type="xs:string" use="optional"/> + <xs:attribute name="req-luk" type="xs:string" use="optional"/> + <xs:attribute name="perception" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |