diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-18 02:31:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-18 02:31:43 -0300 |
commit | 524ae1ea57cb819d9020a68afdc28eb22a03d82a (patch) | |
tree | 89c5d25b05aa24dc23727fc962c67321bff99c80 | |
parent | 4911e04b6818d098b3bc6325f3fe50a6df69b731 (diff) | |
download | tools-master.tar.gz tools-master.tar.bz2 tools-master.tar.xz tools-master.zip |
-rw-r--r-- | CI/testxml/xsd/tmw.xsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CI/testxml/xsd/tmw.xsd b/CI/testxml/xsd/tmw.xsd index a4c92a5..8589866 100644 --- a/CI/testxml/xsd/tmw.xsd +++ b/CI/testxml/xsd/tmw.xsd @@ -967,6 +967,13 @@ <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"/> + <!-- This is Legacy specifics --> + <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:complexType> </xs:element> </xs:choice> |