mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
80 lines
2.7 KiB
XML
80 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<RecipeDef Abstract="True" Name="BaseBreastSurgery">
|
|
<effectWorking>Surgery</effectWorking>
|
|
<soundWorking>Recipe_Surgery</soundWorking>
|
|
<workSpeedStat>MedicalOperationSpeed</workSpeedStat>
|
|
<workSkill>Medicine</workSkill>
|
|
<workSkillLearnFactor>0.2</workSkillLearnFactor>
|
|
<workAmount>400</workAmount>
|
|
<anesthetize>false</anesthetize>
|
|
<recipeUsers>
|
|
<li>Human</li>
|
|
</recipeUsers>
|
|
<surgerySuccessChanceFactor>100</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="BaseBreastSurgery">
|
|
<defName>Surgery_ExpandAreola</defName>
|
|
<label>expand areolae</label>
|
|
<description>Expand the areolae.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_ExpandAreola</workerClass>
|
|
<jobString>expanding areolae</jobString>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="BaseBreastSurgery">
|
|
<defName>Surgery_ContractAreola</defName>
|
|
<label>contract areolae</label>
|
|
<description>Contract the areolae.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_ContractAreola</workerClass>
|
|
<jobString>contracting areolae</jobString>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="BaseBreastSurgery">
|
|
<defName>Surgery_ExpandNipple</defName>
|
|
<label>Expand nipple</label>
|
|
<description>Expand the nipples.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_ExpandNipple</workerClass>
|
|
<jobString>expanding nipples</jobString>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="BaseBreastSurgery">
|
|
<defName>Surgery_ContractNipple</defName>
|
|
<label>Contract nipples</label>
|
|
<description>Contract the nipples.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_ContractNipple</workerClass>
|
|
<jobString>contracting nipples</jobString>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="BaseBreastSurgery">
|
|
<defName>Surgery_DarkenNipple</defName>
|
|
<label>Darken nipples</label>
|
|
<description>Darken the nipples.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_DarkenNipple</workerClass>
|
|
<jobString>darkening nipples</jobString>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="BaseBreastSurgery">
|
|
<defName>Surgery_LightenNipple</defName>
|
|
<label>Lighten nipples</label>
|
|
<description>Lighten the nipples.</description>
|
|
<workerClass>RJW_Menstruation.Recipe_LightenNipple</workerClass>
|
|
<jobString>lightening nipples</jobString>
|
|
</RecipeDef>
|
|
|
|
</Defs>
|