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
				
			
		
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1,43 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<Defs>
 | 
					 | 
				
			||||||
    <RecipeDef Name="Surgery_Beautify_X" Abstract="True">
 | 
					 | 
				
			||||||
        <defName>Surgery_Beautify</defName>
 | 
					 | 
				
			||||||
        <label>beautify</label>
 | 
					 | 
				
			||||||
        <description>Surgically beautifies the pawn.</description>
 | 
					 | 
				
			||||||
        <jobString>beautifying</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_Beautify_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Beautify_Beautiful</defName>
 | 
					 | 
				
			||||||
        <label>beautify (beautiful)</label>
 | 
					 | 
				
			||||||
        <description>Surgically beautifies the pawn.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Beautify_Beautiful</workerClass>
 | 
					 | 
				
			||||||
        <jobString>beautify the pawn.</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
</Defs>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,163 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<Defs>
 | 
					 | 
				
			||||||
    <RecipeDef Name="Surgery_Mammoplasty_X" Abstract="True">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty</label>
 | 
					 | 
				
			||||||
        <description>Surgically increases the pawn's breast size by 25%.</description>
 | 
					 | 
				
			||||||
        <!--<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty</workerClass>-->
 | 
					 | 
				
			||||||
        <jobString>increasing breast size</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_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_A</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (A Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an A cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_A</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to A</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_B</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (B Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an B cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_B</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to B</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_C</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (C Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an C cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_C</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to C</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_D</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (D Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an D cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_D</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to D</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_E</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (E Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an E cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_E</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to E</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_F</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (F Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an F cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_F</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to F</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_G</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (G Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an G cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_G</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to G</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_H</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (H Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an H cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_H</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to H</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_J</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (J Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an J cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_J</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to J</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_K</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (K Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an K cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_K</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to K</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_L</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (L Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an L cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_L</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to L</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_M</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (M Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an M cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_M</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to M</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_N</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (N Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an N cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_N</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to N</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_O</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (O Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an O cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_O</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to O</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_P</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (P Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an P cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_P</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to P</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_Q</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (Q Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an Q cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_Q</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to Q</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_R</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (R Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an R cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_R</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to R</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_Unknown</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (??? Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an ??? cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_Unknown</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to ???</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
</Defs>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,72 +0,0 @@
 | 
				
			||||||
<?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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,72 +0,0 @@
 | 
				
			||||||
<?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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,43 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<Defs>
 | 
					 | 
				
			||||||
    <RecipeDef Name="Surgery_Beautify_X" Abstract="True">
 | 
					 | 
				
			||||||
        <defName>Surgery_Beautify</defName>
 | 
					 | 
				
			||||||
        <label>beautify</label>
 | 
					 | 
				
			||||||
        <description>Surgically beautifies the pawn.</description>
 | 
					 | 
				
			||||||
        <jobString>beautifying</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_Beautify_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Beautify_Beautiful</defName>
 | 
					 | 
				
			||||||
        <label>beautify (beautiful)</label>
 | 
					 | 
				
			||||||
        <description>Surgically beautifies the pawn.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Beautify_Beautiful</workerClass>
 | 
					 | 
				
			||||||
        <jobString>beautify the pawn.</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
</Defs>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,163 +0,0 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<Defs>
 | 
					 | 
				
			||||||
    <RecipeDef Name="Surgery_Mammoplasty_X" Abstract="True">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty</label>
 | 
					 | 
				
			||||||
        <description>Surgically increases the pawn's breast size by 25%.</description>
 | 
					 | 
				
			||||||
        <!--<workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty</workerClass>-->
 | 
					 | 
				
			||||||
        <jobString>increasing breast size</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_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_A</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (A Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an A cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_A</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to A</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_B</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (B Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an B cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_B</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to B</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_C</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (C Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an C cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_C</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to C</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_D</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (D Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an D cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_D</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to D</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_E</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (E Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an E cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_E</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to E</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_F</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (F Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an F cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_F</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to F</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_G</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (G Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an G cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_G</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to G</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_H</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (H Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an H cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_H</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to H</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_J</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (J Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an J cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_J</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to J</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_K</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (K Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an K cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_K</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to K</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_L</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (L Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an L cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_L</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to L</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_M</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (M Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an M cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_M</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to M</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_N</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (N Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an N cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_N</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to N</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_O</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (O Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an O cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_O</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to O</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_P</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (P Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an P cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_P</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to P</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_Q</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (Q Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an Q cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_Q</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to Q</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_R</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (R Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an R cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_R</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to R</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
    <RecipeDef ParentName="Surgery_Mammoplasty_X">
 | 
					 | 
				
			||||||
        <defName>Surgery_Mammoplasty_Unknown</defName>
 | 
					 | 
				
			||||||
        <label>mammoplasty (??? Cup)</label>
 | 
					 | 
				
			||||||
        <description>Surgically gives the pawn an ??? cup.</description>
 | 
					 | 
				
			||||||
        <workerClass>RJW_PlasticSurgeries.Recipe_Surgery_Mammoplasty_Unknown</workerClass>
 | 
					 | 
				
			||||||
        <jobString>alter cup size to ???</jobString>
 | 
					 | 
				
			||||||
    </RecipeDef>
 | 
					 | 
				
			||||||
</Defs>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,72 +0,0 @@
 | 
				
			||||||
<?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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -1,72 +0,0 @@
 | 
				
			||||||
<?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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -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>
 | 
					 | 
				
			||||||
| 
						 | 
					@ -115,6 +115,8 @@ tasks.register<Copy>("copy_about") {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.register<Copy>("copy_1.3") {
 | 
					tasks.register<Copy>("copy_1.3") {
 | 
				
			||||||
    dependsOn("copyDll_1.3")
 | 
					    dependsOn("copyDll_1.3")
 | 
				
			||||||
 | 
					    dependsOn("copyDefs_1.3")
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    from(project.projectDir.resolve("${rootProject.name}/1.3")){
 | 
					    from(project.projectDir.resolve("${rootProject.name}/1.3")){
 | 
				
			||||||
        exclude("**/*.cs")
 | 
					        exclude("**/*.cs")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					@ -123,6 +125,8 @@ tasks.register<Copy>("copy_1.3") {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.register<Copy>("copy_1.4") {
 | 
					tasks.register<Copy>("copy_1.4") {
 | 
				
			||||||
    dependsOn("copyDll_1.4")
 | 
					    dependsOn("copyDll_1.4")
 | 
				
			||||||
 | 
					    dependsOn("copyDefs_1.4")
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    from(project.projectDir.resolve("${rootProject.name}/1.4")){
 | 
					    from(project.projectDir.resolve("${rootProject.name}/1.4")){
 | 
				
			||||||
        exclude("**/*.cs")
 | 
					        exclude("**/*.cs")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					@ -131,6 +135,8 @@ tasks.register<Copy>("copy_1.4") {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.register<Copy>("copy_1.5") {
 | 
					tasks.register<Copy>("copy_1.5") {
 | 
				
			||||||
    dependsOn("copyDll_1.5")
 | 
					    dependsOn("copyDll_1.5")
 | 
				
			||||||
 | 
					    dependsOn("copyDefs_1.5")
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    from(project.projectDir.resolve("${rootProject.name}/1.5")){
 | 
					    from(project.projectDir.resolve("${rootProject.name}/1.5")){
 | 
				
			||||||
        exclude("**/*.cs")
 | 
					        exclude("**/*.cs")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					@ -155,6 +161,21 @@ tasks.register<Copy>("copyDll_1.5") {
 | 
				
			||||||
    into(project.projectDir.parentFile.resolve("1.5/Assemblies"))
 | 
					    into(project.projectDir.parentFile.resolve("1.5/Assemblies"))
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					tasks.register<Copy>("copyDefs_1.3") {
 | 
				
			||||||
 | 
					    from(project.projectDir.resolve("${rootProject.name}/Defs"))
 | 
				
			||||||
 | 
					    into(project.projectDir.parentFile.resolve("1.3/Defs"))
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					tasks.register<Copy>("copyDefs_1.4") {
 | 
				
			||||||
 | 
					    from(project.projectDir.resolve("${rootProject.name}/Defs"))
 | 
				
			||||||
 | 
					    into(project.projectDir.parentFile.resolve("1.4/Defs"))
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					tasks.register<Copy>("copyDefs_1.5") {
 | 
				
			||||||
 | 
					    from(project.projectDir.resolve("${rootProject.name}/Defs"))
 | 
				
			||||||
 | 
					    into(project.projectDir.parentFile.resolve("1.5/Defs"))
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tasks.register<Zip>("buildZip") {
 | 
					tasks.register<Zip>("buildZip") {
 | 
				
			||||||
    dependsOn("clean", ":copy")
 | 
					    dependsOn("clean", ":copy")
 | 
				
			||||||
    into("$friendlyName/1.3") {
 | 
					    into("$friendlyName/1.3") {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue