mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
72 lines
No EOL
3.2 KiB
XML
72 lines
No EOL
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Defs>
|
|
<RecipeDef Name="Surgery_Penoplasty_X" Abstract="True">
|
|
<defName>Surgery_Penoplasty</defName>
|
|
<label>Penoplasty</label>
|
|
<description>Surgically enlarges the pawn's Penis by 25%.</description>
|
|
<!--<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty</workerClass>-->
|
|
<jobString>enlarging Penis</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_Penoplasty_X">
|
|
<defName>Surgery_Penoplasty_Micro</defName>
|
|
<label>Penoplasty (micro)</label>
|
|
<description>Surgically gives the pawn an micro Penis.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty_Micro</workerClass>
|
|
<jobString>alter Penis size to micro</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Penoplasty_X">
|
|
<defName>Surgery_Penoplasty_Small</defName>
|
|
<label>Penoplasty (small)</label>
|
|
<description>Surgically gives the pawn an small Penis.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty_Small</workerClass>
|
|
<jobString>alter Penis size to small</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Penoplasty_X">
|
|
<defName>Surgery_Penoplasty_Average</defName>
|
|
<label>Penoplasty (average)</label>
|
|
<description>Surgically gives the pawn an average Penis.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty_Average</workerClass>
|
|
<jobString>alter Penis size to average</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Penoplasty_X">
|
|
<defName>Surgery_Penoplasty_Large</defName>
|
|
<label>Penoplasty (large)</label>
|
|
<description>Surgically gives the pawn an accomodating Penis.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty_Large</workerClass>
|
|
<jobString>alter Penis size to large</jobString>
|
|
</RecipeDef>
|
|
<RecipeDef ParentName="Surgery_Penoplasty_X">
|
|
<defName>Surgery_Penoplasty_Huge</defName>
|
|
<label>Penoplasty (huge)</label>
|
|
<description>Surgically gives the pawn an huge Penis.</description>
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Penoplasty_Huge</workerClass>
|
|
<jobString>alter Penis size to huge</jobString>
|
|
</RecipeDef>
|
|
</Defs> |