Files
FCP-Lore/1.6/Defs/ThingDefs_Items/ThingDefs_Holotapes.xml
T
RickGrymes 26c225615d Split HolotapeDefs into categorized files
Replace the monolithic HolotapeDefs.xml with categorized holotape definition files and related assets for better organization. Added new HolotapeDefs_* files (Company, Factions, Government, Misc, Personal), created DesignatorDropdown_Holotapes.xml, added About/ModIcon.png, and updated ThingDefs_Holotapes.xml. Removed the old HolotapeDefs.xml and JobDefs_Holotapes.xml. These changes reorganize holotape content and register a designator group and icon for the mod.
2026-05-29 00:23:46 -05:00

43 lines
1.3 KiB
XML

<?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>