summaryrefslogtreecommitdiff
path: root/items/equip-1hand.xml
blob: 97262b0eeaf01c331a9ff81564ee5417a2a1ad77 (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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<?xml version="1.0"?>
<items>
  <item id="1171"
        image="equipment/weapon/wand.png"
        name="Wand"
        description="A basic magic wand."
        effect="Lvl 1 Wand"
        req-int="5+"
        attack="1"
        mattack="5"
        type="equip-1hand"
        attack-action="attack_wand"
        attack-range="3"
        weight="100">
    <sprite gender="unisex">equipment/weapons/wand.xml</sprite>
  </item>
  <item id="1201"
        image="equipment/weapon/dagger-knive.png"
        name="Knife"
        description="A small knife; the perfect weapon for a beginner."
        attack="5"
        type="equip-1hand"
        weight="120"
        attack-action="attack"
        attack-range="2">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
    <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
  </item>
  <item id="1215"
        image="equipment/weapon/sword-sabre.png"
        name="Toy Sabre"
        description="A toy item, doesn't do much damage."
        attack="1"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        weight="1"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
  </item>
  <item id="521"
        image="equipment/weapon/dagger-dagger.png"
        name="Dagger"
        description="A simple dagger."
        type="equip-1hand"
        attack-action="attack"
        attack="15"
        attack-range="2"
        weight="200">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
    <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
  </item>
  <item id="522"
        image="equipment/weapon/dagger-sharpknife.png"
        name="Sharp Knife"
        description="A really sharp knife. Don't hurt yourself!"
        attack="10"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        weight="150">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
    <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
  </item>
  <item id="5261"
        image="equipment/weapon/xmas-slingshot-icon.png"
        name="Candy-Caned Anti-Grinch-Rifle 2020"
        description="The best way to shoot snowballs."
        type="equip-2hand"
        attack-action="attack_bow"
        attack="20"
        attack-range="3"
        weight="10"
        critical-hit-effect-id="55"
        missile-particle="graphics/particles/snowball.particle.xml">   
    <sprite gender="unisex">equipment/weapons/xmas-bow-slingshot.xml</sprite>
    <sound event="hit">weapons/projectiles/snowball/hit1.ogg</sound>
    <sound event="miss">weapons/projectiles/snowball/miss1.ogg</sound>
  </item>
  <item id="536"
        image="equipment/weapon/dagger-shortsword.png"
        name="Short Sword"
        description="A small but sharp sword."
        type="equip-1hand"
        attack="90"
        attack-action="attack"
        attack-range="2"
        weight="2000">
    <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
    <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
  </item>
  <item id="549"
        image="equipment/weapon/axe-axe.png"
        name="Axe"
        description="An axe."
        attack="1"
        type="equip-1hand"
        attack-action="attack_chop"
        attack-range="2"
        weight="1200">
    <sprite gender="unisex">equipment/weapons/axe.xml</sprite>
  </item>
  <item id="570"
        image="equipment/weapon/dagger-boneknife.png"
        name="Bone Knife"
        description="A knife masterly carved out of a bone."
        attack="115"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        weight="450">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
    <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
  </item>
  <item id="571"
        image="equipment/weapon/dagger-setzer.png"
        name="Setzer"
        description="A sharp knife, named after a famous gambler."
        attack="100"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        weight="900"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="hit">weapons/knives/setzer/setzer-hit1.ogg</sound>
    <sound event="hit">weapons/knives/setzer/setzer-hit2.ogg</sound>
    <sound event="hit">weapons/knives/setzer/setzer-hit3.ogg</sound>
    <sound event="strike">weapons/miss1.ogg</sound>
    <sound event="strike">weapons/miss2.ogg</sound>
    <sound event="strike">weapons/miss3.ogg</sound>
  </item>
  <item id="576"
        image="equipment/weapon/sword-beheader.png"
        name="Beheader"
        description="The only sword capable of beheading a Terranite."
        effect="Double Damage +50% / No bow / 0 Int"
        criticalattack="-25"
        hit="-20"
        type="equip-1hand"
        attack="999"
        attack-action="attack"
        attack-range="2"
        weight="2000"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/beheader.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="578"
        image="equipment/weapon/sword-sandcutter.png"
        name="Sand Cutter"
        description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors."
        effect="Double Damage +5%"
        attack="140"
        level="80"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        weight="1500"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/sandcutter.xml</sprite>
    <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound>
    <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound>
    <sound event="miss">weapons/swords/sword-miss1.ogg</sound>
  </item>
  <item id="579"
        image="equipment/weapon/dagger-rockknive.png"
        name="Rock Knife"
        description="A knife made of stone."
        attack="110"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        vit="3"
        weight="500"
        sellProtected="true">
    <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="strike">weapons/miss1.ogg</sound>
    <sound event="strike">weapons/miss2.ogg</sound>
    <sound event="strike">weapons/miss3.ogg</sound>
    <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound>
    <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound>
  </item>
  <item id="587"
        image="equipment/weapon/sword-sword.png"
        name="Sword"
        description="A simple but reliable sword."
        attack="1"
        type="equip-1hand"
        attack-action="attack_chop"
        attack-range="2"
        weight="200">
    <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
  </item>
  <item id="591"
        image="equipment/weapon/sword-longsword.png"
        name="Long Sword"
        description="A sword with a long and agile blade."
        attack="1"
        type="equip-1hand"
        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="599"
        image="equipment/weapon/sword-firesword.png"
        name="Fire Sword"
        description="A magical sword enchanted with the power of fire."
        attack="1"
        type="equip-1hand"
        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="867"
        image="equipment/weapon/sword-ice.png"
        name="Ice Gladius"
        description="A sword with a shimmering blue blade."
        attack="110"
        type="equip-1hand"
        attack-action="attack"
        attack-range="2"
        luk="1"
        weight="1000">
    <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#8c4b41,da9041,ffffff</sprite>
    <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound>
    <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit2.ogg</sound>
    <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit3.ogg</sound>
    <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit4.ogg</sound>
    <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound>
    <sound event="strike">weapons/swords/sword-miss1.ogg</sound>
  </item>
	<item id="5284"
		image="equipment/weapon/revolver.png"
		name="Short Gunstaff"
		description="A gunstaff, which is not produced in The Mana World. Brought from the Mirror Lake."
		effect="Unobtainable."
		attack="120"
		attack-range="5"
		missile-particle="graphics/particles/flame.particle.xml"
		missile-z="32"
		missile-lifetime="500"
		missile-speed="5"
		missile-diedistance="3"
		type="equip-1hand"
		attack-action="attack_bow"
		sellProtected="true"
		weight="3000">
		<sprite>equipment/weapons/gun.xml</sprite>
		<sound event="hit">weapons/gunstaff/shot.ogg</sound>
		<sound event="miss">weapons/gunstaff/shot.ogg</sound>
	</item>
</items>