summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-01-13 10:31:07 -0500
committermekolat <mekolat@gmail.com>2015-01-13 10:31:07 -0500
commit6deca6f072938f5ad80205127cd632c075f6b109 (patch)
tree58faa434396a4e14ab5913d41a7a26a7b57538ca
parente25322ec21909cd57a66575fe6e6febead3f8f3a (diff)
downloadtools-6deca6f072938f5ad80205127cd632c075f6b109.tar.gz
tools-6deca6f072938f5ad80205127cd632c075f6b109.tar.bz2
tools-6deca6f072938f5ad80205127cd632c075f6b109.tar.xz
tools-6deca6f072938f5ad80205127cd632c075f6b109.zip
add new properties to skills.xml
-rw-r--r--client/tmw.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd
index a4dec5f..1ee2bc7 100644
--- a/client/tmw.xsd
+++ b/client/tmw.xsd
@@ -425,6 +425,10 @@
<xs:attribute name="soundHitDelay" type="xs:int" use="optional"/>
<xs:attribute name="soundMiss" type="xs:string" use="optional"/>
<xs:attribute name="soundMissDelay" type="xs:int" use="optional"/>
+ <xs:attribute name="alwaysVisible" type="bool" use="optional" default="false"/>
+ <xs:attribute name="owner" type="xs:string" use="optional" default="player"/>
+ <xs:attribute name="errorText" type="xs:string" use="optional"/>
+ <xs:attribute name="invokeCmd" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:choice>