Separate RJW Cum integration, add Vanilla Skills Expanded integration

This commit is contained in:
amevarashi 2022-09-08 19:42:19 +05:00
parent d69b01c150
commit 0a412a0060
16 changed files with 238 additions and 39 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>CleanSelfwithBucket</defName>
<driverClass>RJWSexperienceCum.JobDriver_CleanSelfWithBucket</driverClass>
<reportString>collecting cum</reportString>
<casualInterruptible>true</casualInterruptible>
</JobDef>
</Defs>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>CleanSelfwithBucket</defName>
<label>collect cum into a bucket</label>
<giverClass>RJWSexperienceCum.WorkGiver_CleanSelfWithBucket</giverClass>
<workType>BasicWorker</workType>
<verb>collect cum into a</verb>
<gerund>collecting cum into a</gerund>
<scanCells>false</scanCells>
<priorityInType>12</priorityInType>
<nonColonistsCanDo>true</nonColonistsCanDo>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</Defs>