mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
update and integration of lewdbiotech
This commit is contained in:
parent
2b39105fe0
commit
25614f42ae
29 changed files with 892 additions and 32 deletions
35
Common/Defs/RecipeDefs/Scrambler.xml
Normal file
35
Common/Defs/RecipeDefs/Scrambler.xml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<RecipeDef ParentName="SurgeryInstallImplantBase">
|
||||
<defName>InstallScrambler</defName>
|
||||
<label>install scrambler</label>
|
||||
<description>Install a scrambler.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>Scrambler</ThingDef>
|
||||
<HediffDef>Scrambler</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<workerClass>Recipe_InstallImplant</workerClass>
|
||||
<jobString>Installing scrambler.</jobString>
|
||||
<isViolation>true</isViolation>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>Scrambler</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<thingDefs>
|
||||
<li>Scrambler</li>
|
||||
</thingDefs>
|
||||
</fixedIngredientFilter>
|
||||
<appliedOnFixedBodyParts>
|
||||
<li>Brain</li>
|
||||
</appliedOnFixedBodyParts>
|
||||
<addsHediff>Scrambler</addsHediff>
|
||||
</RecipeDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue