Skip to content

Commit

Permalink
Revert "Added Natural Foot and Hand Install Recipes (watch me regret …
Browse files Browse the repository at this point in the history
…this)"

This reverts commit b9f7b1c.
  • Loading branch information
TheLoneTec committed Nov 1, 2024
1 parent b7da8e6 commit f84b657
Showing 1 changed file with 0 additions and 108 deletions.
108 changes: 0 additions & 108 deletions Mods/Core_SK/Defs/BodyParts/BodyParts_Natural.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,60 +766,6 @@
</statBases>
</ThingDef>

<HediffDef ParentName="HediffBodyPartBase_Natural">
<defName>Foot</defName>
<label>fot</label>
<description>An installed natural foot. Without them, you cannot even walk.</description>
<descriptionHyperlinks><ThingDef>Foot</ThingDef></descriptionHyperlinks>
<addedPartProps>
<partEfficiency>1.0</partEfficiency>
</addedPartProps>
<spawnThingOnRemoved>Foot</spawnThingOnRemoved>
</HediffDef>

<RecipeDef ParentName="SurgeryNatural">
<defName>InstallNaturalFoot</defName>
<label>Install Foot</label>
<description>Installs a natural Foot.</description>
<jobString>Installing Fott.</jobString>
<workAmount>3400</workAmount>
<descriptionHyperlinks><ThingDef>Foot</ThingDef></descriptionHyperlinks>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>Foot</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>Foot</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>Leg</li>
<li>Foot</li>
</appliedOnFixedBodyParts>
<skillRequirements>
<Medicine>10</Medicine>
</skillRequirements>
<researchPrerequisite>Prosthesis_install_C3</researchPrerequisite>
</RecipeDef>

<ThingDef ParentName="BodyPartBase_Natural">
<defName>Hand</defName>
<label>hand</label>
Expand All @@ -830,58 +776,4 @@
</statBases>
</ThingDef>

<HediffDef ParentName="HediffBodyPartBase_Natural">
<defName>Hand</defName>
<label>Hand</label>
<description>An installed natural hand. Without hands, you shouldn't be able to grab things.</description>
<descriptionHyperlinks><ThingDef>Hand</ThingDef></descriptionHyperlinks>
<addedPartProps>
<partEfficiency>1.0</partEfficiency>
</addedPartProps>
<spawnThingOnRemoved>Hand</spawnThingOnRemoved>
</HediffDef>

<RecipeDef ParentName="SurgeryNatural">
<defName>InstallNaturalHand</defName>
<label>Install hand</label>
<description>Installs a natural Hand.</description>
<jobString>Installing Hand.</jobString>
<workAmount>3400</workAmount>
<descriptionHyperlinks><ThingDef>Hand</ThingDef></descriptionHyperlinks>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>Hand</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>Hand</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>Arm</li>
<li>Hand</li>
</appliedOnFixedBodyParts>
<skillRequirements>
<Medicine>10</Medicine>
</skillRequirements>
<researchPrerequisite>Prosthesis_install_C3</researchPrerequisite>
</RecipeDef>

</Defs>

0 comments on commit f84b657

Please sign in to comment.