summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-25 00:45:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-25 00:45:25 +0300
commit38b806175c2cc7f8f23cac7798f9b3c4e985ee6f (patch)
treedc2dbd450ce64e8595d251c0a715f4188110c4d8 /testxml
parent7788b4daf5fa8a560754e0b97994cff6ae878d49 (diff)
downloadevol-tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.gz
evol-tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.bz2
evol-tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.tar.xz
evol-tools-38b806175c2cc7f8f23cac7798f9b3c4e985ee6f.zip
testxml: add new skill fields into xsd.
Diffstat (limited to 'testxml')
-rw-r--r--testxml/xsd/tmw.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 44be6ba..b1381ff 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -450,6 +450,7 @@
<xs:attribute name="alwaysVisible" type="bool" use="optional" default="false"/>
<xs:attribute name="castingSrcEffectId" type="xs:string" use="optional"/>
<xs:attribute name="castingDstEffectId" type="xs:string" use="optional"/>
+ <xs:attribute name="castingGroundEffectId" type="xs:string" use="optional"/>
<xs:attribute name="castingAction" type="xs:string" use="optional"/>
<xs:attribute name="castingRideAction" type="xs:string" use="optional"/>
<xs:attribute name="castingSkyAction" type="xs:string" use="optional"/>
@@ -471,6 +472,8 @@
<xs:attribute name="removeEffectId" type="xs:int" use="optional"/>
<xs:attribute name="hitEffectId" type="xs:int" use="optional"/>
<xs:attribute name="missEffectId" type="xs:int" use="optional"/>
+ <xs:attribute name="srcEffectId" type="xs:string" use="optional"/>
+ <xs:attribute name="dstEffectId" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:choice>