summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-18 02:31:43 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-18 02:31:43 -0300
commit524ae1ea57cb819d9020a68afdc28eb22a03d82a (patch)
tree89c5d25b05aa24dc23727fc962c67321bff99c80
parent4911e04b6818d098b3bc6325f3fe50a6df69b731 (diff)
downloadtools-524ae1ea57cb819d9020a68afdc28eb22a03d82a.tar.gz
tools-524ae1ea57cb819d9020a68afdc28eb22a03d82a.tar.bz2
tools-524ae1ea57cb819d9020a68afdc28eb22a03d82a.tar.xz
tools-524ae1ea57cb819d9020a68afdc28eb22a03d82a.zip
Reqs which are actually supported by TMWA (not so much by Evol2)HEADmaster
-rw-r--r--CI/testxml/xsd/tmw.xsd7
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>