Initial commit

This commit is contained in:
RickGrymes
2026-05-27 05:32:48 -05:00
commit 9e2122247d
9 changed files with 1384 additions and 0 deletions
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ Holotape Base __________-->
<ThingDef Name="HolotapeBase" Abstract="True">
<thingClass>ThingWithComps</thingClass>
<category>Item</category>
<drawerType>MapMeshOnly</drawerType>
<tickerType>Never</tickerType>
<altitudeLayer>Item</altitudeLayer>
<passability>PassThroughOnly</passability>
<selectable>true</selectable>
<pathCost>15</pathCost>
<useHitPoints>true</useHitPoints>
<statBases>
<MaxHitPoints>50</MaxHitPoints>
<Mass>0.1</Mass>
<Flammability>1.0</Flammability>
<DeteriorationRate>2</DeteriorationRate>
<Beauty>-2</Beauty>
</statBases>
<thingCategories>
<li>FCP_Holotapes</li>
</thingCategories>
<alwaysHaulable>true</alwaysHaulable>
<comps>
<li Class="CompProperties_Forbiddable"/>
</comps>
<graphicData>
<texPath>Things/Items/Techprints/FCP_Techprint_Holotape_Orange</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<tradeTags>
<li>ExoticMisc</li>
</tradeTags>
<thingSetMakerTags>
<li>RewardStandardMidFreq</li>
</thingSetMakerTags>
</ThingDef>
</Defs>