RJW-Sexperience/Defs/WorkGiverDefs/WorkGivers_CleanSelf.xml

17 lines
565 B
XML
Raw Normal View History

2022-05-03 05:09:29 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
2022-07-23 10:41:57 +00:00
<WorkGiverDef MayRequire="rjw.cum">
2022-05-03 05:09:29 +00:00
<defName>CleanSelfwithBucket</defName>
<label>collect cum into a bucket</label>
<giverClass>RJWSexperience.Cum.WorkGiver_CleanSelfWithBucket</giverClass>
<workType>BasicWorker</workType>
<verb>collect cum into a</verb>
<gerund>collecting cum into a</gerund>
<scanCells>false</scanCells>
2022-07-23 10:41:57 +00:00
<priorityInType>12</priorityInType>
2022-05-03 05:09:29 +00:00
<nonColonistsCanDo>true</nonColonistsCanDo>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</Defs>