summaryrefslogtreecommitdiff
path: root/items/equip-ammo.xml
blob: 4980c24f2470d533db60056e605ff8c6a5010500 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<items>
  <item id="1199"
        image="equipment/ammo/arrow.png"
        name="Arrow"
        description="A standard arrow."
        attack="20"
        type="equip-ammo"
        weight="1" />
  <item id="1282"
        image="equipment/ammo/bonedarts.png"
        name="Bone Arrows"
        description="Arrows made from bone. Not much different from the normal variety, but are much lighter."
        attack="55"
        type="equip-ammo"
        weight="0"
        sellProtected="true" />
  <item id="5260"
        image="equipment/ammo/snowball.png"
        name="Snowball"
        description="It is Christmas time!"
        attack="20"
        type="equip-ammo"
        weight="1" />
  <item id="529"
        image="equipment/ammo/ironarrow.png"
        name="Iron Arrow"
        description="A hard arrow made of iron."
        attack="40"
        type="equip-ammo"
        weight="1" />
  <item id="762"
        image="equipment/ammo/arrow.png|W:#8B4513"
        name="Terranite Arrow"
        description="A terranite arrow."
        attack="50"
        criticalattack="20"
        type="equip-ammo"
        weight="1" />
  <item id="904"
        image="equipment/ammo/stoneprojectile-icon.png"
        name="Sling Bullet"
        description="A smooth stone finished to fit neatly into a sling."
        attack="5"
        type="equip-ammo"
        weight="1" />
</items>