summaryrefslogtreecommitdiff
path: root/items/equip-head/item5267_AssassinMask.xml
blob: dfea4290d8aae6a20b85f7371b50b8bf06a0e3b0 (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
<?xml version="1.0"?>
<items>
    <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="5267" image="equipment/head/assassin-mask.png" name="Assassin Mask" description="Mask for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" type="equip-head" effect="Double Damage +15% / Attack Speed +15%" defense="6" agi="9" dex="1" maxhp="70" mattack="-5" mdefense="5" criticalattack="15" weight="10" sellProtected="true">
    <sprite gender="unisex">equipment/head/assassin-mask.xml</sprite>
    <sprite gender="female">equipment/head/assassin-mask-female.xml</sprite>
    <replace sprite="hair">
      <item to="-1"/>
    </replace>
  </item>
  <item id="5280"
        image="equipment/head/leprechaunhat.png"
        name="Leprechaun Hat"
        description="Have you found the gold pot yet?"
        type="equip-head"
        defense="5"
        weight="20">
    <sprite gender="unisex">equipment/head/leprechaunhat.xml</sprite>
  </item>
  <item id="5281"
        image="equipment/head/party-red.png"
        name="Party Hat (Red)"
        description="You were invited to the celebration!"
        type="equip-head"
        defense="5"
        weight="20">
    <sprite gender="unisex">equipment/head/party-red.xml</sprite>
  </item>
  <item id="5282"
        image="equipment/head/party-green.png"
        name="Party Hat (Green)"
        description="You were invited to the celebration!"
        type="equip-head"
        defense="5"
        weight="20">
    <sprite gender="unisex">equipment/head/party-green.xml</sprite>
  </item>
  <item id="5283"
        image="equipment/head/party-blue.png"
        name="Party Hat (Blue)"
        description="You were invited to the celebration!"
        type="equip-head"
        defense="5"
        weight="20">
    <sprite gender="unisex">equipment/head/party-blue.xml</sprite>
  </item>
</items>