Nanogel.xml
1 <?xml version="1.0" encoding="utf-8" ?> 2 <Defs> 3 <ThingDef ParentName="ResourceBase"> 4 <defName>OL_Nanogel</defName> 5 <label>nanogel</label> 6 <description>Mechanoid nanites safely contained in a hermetic vat. Their previous owner used to pump them in various parts of their bodies to power subsystems and transport essential materials from one place to another. It doesn't need them any more.</description> 7 <graphicData> 8 <texPath>Things/Nanogel</texPath> 9 <graphicClass>Graphic_Single</graphicClass> 10 </graphicData> 11 <thingClass>ThingWithComps</thingClass> 12 <soundInteract>Metal_Drop</soundInteract> 13 <soundDrop>Standard_Drop</soundDrop> 14 <alwaysHaulable>true</alwaysHaulable> 15 <statBases> 16 <MaxHitPoints>50</MaxHitPoints> 17 <MarketValue>5</MarketValue> 18 <Mass>0.5</Mass> 19 <Flammability>0.5</Flammability> 20 <DeteriorationRate>0</DeteriorationRate> 21 </statBases> 22 <thingCategories> 23 <li>Manufactured</li> 24 </thingCategories> 25 <tradeTags> 26 <li>ResourcesRaw</li> 27 </tradeTags> 28 <comps> 29 <li Class="CompProperties_Forbiddable" /> 30 </comps> 31 </ThingDef> 32 </Defs>