glassorb eraa

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-05-15 15:12:57 +08:00
parent ccd3796764
commit 416635a5e9

View File

@ -55,6 +55,28 @@
</appliedOnFixedBodyParts> </appliedOnFixedBodyParts>
</RecipeDef> </RecipeDef>
<RecipeDef Name="DR_SurgeryInstallPlasteelPartBase" ParentName="SurgeryInstallBodyPartArtificialBase" Abstract="True">
<workAmount>1500</workAmount>
<skillRequirements>
<Medicine>3</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</filter>
<count>10</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Plasteel</li>
</thingDefs>
</fixedIngredientFilter>
</RecipeDef>
<HediffDef ParentName="AddedBodyPartBase"> <HediffDef ParentName="AddedBodyPartBase">
<defName>FakeDragonianOrb</defName> <defName>FakeDragonianOrb</defName>
<label>Fake DragonianOrb</label> <label>Fake DragonianOrb</label>
@ -68,7 +90,7 @@
<spawnThingOnRemoved>Plasteel</spawnThingOnRemoved> <spawnThingOnRemoved>Plasteel</spawnThingOnRemoved>
</HediffDef> </HediffDef>
<RecipeDef ParentName="SurgeryInstallWoodenPartBase"> <RecipeDef ParentName="DR_SurgeryInstallPlasteelPartBase">
<defName>InstallFakeDragonianOrb</defName> <defName>InstallFakeDragonianOrb</defName>
<label>install fake DragonianOrb</label> <label>install fake DragonianOrb</label>
<description>Install a fake DragonianOrb.</description> <description>Install a fake DragonianOrb.</description>
@ -77,7 +99,7 @@
<appliedOnFixedBodyParts> <appliedOnFixedBodyParts>
<li>DragonianOrb</li> <li>DragonianOrb</li>
</appliedOnFixedBodyParts> </appliedOnFixedBodyParts>
<addsHediff>PegLeg</addsHediff> <addsHediff>FakeDragonianOrb</addsHediff>
<uiIconThing>Plasteel</uiIconThing> <uiIconThing>DragonianOrb</uiIconThing>
</RecipeDef> </RecipeDef>
</Defs> </Defs>