diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-02-10 23:57:29 -0500 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-02-10 23:57:29 -0500 |
commit | bd2bc4c245b9af9dc192a1bbd130851a1a87cf01 (patch) | |
tree | 82b421ce82763cfc7e18b739d0b5cefa047de2fd | |
parent | 9fc21bf800a9398f765e11f2fc35fbbeff52e594 (diff) | |
download | clientdata-bd2bc4c245b9af9dc192a1bbd130851a1a87cf01.tar.gz clientdata-bd2bc4c245b9af9dc192a1bbd130851a1a87cf01.tar.bz2 clientdata-bd2bc4c245b9af9dc192a1bbd130851a1a87cf01.tar.xz clientdata-bd2bc4c245b9af9dc192a1bbd130851a1a87cf01.zip |
Adds the arrow particle as a missile-particle to all bows
-rw-r--r-- | items.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -387,6 +387,7 @@ damage-min="50" damage-delta="0" attack-range="160" + missile-particle="graphics/particles/arrow.particle.xml" view="1200"/> <item id="531" image="armor-hands-minergloves.png" @@ -540,6 +541,7 @@ attack-min="70" attack-delta="0" attack-range="160" + missile-particle="graphics/particles/arrow.particle.xml" view="1200"/> <item id="546" image="armor-chest-desertshirt.png" @@ -821,6 +823,7 @@ weapon-type="bow" weight="100" attack-range="32" + missile-particle="graphics/particles/arrow.particle.xml" max-per-slot="1"/> <item id="576" image="weapon-sword-beheader.png" @@ -2764,6 +2767,7 @@ attack-min="15" attack-delta="0" attack-range="160" + missile-particle="graphics/particles/arrow.particle.xml" weapon-type="bow" max-per-slot="1"> <sprite>weapon-bow.xml</sprite> |