diff options
-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> |