summaryrefslogtreecommitdiff
path: root/items/equip-1hand/item5261_Launcher.xml
blob: 13ca52c16ad3746a358c2fd6e0006dba922b4a03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="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>
    <sprite gender="female">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>
</items>