Fabricator UI shows item descriptions and items that can't be fabricated are grayed out, added a couple of new fabricable items

This commit is contained in:
Regalis
2016-10-28 19:47:45 +03:00
parent 48c07cfce5
commit 72178d4b1f
4 changed files with 104 additions and 8 deletions
+20 -1
View File
@@ -437,7 +437,26 @@
</StatusEffect>
</Holdable>
</Item>
<Item
name="Liquid Oxygenite"
category="Material"
spritecolor="0.6,0.8,1.0,1.0"
Tags="smallitem,chem,medical"
pickdistance="150"
canuseonself="true"
description="A mildy toxic solution that slowly releases oxygen into the bloodstream when injected.">
<Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" />
<Body width="8" height="16" density="20"/>
<Holdable slots="Any,RightHand,LeftHand">
<StatusEffect type="OnUse" target="Character" Health="-0.1" Oxygen="10.0" duration="60">
<RequiredItem name="Medical Syringe" type="Container"/>
</StatusEffect>
</Holdable>
</Item>
</Items>