mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
72 lines
No EOL
3.4 KiB
XML
72 lines
No EOL
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Defs>
|
|
<RecipeDef Name="Surgery_Sphinctoplasty_X" Abstract="True">
|
|
<defName>Surgery_Sphinctoplasty</defName>
|
|
<label>sphinctoplasty</label>
|
|
<description>Surgically tightens the pawn's Sphincter by 25%.</description>
|
|
<!--<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty</workerClass>-->
|
|
<jobString>tightening Sphincter</jobString>
|
|
<effectWorking>Surgery</effectWorking>
|
|
<soundWorking>Recipe_Surgery</soundWorking>
|
|
<workSpeedStat>MedicalOperationSpeed</workSpeedStat>
|
|
<workSkill>Medicine</workSkill>
|
|
<workSkillLearnFactor>0.2</workSkillLearnFactor>
|
|
<workAmount>400</workAmount>
|
|
<anesthetize>true</anesthetize>
|
|
<recipeUsers>
|
|
<li>Human</li>
|
|
</recipeUsers>
|
|
<surgerySuccessChanceFactor>95</surgerySuccessChanceFactor>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<categories>
|
|
<li>Medicine</li>
|
|
</categories>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<categories>
|
|
<li>Medicine</li>
|
|
</categories>
|
|
</fixedIngredientFilter>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Sphinctoplasty_X">
|
|
<defName>Surgery_Sphinctoplasty_Micro</defName>
|
|
<label>sphinctoplasty (micro)</label>
|
|
<description>Surgically gives the pawn an micro Sphincter.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty_Micro</workerClass>
|
|
<jobString>alter Sphincter size to micro</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Sphinctoplasty_X">
|
|
<defName>Surgery_Sphinctoplasty_Tight</defName>
|
|
<label>sphinctoplasty (tight)</label>
|
|
<description>Surgically gives the pawn an tight Sphincter.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty_Tight</workerClass>
|
|
<jobString>alter Sphincter size to tight</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Sphinctoplasty_X">
|
|
<defName>Surgery_Sphinctoplasty_Average</defName>
|
|
<label>sphinctoplasty (average)</label>
|
|
<description>Surgically gives the pawn an average Sphincter.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty_Average</workerClass>
|
|
<jobString>alter Sphincter size to average</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Sphinctoplasty_X">
|
|
<defName>Surgery_Sphinctoplasty_Accomodating</defName>
|
|
<label>sphinctoplasty (accomodating)</label>
|
|
<description>Surgically gives the pawn an accomodating Sphincter.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty_Accomodating</workerClass>
|
|
<jobString>alter Sphincter size to accomodating</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Sphinctoplasty_X">
|
|
<defName>Surgery_Sphinctoplasty_Cavernous</defName>
|
|
<label>sphinctoplasty (cavernous)</label>
|
|
<description>Surgically gives the pawn an cavernous Sphincter.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Sphinctoplasty_Cavernous</workerClass>
|
|
<jobString>alter Sphincter size to cavernous</jobString>
|
|
</RecipeDef>
|
|
</Defs> |