Melee weapons (+ stun baton), improved throw animation, new damage sound effects

This commit is contained in:
Regalis
2015-09-07 16:31:04 +03:00
parent b77fa5df90
commit 7eae6fb026
38 changed files with 527 additions and 163 deletions
+19 -1
View File
@@ -45,7 +45,7 @@
price="200"
tags="smallitem">
<Sprite texture ="stungrenade.png" depth="0.04"/>
<Sprite texture ="stungrenade.png" depth="0.5"/>
<Body width="11" height="24" density="15" friction="0.8f"/>
@@ -55,6 +55,24 @@
</StatusEffect>
</Throwable>
</Item>
<Item
name="Stun Baton"
Tags="smallitem"
pickdistance="150"
price="100">
<Sprite texture="harpoongun.png" depth="0.5"/>
<Body width="90" height="30" density="10"/>
<MeleeWeapon slots="Any,RightHand,LeftHand"
aimpos="50,0" handle1="-15,-6" holdangle="100">
<Attack stun="10.0" sound="Content/Items/Electricity/zap1.ogg">
<ParticleEmitter particle="spark" velocitymin="100" velocitymax="200" anglemin="0" anglemax="360" particleamount="10"/>
</Attack>
</MeleeWeapon>
</Item>
</Items>