mirror of
https://github.com/FalloutCollaborationProject/FCP-Lore.git
synced 2026-07-27 17:04:13 -07:00
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?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>
|