2021-12-29 18:50:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<Defs>
|
2022-01-15 02:57:37 +00:00
|
|
|
|
<RecipeDef Name="Surgery_Vaginoplasty_X" Abstract="True">
|
|
|
|
|
<defName>Surgery_Vaginoplasty</defName>
|
|
|
|
|
<label>vaginoplasty</label>
|
|
|
|
|
<description>Surgically tightens the pawn's Vagina by 25%.</description>
|
|
|
|
|
<!--<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty</workerClass>-->
|
|
|
|
|
<jobString>tightening Vagina</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_Vaginoplasty_X">
|
|
|
|
|
<defName>Surgery_Vaginoplasty_Micro</defName>
|
|
|
|
|
<label>vaginoplasty (micro)</label>
|
|
|
|
|
<description>Surgically gives the pawn an micro Vagina.</description>
|
|
|
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty_Micro</workerClass>
|
|
|
|
|
<jobString>alter Vagina size to micro</jobString>
|
|
|
|
|
</RecipeDef>
|
|
|
|
|
<RecipeDef ParentName="Surgery_Vaginoplasty_X">
|
|
|
|
|
<defName>Surgery_Vaginoplasty_Tight</defName>
|
|
|
|
|
<label>vaginoplasty (tight)</label>
|
|
|
|
|
<description>Surgically gives the pawn an tight Vagina.</description>
|
|
|
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty_Tight</workerClass>
|
|
|
|
|
<jobString>alter Vagina size to tight</jobString>
|
|
|
|
|
</RecipeDef>
|
|
|
|
|
<RecipeDef ParentName="Surgery_Vaginoplasty_X">
|
|
|
|
|
<defName>Surgery_Vaginoplasty_Average</defName>
|
|
|
|
|
<label>vaginoplasty (average)</label>
|
|
|
|
|
<description>Surgically gives the pawn an average Vagina.</description>
|
|
|
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty_Average</workerClass>
|
|
|
|
|
<jobString>alter Vagina size to average</jobString>
|
|
|
|
|
</RecipeDef>
|
|
|
|
|
<RecipeDef ParentName="Surgery_Vaginoplasty_X">
|
|
|
|
|
<defName>Surgery_Vaginoplasty_Accomodating</defName>
|
|
|
|
|
<label>vaginoplasty (accomodating)</label>
|
|
|
|
|
<description>Surgically gives the pawn an accomodating Vagina.</description>
|
|
|
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty_Accomodating</workerClass>
|
|
|
|
|
<jobString>alter Vagina size to accomodating</jobString>
|
|
|
|
|
</RecipeDef>
|
|
|
|
|
<RecipeDef ParentName="Surgery_Vaginoplasty_X">
|
|
|
|
|
<defName>Surgery_Vaginoplasty_Cavernous</defName>
|
|
|
|
|
<label>vaginoplasty (cavernous)</label>
|
|
|
|
|
<description>Surgically gives the pawn an cavernous Vagina.</description>
|
|
|
|
|
<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Vaginoplasty_Cavernous</workerClass>
|
|
|
|
|
<jobString>alter Vagina size to cavernous</jobString>
|
|
|
|
|
</RecipeDef>
|
2021-12-29 18:50:44 +00:00
|
|
|
|
</Defs>
|