Melee weapons (+ stun baton), improved throw animation, new damage sound effects
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user