mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
1.0.5.4
This commit is contained in:
parent
1851627615
commit
c1ac806cb2
35 changed files with 778 additions and 45 deletions
BIN
1.3/SexperienceModule/Assemblies/SexperienceModule.dll
Normal file
BIN
1.3/SexperienceModule/Assemblies/SexperienceModule.dll
Normal file
Binary file not shown.
14
1.3/SexperienceModule/Defs/Items_Resource_CumMixture.xml
Normal file
14
1.3/SexperienceModule/Defs/Items_Resource_CumMixture.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThingDef ParentName="GatheredCum">
|
||||
<defName>GatheredCumMixture</defName>
|
||||
<label>cum mixture</label>
|
||||
<description>Gathered mixture of cum.</description>
|
||||
<thingClass>RJW_Menstruation.Sexperience.GatheredCumMixture</thingClass>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/GatheredCum</texPath>
|
||||
<drawSize>1</drawSize>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
</graphicData>
|
||||
</ThingDef>
|
||||
</Defs>
|
10
1.3/SexperienceModule/Defs/JobDefs/Jobs_GatherCum.xml
Normal file
10
1.3/SexperienceModule/Defs/JobDefs/Jobs_GatherCum.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<JobDef>
|
||||
<defName>VaginaWashingwithBucket</defName>
|
||||
<driverClass>RJW_Menstruation.Sexperience.JobDriver_VaginaWashingWithBucket</driverClass>
|
||||
<reportString>washing vagina</reportString>
|
||||
<casualInterruptible>true</casualInterruptible>
|
||||
</JobDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue