summaryrefslogtreecommitdiff
path: root/items/equip-1hand/item587_Sword.xml
blob: e1bb8ba3f1874c6ce77d7e02c79b02b3f9ebd29c (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
<?xml version="1.0"?>
<items>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
    <its:translateRule selector="//item/@name" translate="yes"/>
    <its:translateRule selector="//item/@description" translate="yes"/>
    <its:translateRule selector="//item/@effect" translate="yes"/>
    <its:translateRule selector="//*" translate="no"/>
  </its:rules>
  <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-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
    <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
  </item>
	<item id="584"
		image="equipment/weapon/sword-jackal.png"
		name="Jackal"
		description="Stolen from a portuguese-speaking world."
		attack="270"
		attack-range="1"
		type="equip-1hand"
		attack-action="attack"
		hit-effect-id="32"
		critical-hit-effect-id="30"
		weight="1500">
		<sprite>equipment/weapons/jackal.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="miss">weapons/swords/sword-miss1.ogg</sound>
	</item>

</items>