mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Separate RJW Cum integration, add Vanilla Skills Expanded integration
This commit is contained in:
parent
d69b01c150
commit
0a412a0060
16 changed files with 238 additions and 39 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue