summaryrefslogtreecommitdiff
path: root/items/equip-2hand.xml
blob: ade9394903a9cf8f861042819996863abd56ee4a (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<?xml version="1.0"?>
<items>
  <item id="530"
        image="equipment/weapon/bow-shortbow.png"
        name="Short Bow"
        description="A bow for short distances."
        type="equip-2hand"
        attack="50"
        attack-action="attack_bow"
        attack-range="5"
        weight="600"
        missile-particle="graphics/particles/arrow.particle.xml">
    <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
    <sound event="strike">weapons/bows/short/short-miss1.ogg</sound>
    <sound event="hit">weapons/bows/short/short-hit1.ogg</sound>
  </item>
  <item id="545"
        image="equipment/weapon/bow-forestbow.png"
        name="Forest Bow"
        description="A bow usually used for hunting."
        attack="70"
        type="equip-2hand"
        attack-action="attack_bow"
        attack-range="5"
        weight="1200"
        missile-particle="graphics/particles/arrow.particle.xml">
    <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
    <sound event="strike">weapons/bows/forest/forest-miss1.ogg</sound>
    <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound>
  </item>
  <item id="548"
        image="equipment/weapon/polearm-halberd.png"
        name="Halberd"
        description="A weapon usually carried by guards."
        attack="1"
        type="equip-2hand"
        attack-action="attack_chop_long"
        attack-range="2"
        weight="1400">
    <sprite gender="unisex">equipment/weapons/halberd.xml</sprite>
    <sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound>
    <sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound>
    <sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
  </item>
  <item id="575"
        image="equipment/weapon/bow-desert.png"
        name="Desert Bow"
        description="A distance weapon, made for open range areas."
        attack="85"
        type="equip-2hand"
        weight="70"
        missile-particle="graphics/particles/arrow.particle.xml"
        attack-action="attack_bow"
        attack-range="7">
    <sprite gender="unisex">equipment/weapons/bow-desert.xml</sprite>
    <sound event="strike">weapons/bows/bow-miss1.ogg</sound>
    <sound event="hit">weapons/bows/bow-hit1.ogg</sound>
  </item>
  <item id="588"
        image="equipment/weapon/sword-bastardsword.png"
        name="Bastard Sword"
        description="A large two handed sword."
        attack="1"
        type="equip-2hand"
        attack-action="attack_chop"
        attack-range="2"
        weight="10">
    <sprite gender="unisex">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
  </item>
  <item id="594"
        image="equipment/weapon/polearm-spear.png"
        name="Spear"
        description="A light spear with a wooden pole."
        attack="1"
        type="equip-2hand"
        attack-action="attack"
        attack-range="2"
        weight="700">
    <sprite gender="unisex">equipment/weapons/staff.xml</sprite>
  </item>
  <item id="595"
        image="equipment/weapon/polearm-heavyspear.png"
        name="Heavy Spear"
        description="A heavy spear with a wooden pole."
        attack="1"
        type="equip-2hand"
        attack-action="attack"
        attack-range="2"
        weight="1000">
    <sprite gender="unisex">equipment/weapons/staff.xml</sprite>
  </item>
  <item id="596"
        image="equipment/weapon/pike.png"
        name="Pike"
        description="A heavy 2-hand weapon, useful to keep enemies on distance."
        attack="170"
        type="equip-2hand"
        attack-action="attack_stab_long"
        attack-range="2"
        weight="1600">
    <sprite gender="unisex">equipment/weapons/pike.xml</sprite>
    <sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound>
    <sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound>
    <sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
  </item>
  <item id="597"
        image="equipment/weapon/polearm-heavypike.png"
        name="Heavy Pike"
        description="A heavy spear with an iron pole."
        attack="1"
        type="equip-2hand"
        attack-action="attack"
        attack-range="2"
        weight="1500">
    <sprite gender="unisex">equipment/weapons/staff.xml</sprite>
  </item>
  <item id="623"
        image="equipment/weapon/polearm-scythe.png"
        name="Scythe"
        description="Usually used for farming but also usable as a weapon. Slow but deadly."
        attack="75"
        type="equip-2hand"
        attack-action="attack_scythe"
        attack-range="2"
        weight="1200"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/scythe.xml</sprite>
    <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
    <sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound>
    <sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound>
    <sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound>
  </item>
  <item id="758"
        image="equipment/weapon/staff-woodstaff.png"
        name="Wooden Staff"
        description="A basic wooden staff."
        effect="Lvl 2 Wand"
        req-int="60+"
        attack="50"
        mattack="10"
        type="equip-2hand"
        attack-action="attack_wand"
        attack-range="2"
        weight="1000">
    <sprite gender="unisex">equipment/weapons/staff.xml</sprite>
    <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
    <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
    <sound event="hit">weapons/other/staff/staff-hit1.ogg</sound>
    <sound event="hit">weapons/other/staff/staff-hit2.ogg</sound>
    <sound event="hit">weapons/other/staff/staff-hit3.ogg</sound>
  </item>
  <item id="878"
        image="equipment/weapon/bow-bansheebow.png"
        name="Banshee Bow"
        description="A bow that has been enchanted by the dark powers of a witch."
        effect="Attack Speed +20% / Defense -40% / VIT Defense -35% / Vanishes HP by 2% of damages dealt / Walk Speed +10%"
        type="equip-2hand"
        req-dex="80+"
        maxhp="-150"
        attack-action="attack_bow"
        attack-range="6"
        attack="90"
        level="90"
        weight="900"
        missile-particle="graphics/particles/arrow-banshee.particle.xml"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/bow-banshee.xml|#27113e,7442a7,b498d1</sprite>
    <sound event="strike">weapons/bows/banshee/banshee-miss1.ogg</sound>
    <sound event="strike">weapons/bows/banshee/banshee-miss2.ogg</sound>
    <sound event="strike">weapons/bows/banshee/banshee-miss3.ogg</sound>
    <sound event="hit">weapons/bows/banshee/banshee-hit1.ogg</sound>
    <sound event="hit">weapons/bows/banshee/banshee-hit2.ogg</sound>
    <sound event="hit">weapons/bows/banshee/banshee-hit3.ogg</sound>
  </item>
  <item id="903"
        image="equipment/weapon/slingshot-icon.png|G:#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;R:#332c19,443a20,453b1e,61532d,87733d,a58d4d"
        name="Sling Shot"
        description="In the right hands, everything is a weapon."
        type="equip-2hand"
        attack-action="attack_bow"
        attack="5"
        attack-range="3"
        weight="10"
        missile-particle="graphics/particles/stoneprojectile.particle.xml">

    <sprite gender="unisex">equipment/weapons/bow-slingshot.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
  </item>
  <item id="906"
        image="equipment/weapon/kidbook.png"
        name="Kid Book"
        description="A big spell book used to transform humans into Trolls."
        attack="1"
        type="equip-2hand"
        weight="100"
        missile-particle="graphics/particles/monster-troll-foefire.particle.xml"
        sellProtected="true">
    <replace />
    <replace sprite="race">
      <item to="-99054" />
    </replace>
  </item>
  <item id="1200"
        image="equipment/weapon/bow-bow.png"
        name="Bow"
        description="A distance weapon."
        attack="20"
        type="equip-2hand"
        weight="20"
        missile-particle="graphics/particles/arrow.particle.xml"
        attack-action="attack_bow"
        attack-range="5">
    <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
    <sound event="strike">weapons/bows/bow-miss1.ogg</sound>
    <sound event="hit">weapons/bows/bow-hit1.ogg</sound>
  </item>
</items>