Files
LuaCsForBarotraumaEP/Subsurface/Content/Items/Medical/medical.xml
Regalis 85b0cda4ca v0.1
2015-07-31 21:05:55 +03:00

38 lines
879 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Items>
<Item
name="Medical Syringe"
Tags="smallitem"
pickdistance="150"
price="50">
<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" Condition="-100.0" health="30.0" disabledeltatime="true"/>
</Holdable>
</Item>
<Item
name="Bandage"
Tags="smallitem"
pickdistance="150"
price="20">
<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" Condition="-100.0" bleeding="-10.0" disabledeltatime="true"/>
</Holdable>
</Item>
</Items>