summaryrefslogtreecommitdiffstats
path: root/example/clientdata/equip.xml
blob: 0d1c1d3b3ef48a5bf7012f0b5e45de1fc8b20ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<equip-slots>
    <slot name="hand" count="2" visible="true" />
    <slot name="torso" count="1" visible="true" />
    <slot name="arms" count="1" />
    <slot name="head" count="1" visible="true" />
    <slot name="legs" count="1" visible="true" />
    <slot name="ring" count="1" />
    <slot name="necklace" count="1" />
    <slot name="feet" count="1" />
    <slot name="ammo" count="1" />
</equip-slots>