summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-23 00:20:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-23 00:20:42 +0300
commit7788b4daf5fa8a560754e0b97994cff6ae878d49 (patch)
tree6d1e6be1bd1ee0f8b322d29d73e57e91a84ad64e /testxml
parent593ef2f485d0d4e11e82678e6d01cad4d85e62a8 (diff)
downloadtools-7788b4daf5fa8a560754e0b97994cff6ae878d49.tar.gz
tools-7788b4daf5fa8a560754e0b97994cff6ae878d49.tar.bz2
tools-7788b4daf5fa8a560754e0b97994cff6ae878d49.tar.xz
tools-7788b4daf5fa8a560754e0b97994cff6ae878d49.zip
testxml: add skill attribute castingParticle.
Diffstat (limited to 'testxml')
-rw-r--r--testxml/xsd/tmw.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd
index 9176ca6..44be6ba 100644
--- a/testxml/xsd/tmw.xsd
+++ b/testxml/xsd/tmw.xsd
@@ -455,6 +455,7 @@
<xs:attribute name="castingSkyAction" type="xs:string" use="optional"/>
<xs:attribute name="castingWaterAction" type="xs:string" use="optional"/>
<xs:attribute name="castingAnimation" type="xs:string" use="optional"/>
+ <xs:attribute name="castingParticle" type="xs:string" use="optional"/>
<xs:attribute name="useTextParameter" type="bool" default="false"/>
<xs:attribute name="icon" type="xs:string" use="optional"/>
<xs:attribute name="level" type="xs:int" default="0"/>