mirror of
https://github.com/FalloutCollaborationProject/FCP-Lore.git
synced 2026-07-27 17:04:13 -07:00
Add extensive holotape content and terminal defs
Introduces a full holotape content expansion for 1.6, including new company, faction, government, misc, and personal holotape definition files with paired ThingDefs. Adds core holotape infrastructure (base item, category, read-thought, and designator dropdown group), and adds new wall-mounted terminal building defs that support holotape extraction and hacking rewards.
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Holotape Base __________-->
|
||||
|
||||
<ThingDef Name="FCP_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>
|
||||
Reference in New Issue
Block a user