mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
fixed surgeries not showing up in 1.5
This commit is contained in:
parent
b36cf9de39
commit
bb883f6d6b
19 changed files with 21 additions and 844 deletions
|
@ -1,72 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Defs>
|
||||
<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>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue