diff options
author | gumi <git@gumi.ca> | 2020-05-26 15:08:44 +0000 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-05-26 15:08:44 +0000 |
commit | a5d6818c8e4f68d9b7dd6272754a781c90be3f8a (patch) | |
tree | e1f7703cf8458ec5ea0f5ce743fd85c1e31028ef | |
parent | 25a3c3fefae87d55da172f2aaef6a27987f439fd (diff) | |
download | tools-a5d6818c8e4f68d9b7dd6272754a781c90be3f8a.tar.gz tools-a5d6818c8e4f68d9b7dd6272754a781c90be3f8a.tar.bz2 tools-a5d6818c8e4f68d9b7dd6272754a781c90be3f8a.tar.xz tools-a5d6818c8e4f68d9b7dd6272754a781c90be3f8a.zip |
update the xml schema
-rw-r--r-- | client/tmw.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd index 2a829c1..b922eb9 100644 --- a/client/tmw.xsd +++ b/client/tmw.xsd @@ -785,6 +785,8 @@ <xs:attribute name="req-dex" type="xs:string" use="optional"/> <xs:attribute name="req-luk" type="xs:string" use="optional"/> <xs:attribute name="effect" type="xs:string" use="optional"/> + <!-- Phony attributes: --> + <xs:attribute name="perception" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |