Some new items that can be crafted out of Incendium, stairs can be used while wearing a diving suit
This commit is contained in:
@@ -18,8 +18,28 @@
|
||||
</Pickable>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="IC-4 Block"
|
||||
description="A compound made of C-4 and incendium."
|
||||
category="Equipment"
|
||||
Tags="smallitem,explosive"
|
||||
pickdistance="150">
|
||||
|
||||
<Sprite texture="weapons.png" depth="0.8" sourcerect="112,0,16,7"/>
|
||||
|
||||
<Body width="16" height="7"/>
|
||||
|
||||
<Pickable slots="Any">
|
||||
<StatusEffect type="OnBroken" target="This" Condition="-100.0" sound="Content/Items/Reactor/explosion.ogg">
|
||||
<Explosion range="500.0" structuredamage="250" damage="300" stun="5" force="20.0"/>
|
||||
<Fire size="150"/>
|
||||
</StatusEffect>
|
||||
</Pickable>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="Detonator"
|
||||
description="A device that detonates any contained explosive when receiving a signal."
|
||||
category="Equipment"
|
||||
Tags="smallitem"
|
||||
pickdistance="150"
|
||||
|
||||
Reference in New Issue
Block a user