No.10 Update on 5/6/2023 8:48:40 PM.
This commit is contained in:
43
1.4/Defs/ThingDefs/DR_Items_BodyParts.xml
Normal file
43
1.4/Defs/ThingDefs/DR_Items_BodyParts.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThingDef ParentName="BodyPartProstheticBase">
|
||||
<defName>DR_FakeTail</defName>
|
||||
<label>fake tail</label>
|
||||
<description>It is a fake tail made of leather.</description>
|
||||
<techLevel>Medieval</techLevel>
|
||||
<recipeMaker>
|
||||
<recipeUsers Inherit="False">
|
||||
<li>ElectricTailoringBench</li>
|
||||
<li>HandTailoringBench</li>
|
||||
</recipeUsers>
|
||||
</recipeMaker>
|
||||
<costList>
|
||||
<Cloth>85</Cloth>
|
||||
</costList>
|
||||
<statBases>
|
||||
<WorkToMake>4500</WorkToMake>
|
||||
<Mass>0.5</Mass>
|
||||
</statBases>
|
||||
<techHediffsTags>
|
||||
<li>Simple</li>
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
<ThingDef ParentName="BodyPartBionicBase">
|
||||
<defName>DR_BionicTail</defName>
|
||||
<label>bionic tail</label>
|
||||
<description>An advanced artificial tail. It also has a small AI that automatically balances the user's missing.</description>
|
||||
<techLevel>Spacer</techLevel>
|
||||
<costList>
|
||||
<Plasteel>15</Plasteel>
|
||||
<ComponentSpacer>4</ComponentSpacer>
|
||||
</costList>
|
||||
<statBases>
|
||||
<WorkToMake>26000</WorkToMake>
|
||||
<Mass>5</Mass>
|
||||
</statBases>
|
||||
<techHediffsTags>
|
||||
<li>Advanced</li>
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user