42 lines
1.2 KiB
XML
42 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Items>
|
|
<Item
|
|
name="Medical Syringe"
|
|
category="Equipment"
|
|
Tags="smallitem"
|
|
pickdistance="150"
|
|
price="50"
|
|
description="A syringe filled with a potent general-purpose medical compound.">
|
|
|
|
<Sprite texture ="med.png" sourcerect="0,0,24,5" depth="0.6"/>
|
|
|
|
<Body width="24" height="5"/>
|
|
|
|
<Holdable slots="Any,RightHand,LeftHand" RemoveOnUse="true">
|
|
<StatusEffect type="OnUse" target="This, Character" health="30.0" Condition="-100.0" disabledeltatime="true" sound="Content/Items/Medical/syringe.ogg"/>
|
|
</Holdable>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Bandage"
|
|
category="Equipment"
|
|
Tags="smallitem"
|
|
pickdistance="150"
|
|
price="20"
|
|
description="Treated with a hemostatic agent that quickly seals most minor wounds.">
|
|
|
|
<Sprite texture ="med.png" sourcerect="0,14,14,18" depth="0.6"/>
|
|
|
|
<Body width="9" height="15"/>
|
|
|
|
<Holdable slots="Any,RightHand,LeftHand" RemoveOnUse="true">
|
|
<StatusEffect type="OnUse" target="This, Character" bleeding="-10.0" Condition="-100.0" disabledeltatime="true" sound="Content/Items/Medical/bandage.ogg"/>
|
|
</Holdable>
|
|
</Item>
|
|
|
|
</Items>
|
|
|
|
|
|
|
|
|