diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-06-16 20:05:11 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-06-16 20:05:11 +0000 |
commit | 2a3bbbba6715b35c834cd1a34d82f150e0fc16b5 (patch) | |
tree | 3e3731cc45dced2a7a033abf21e65437c15c9d3a | |
parent | 7cc6b92077d0ca78f2f70bf72538b930c11d8c9e (diff) | |
download | tools-2a3bbbba6715b35c834cd1a34d82f150e0fc16b5.tar.gz tools-2a3bbbba6715b35c834cd1a34d82f150e0fc16b5.tar.bz2 tools-2a3bbbba6715b35c834cd1a34d82f150e0fc16b5.tar.xz tools-2a3bbbba6715b35c834cd1a34d82f150e0fc16b5.zip |
+bAtkRate attribute.
-rw-r--r-- | testxml/xsd/tmw.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index a4c92a5..827c357 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -937,6 +937,7 @@ <xs:attribute name="sellProtected" type="bool" default="false"/> <xs:attribute name="pickupCursor" type="xs:string" default="pickup"/> <xs:attribute name="attack" type="xs:string" use="optional"/> + <xs:attribute name="bAtkRate" type="xs:int" use="optional"/> <xs:attribute name="criticalattack" type="xs:string" use="optional"/> <xs:attribute name="criticalattackrate" type="xs:string" use="optional"/> <xs:attribute name="atkspeed" type="xs:string" use="optional"/> |