mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
cleaned up folder structure
This commit is contained in:
parent
d252b4d92c
commit
418f7f42e4
29 changed files with 1348 additions and 7 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue