Induce lactation

This commit is contained in:
c0ffee12 2021-07-29 18:33:08 -07:00
parent 616d83ba08
commit f21812a3eb
11 changed files with 382 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>MassageBreasts</defName>
<driverClass>CRIALactation.JobDriver_MassageBreasts</driverClass>
<reportString>stimulating TargetA's breasts.</reportString>
<allowOpportunisticPrefix>true</allowOpportunisticPrefix>
</JobDef>
</Defs>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>MassageBreasts</defName>
<label>massage TargetA's breasts</label>
<giverClass>CRIALactation.WorkGiver_MassageBreasts</giverClass>
<workType>Handling</workType>
<verb>massage</verb>
<gerund>stimulating the breasts of</gerund>
<priorityInType>91</priorityInType>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</Defs>