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
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue