mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
done
This commit is contained in:
parent
ed7646a76f
commit
44a9d7eb78
22 changed files with 884 additions and 35 deletions
BIN
1.3/Assemblies/RJW_PlasticSurgeries.dll
Normal file
BIN
1.3/Assemblies/RJW_PlasticSurgeries.dll
Normal file
Binary file not shown.
BIN
1.4/Assemblies/RJW_PlasticSurgeries.dll
Normal file
BIN
1.4/Assemblies/RJW_PlasticSurgeries.dll
Normal file
Binary file not shown.
43
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Beautify.xml
Normal file
43
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Beautify.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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>
|
163
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Mammoplasty.xml
Normal file
163
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Mammoplasty.xml
Normal file
|
@ -0,0 +1,163 @@
|
|||
<?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>
|
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Penoplasty.xml
Normal file
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Penoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Sphinctoplasty.xml
Normal file
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Sphinctoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Vaginoplasty.xml
Normal file
72
1.4/Defs/Recipe_Surgery/Recipes_Surgery_Vaginoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
BIN
1.5/Assemblies/RJW_PlasticSurgeries.dll
Normal file
BIN
1.5/Assemblies/RJW_PlasticSurgeries.dll
Normal file
Binary file not shown.
43
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Beautify.xml
Normal file
43
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Beautify.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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>
|
163
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Mammoplasty.xml
Normal file
163
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Mammoplasty.xml
Normal file
|
@ -0,0 +1,163 @@
|
|||
<?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>
|
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Penoplasty.xml
Normal file
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Penoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Sphinctoplasty.xml
Normal file
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Sphinctoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Vaginoplasty.xml
Normal file
72
1.5/Defs/Recipe_Surgery/Recipes_Surgery_Vaginoplasty.xml
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?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>
|
31
About/About.xml
Normal file
31
About/About.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<ModMetaData>
|
||||
<name>RJW PlasticSurgeries</name>
|
||||
<author>Stardust3D</author>
|
||||
<supportedVersions>
|
||||
<li>1.3</li>
|
||||
<li>1.4</li>
|
||||
<li>1.5</li>
|
||||
</supportedVersions>
|
||||
<packageId>Stardust3D.RJW.PlasticSurgeries</packageId>
|
||||
<description>Surgically alter pawn's genitals.</description>
|
||||
<modDependencies>
|
||||
<li>
|
||||
<packageId>rim.job.world</packageId>
|
||||
<displayName>RimJobWorld</displayName>
|
||||
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
|
||||
</li>
|
||||
<li>
|
||||
<packageId>brrainz.harmony</packageId>
|
||||
<displayName>Harmony</displayName>
|
||||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
||||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
||||
</li>
|
||||
</modDependencies>
|
||||
<loadAfter>
|
||||
<li>Ludeon.RimWorld</li>
|
||||
<li>rim.job.world</li>
|
||||
<li>LustLicentia.RJWLabs</li>
|
||||
</loadAfter>
|
||||
</ModMetaData>
|
6
About/Manifest.xml
Normal file
6
About/Manifest.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<Manifest>
|
||||
<identifier>RJW PlasticSurgeries</identifier>
|
||||
<version>5400.0.1.8</version>
|
||||
</Manifest>
|
|
@ -7,7 +7,6 @@ namespace RJW_PlasticSurgeries
|
|||
{
|
||||
public abstract class Recipe_Plastic_Surgery : Recipe_Surgery
|
||||
{
|
||||
protected readonly bool HasDyspareunia = false; // ModLister.HasActiveModWithName("Dyspareunia");
|
||||
protected readonly bool HasLicentia = ModLister.HasActiveModWithName("RimJobWorld - Licentia Labs");
|
||||
|
||||
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
|
||||
|
@ -35,18 +34,11 @@ namespace RJW_PlasticSurgeries
|
|||
|
||||
protected abstract void SurgeryResult(Pawn pawn);
|
||||
|
||||
|
||||
/// <Compatibility />
|
||||
private static void DamageHediff(Hediff hed)
|
||||
{
|
||||
}
|
||||
|
||||
protected void SurgeryX(Pawn pawn, float severity, bool damagePart = false)
|
||||
{
|
||||
GetHediffs(pawn).ForEach(hed =>
|
||||
{
|
||||
hed.Severity = severity;
|
||||
if (damagePart && HasDyspareunia) DamageHediff(hed);
|
||||
if (damagePart && HasLicentia)
|
||||
{
|
||||
var (type, damage) = GetLicentiaDamage();
|
||||
|
|
|
@ -22,16 +22,10 @@
|
|||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
||||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
||||
</li>
|
||||
<!--<li>
|
||||
<packageId>NuttySquabble.Dyspareunia</packageId>
|
||||
<displayName>Dyspareunia</displayName>
|
||||
<downloadUrl>https://gitgud.io/NuttySquabble/Dyspareunia</downloadUrl>
|
||||
</li>-->
|
||||
</modDependencies>
|
||||
<loadAfter>
|
||||
<li>Ludeon.RimWorld</li>
|
||||
<li>rim.job.world</li>
|
||||
<li>NuttySquabble.Dyspareunia</li>
|
||||
<li>LustLicentia.RJWLabs</li>
|
||||
</loadAfter>
|
||||
</ModMetaData>
|
|
@ -36,9 +36,6 @@
|
|||
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Dyspareunia">
|
||||
<HintPath>..\..\..\dyspareunia\1.3\Assemblies\Dyspareunia.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LicentiaLabs">
|
||||
<HintPath>..\..\..\licentia-labs\Assemblies\LicentiaLabs.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
@ -36,9 +36,6 @@
|
|||
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Dyspareunia">
|
||||
<HintPath>..\..\..\dyspareunia\1.4\Assemblies\Dyspareunia.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LicentiaLabs">
|
||||
<HintPath>..\..\..\licentia-labs\Assemblies\LicentiaLabs.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
@ -36,9 +36,6 @@
|
|||
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<!--<Reference Include="Dyspareunia">
|
||||
<HintPath>..\..\..\dyspareunia\1.5\Assemblies\Dyspareunia.dll</HintPath>
|
||||
</Reference>-->
|
||||
<Reference Include="LicentiaLabs">
|
||||
<HintPath>..\..\..\licentia-labs\Assemblies\LicentiaLabs.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
using System.Collections.Generic;
|
||||
using Dyspareunia;
|
||||
using RimWorld;
|
||||
using rjw;
|
||||
using Verse;
|
||||
using DamageDefOf = Dyspareunia.DamageDefOf;
|
||||
|
||||
namespace RJW_PlasticSurgeries
|
||||
{
|
||||
public abstract class Recipe_Plastic_Surgery : Recipe_Surgery
|
||||
{
|
||||
protected readonly bool HasDyspareunia = ModLister.HasActiveModWithName("Dyspareunia");
|
||||
protected readonly bool HasLicentia = ModLister.HasActiveModWithName("RimJobWorld - Licentia Labs");
|
||||
|
||||
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
|
||||
|
@ -37,17 +34,11 @@ namespace RJW_PlasticSurgeries
|
|||
|
||||
protected abstract void SurgeryResult(Pawn pawn);
|
||||
|
||||
private static void DamageHediff(Hediff hed)
|
||||
{
|
||||
PenetrationUtility.AddDamageHediff(DamageDefOf.SexStretch, 0.5f, hed, null);
|
||||
}
|
||||
|
||||
protected void SurgeryX(Pawn pawn, float severity, bool damagePart = false)
|
||||
{
|
||||
GetHediffs(pawn).ForEach(hed =>
|
||||
{
|
||||
hed.Severity = severity;
|
||||
if (damagePart && HasDyspareunia) DamageHediff(hed);
|
||||
if (damagePart && HasLicentia)
|
||||
{
|
||||
var (type, damage) = GetLicentiaDamage();
|
||||
|
|
|
@ -52,7 +52,7 @@ tasks.register<com.ullink.Msbuild>("buildC#_1.5") {
|
|||
|
||||
tasks.register<Exec>("sign_1.3") {
|
||||
dependsOn("buildC#_1.3")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.3/net48")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.3/net472")
|
||||
executable = "H:\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe"
|
||||
args = listOf(
|
||||
"sign",
|
||||
|
@ -70,7 +70,7 @@ tasks.register<Exec>("sign_1.3") {
|
|||
|
||||
tasks.register<Exec>("sign_1.4") {
|
||||
dependsOn("buildC#_1.4")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.4/net48")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.4/net472")
|
||||
executable = "H:\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe"
|
||||
args = listOf(
|
||||
"sign",
|
||||
|
@ -88,7 +88,7 @@ tasks.register<Exec>("sign_1.4") {
|
|||
|
||||
tasks.register<Exec>("sign_1.5") {
|
||||
dependsOn("buildC#_1.5")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.5/net48")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/bin/Release/1.5/net472")
|
||||
executable = "H:\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe"
|
||||
args = listOf(
|
||||
"sign",
|
||||
|
|
Loading…
Reference in a new issue