summaryrefslogtreecommitdiff
path: root/hercules/templates/item.tpl
blob: e7ee095b02a9abddbb0fef20d62861e92ffa880f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
    <item id="{0}"
        name="{1}"
        description="{1}"
        weight="{2}"
        attack="{3}"
        mattack="{4}"
        defense="{5}"
        range="{6}"
        speed="{7}"
        image="{8}"
        type="{9}">
        <sprite>{10}</sprite>
    </item>