diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-01 16:32:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-01 16:32:23 +0300 |
commit | b6ad9442cfb9a0aef2f9035c93cf6275820f51fb (patch) | |
tree | 80679556542020d92e1649b1a7b745e902b04267 /weapons.xml | |
parent | a86e94c1a54e173fb1cdca88b0b0da20a187d71a (diff) | |
download | clientdata-b6ad9442cfb9a0aef2f9035c93cf6275820f51fb.tar.gz clientdata-b6ad9442cfb9a0aef2f9035c93cf6275820f51fb.tar.bz2 clientdata-b6ad9442cfb9a0aef2f9035c93cf6275820f51fb.tar.xz clientdata-b6ad9442cfb9a0aef2f9035c93cf6275820f51fb.zip |
Add weapons.xml to separate short and long distance weapons.
Diffstat (limited to 'weapons.xml')
-rw-r--r-- | weapons.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/weapons.xml b/weapons.xml new file mode 100644 index 00000000..051e1f59 --- /dev/null +++ b/weapons.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<weapons> + <swords> + <item id="571"/> + <item id="570"/> + <item id="579"/> + <item id="867"/> + <item id="536"/> + <item id="758"/> + </swords> + <bows> + <item id="545"/> + <item id="530"/> + </bows> + <shields> + <item id="601"/> + <item id="602"/> + </shields> +</weapons> |