Some new items that can be crafted out of Incendium, stairs can be used while wearing a diving suit
This commit is contained in:
@@ -71,6 +71,24 @@
|
||||
</Throwable>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="Incendium Grenade"
|
||||
category="Equipment"
|
||||
pickdistance="200"
|
||||
tags="smallitem,weapon">
|
||||
|
||||
<Sprite texture="weapons.png" sourcerect="98,0,11,24"/>
|
||||
|
||||
<Body width="11" height="24" density="15" friction="0.8f"/>
|
||||
|
||||
<Throwable slots="Any,RightHand,LeftHand" holdpos="0,0" handle1="0,0" throwforce="4.0" aimpos="35,-10">
|
||||
<StatusEffect type="OnUse" target="This" Condition="-100.0" delay="3.0" sound="Content/Items/Weapons/stungrenade.ogg">
|
||||
<Explosion range="500" damage="5" stun="1" force="0.1"/>
|
||||
<Fire size="100.0f"/>
|
||||
</StatusEffect>
|
||||
</Throwable>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="Stun Baton"
|
||||
category="Equipment"
|
||||
|
||||
Reference in New Issue
Block a user