Tweaked visuals a bit

Added tiny bleeding and structure damage to the syringes
This commit is contained in:
Alex Noir
2017-12-11 12:33:59 +03:00
parent a2a4225598
commit f34968be30
4 changed files with 6 additions and 5 deletions
@@ -27,7 +27,7 @@
</ItemContainer>
<Projectile launchimpulse="10.0" doesstick="true">
<Attack damage="5" bleedingdamage="0" structuredamage="0" damagetype="Blunt" stun="0.1" targetforce="5"/>
<Attack damage="5" bleedingdamage="0.2" structuredamage="1" damagetype="Blunt" stun="0.1" targetforce="5"/>
<StatusEffect type="OnImpact" target="Contained, Character" Condition="-50.0" disabledeltatime="true" >
<sound file="Content/Items/Medical/syringe.ogg" range="500"/>
<RequiredItem name="chem" type="Contained"/>