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>
|
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Defs>
|
||||
<!-- Sex ExpertiseDefs by Rain -->
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Sensualist</defName>
|
||||
<label>Sensualising</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An expert in sex and sensuous activities.</description>
|
||||
<statOffsets>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Rapist</defName>
|
||||
<label>Raping</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An experienced rapist.</description>
|
||||
<statOffsets>
|
||||
<Vulnerability>-0.025</Vulnerability>
|
||||
<!-- Pawn gets more out of sex but isn't necessarily good at sex -->
|
||||
<SexSatisfaction>0.025</SexSatisfaction>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Victim</defName>
|
||||
<label>Rapee</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An expertise in getting raped.</description>
|
||||
<statOffsets>
|
||||
<Vulnerability>0.025</Vulnerability>
|
||||
<SexSatisfaction>-0.025</SexSatisfaction>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Submissive</defName>
|
||||
<label>Submitting</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An expert in sexual submission.</description>
|
||||
<statOffsets>
|
||||
<Vulnerability>0.025</Vulnerability>
|
||||
<SexSatisfaction>0.025</SexSatisfaction>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Dominant</defName>
|
||||
<label>Dominating</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An expert in sexual domination.</description>
|
||||
<statOffsets>
|
||||
<Vulnerability>-0.025</Vulnerability>
|
||||
<SexSatisfaction>0.025</SexSatisfaction>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Hypersexuality</defName>
|
||||
<label>Sexualizing</label>
|
||||
<skill>Sex</skill>
|
||||
<description>A sex craved individual.</description>
|
||||
<statOffsets>
|
||||
<SexFrequency>0.05</SexFrequency>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
|
||||
<VSE.Expertise.ExpertiseDef>
|
||||
<defName>Prude</defName>
|
||||
<label>Pruding</label>
|
||||
<skill>Sex</skill>
|
||||
<description>An experienced person in sex but decided they do not like it.</description>
|
||||
<statOffsets>
|
||||
<SexFrequency>-0.05</SexFrequency>
|
||||
</statOffsets>
|
||||
</VSE.Expertise.ExpertiseDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue