code
stringlengths
0
56.1M
repo_name
stringlengths
3
57
path
stringlengths
2
176
language
stringclasses
672 values
license
stringclasses
8 values
size
int64
0
56.8M
<?xml version="1.0" encoding="utf-8" ?> <Defs> <HediffDef Name="Sex_Change_Thoughts_Syndrome" Abstract="True"> <hediffClass>HediffWithComps</hediffClass> <defaultLabelColor>(1, 0.41, 0.71)</defaultLabelColor> <!--This will start from top severity and go down gradually, the code will change initial severity if needed for particular pawn--> <description>Your description could be here.</description> <initialSeverity>1.0</initialSeverity> <minSeverity>0.001</minSeverity> <maxSeverity>1.0</maxSeverity> <isBad>false</isBad> <tendable>false</tendable> <scenarioCanAdd>false</scenarioCanAdd> <comps> <li Class="HediffCompProperties_SeverityPerDay"> <severityPerDay>-0.01</severityPerDay> </li> <li Class="HediffCompProperties_Disappears"> <!--These are long but lowest stage is actually bonus mood.--> <!--The code will modify the severity so that some pawns are happy right away and others only get used to it before effect vanishes--> <disappearsAfterTicks> <!--60 days (1 year)--> <min>3600000</min> <!--1.5 years--> <max>4800000</max> </disappearsAfterTicks> </li> </comps> <stages> <li> <label>ignorance</label> <becomeVisible>false</becomeVisible> </li> <li> <label>acceptance</label> <minSeverity>0.01</minSeverity> <becomeVisible>false</becomeVisible> </li> <li> <label>saddness</label> <minSeverity>0.25</minSeverity> <becomeVisible>false</becomeVisible> </li> <li> <label>anger</label> <becomeVisible>false</becomeVisible> <minSeverity>0.4</minSeverity> </li> <li> <label>rejection</label> <minSeverity>0.7</minSeverity> <becomeVisible>false</becomeVisible> </li> </stages> </HediffDef> <!--THese are all the same, the flavor text is different--> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_male2trap</defName> <label>male2trap</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_male2female</defName> <label>male2female</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_male2futa</defName> <label>male2futa</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_female2trap</defName> <label>female2trap</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_female2male</defName> <label>female2male</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_female2futa</defName> <label>female2futa</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_futa2trap</defName> <label>futa2trap</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_futa2male</defName> <label>futa2male</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_futa2female</defName> <label>futa2female</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_trap2futa</defName> <label>trap2futa</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_trap2male</defName> <label>trap2male</label> </HediffDef> <HediffDef ParentName="Sex_Change_Thoughts_Syndrome"> <defName>hediff_trap2female</defName> <label>trap2female</label> </HediffDef> <!--hidden hediffs to track original sex--> <HediffDef Name="Sex_Change_Original_Sex" Abstract="True"> <hediffClass>HediffWithComps</hediffClass> <defaultLabelColor>(1, 0.41, 0.71)</defaultLabelColor> <description>Changed gender</description> <maxSeverity>1.0</maxSeverity> <isBad>false</isBad> <tendable>false</tendable> <scenarioCanAdd>false</scenarioCanAdd> <stages> <li> <becomeVisible>false</becomeVisible> </li> </stages> </HediffDef> <HediffDef ParentName="Sex_Change_Original_Sex"> <defName>hediff_was_boy</defName> <label>was_boy</label> </HediffDef> <HediffDef ParentName="Sex_Change_Original_Sex"> <defName>hediff_was_girl</defName> <label>was_girl</label> </HediffDef> <!--whatever this may mean:--> <HediffDef ParentName="Sex_Change_Original_Sex"> <defName>hediff_was_futa</defName> <label>was_futa</label> </HediffDef> <HediffDef ParentName="Sex_Change_Original_Sex"> <defName>hediff_was_trap</defName> <label>was_trap</label> </HediffDef> </Defs>
Korth95/rjw
1.1/Defs/HediffDefs/Hediffs_Transgender.xml
XML
mit
4,508
<?xml version="1.0" encoding="utf-8" ?> <Defs> <IncidentDef> <defName>NymphJoins</defName> <label>nymph joins</label> <category>Misc</category> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_NymphJoins</workerClass> <baseChance>0.67</baseChance> <minRefireDays>6</minRefireDays> </IncidentDef> <IncidentDef> <defName>NymphVisitor</defName> <label>nymph visitor</label> <category>Misc</category> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_NymphVisitor</workerClass> <baseChance>0.67</baseChance> <minRefireDays>6</minRefireDays> </IncidentDef> <IncidentDef> <defName>NymphVisitorGroupEasy</defName> <label>nymph raid(easy)</label> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_NymphVisitorGroupEasy</workerClass> <category>ThreatBig</category> <baseChance>0.1</baseChance> <minRefireDays>6</minRefireDays> <pointsScaleable>false</pointsScaleable> </IncidentDef> <IncidentDef> <defName>NymphVisitorGroupHard</defName> <label>nymph raid(hard)</label> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_NymphVisitorGroupHard</workerClass> <category>ThreatBig</category> <baseChance>0.01</baseChance> <minRefireDays>6</minRefireDays> <pointsScaleable>false</pointsScaleable> </IncidentDef> </Defs>
Korth95/rjw
1.1/Defs/IncidentDef/Incidents_Nymph.xml
XML
mit
1,432
<?xml version="1.0" encoding="utf-8" ?> <Defs> <IncidentDef ParentName="DiseaseIncident"> <defName>Disease_Boobitis</defName> <label>boobitis mechanites</label> <diseaseIncident>Boobitis</diseaseIncident> <diseasePartsToAffect> <li>Chest</li> </diseasePartsToAffect> <letterLabel>Disease (boobitis mechanites)</letterLabel> </IncidentDef> </Defs>
Korth95/rjw
1.1/Defs/IncidentDef/Incidents_STD.xml
XML
mit
368
<?xml version="1.0" encoding="utf-8" ?> <Defs> <IncidentDef> <defName>TestInc</defName> <label>test inc</label> <category>Misc</category> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_TestInc</workerClass> <letterLabel>Something Happened</letterLabel> <letterText>Something Happened</letterText> <letterDef>ThreatSmall</letterDef> <baseChance>0.0</baseChance> <minRefireDays>9999</minRefireDays> </IncidentDef> <IncidentDef> <defName>TestInc2</defName> <label>test inc2</label> <category>Misc</category> <targetTags> <li>Map_PlayerHome</li> </targetTags> <workerClass>rjw.IncidentWorker_TestInc2</workerClass> <letterLabel>Something Happened2</letterLabel> <letterText>Something Happened2</letterText> <letterDef>ThreatSmall</letterDef> <baseChance>0.0</baseChance> <minRefireDays>9999</minRefireDays> </IncidentDef> </Defs>
Korth95/rjw
1.1/Defs/IncidentDef/Incidents_Testing.xml
XML
mit
917
<?xml version="1.0" encoding="utf-8" ?> <Defs> <InteractionDef> <defName>AnalBreeding</defName> <label>anal breeding</label> <workerClass>rjw.InteractionWorker_AnalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Mounted [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was anally mounted by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM><!--Fuck--> <RMBLabelF>request anal breeding</RMBLabelF><!--Get Fucked--> <i_role>Active</i_role><!--Fuck--> <!--<i_role>Passive</i_role><!--Get Fucked--> <tags><!--Tags for finding/filtering interaction in db--> <li>Oral</li> <li>Anal</li> <li>Vaginal</li> <li>Handjob</li> <li>Footjob</li> <li>Breastjob</li> <li>Masturbation</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> <li>Breeding</li> </tags> <i_tags><!--Tags showing what initiator does/uses/needs--> <li>Animal</li> <li>Oral</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> <li>Vaginal</li> <li>Anal</li> </i_tags> <r_tags><!--Tags showing what receiver does/uses/needs--> <li>Animal</li> <li>Oral</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> <li>Vaginal</li> <li>Anal</li> </r_tags> <!-- Handjob+Anal=Fisting/Fingering Handjob+Vaginal=Fisting/Fingering Oral+Anal=Rimmimg Oral+Oral=Sixtynine Oral+Vaginal=Cunnilingus Oral+Penis=Fellatio/Beakjob Vaginal+Vaginal=Scissoring Penis+Vaginal+Anal=DoublePenetration Masturbation+Masturbation=MutualMasturbation ??? --> <forced_rulepack_def><!--Use these rulepack as fixed outcome, none = try find random by tags--> <!--<li></li>--> </forced_rulepack_def> </li> </modExtensions> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions.txt
Text
mit
2,148
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Breeding/rape --> <InteractionDef> <defName>AnalBreeding</defName> <label>anal breeding</label> <workerClass>rjw.InteractionWorker_AnalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Mounted [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was anally mounted by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Anal</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> <li>Breeding</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>VaginalBreeding</defName> <label>vaginal breeding</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Mounted [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was mounted by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed vaginally</RMBLabelM> <RMBLabelF>request vaginal breeding</RMBLabelF> <tags> <li>Vaginal</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> <li>Breeding</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Vaginal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>OralBreeding</defName> <label>licking</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Licked [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was licked by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Oral</li> </r_tags> </li> </modExtensions> </InteractionDef> <!-- Another rare one, but needed to get the icons working right. --> <InteractionDef> <defName>FingeringBreeding</defName> <label>fingering</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fingered [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was fingered by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Anal</li> <li>Vaginal</li> <li>Handjob</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> </tags> <i_tags> <li>Animal</li> <li>Handjob</li> </i_tags> <r_tags> <li>Anal</li> <li>Vaginal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>ForcedOralBreeding</defName> <label>licking</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Forced oral sex from [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was forced into giving oral.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Oral</li> </r_tags> </li> </modExtensions> </InteractionDef> <!-- invitation "Female" breeding --> <InteractionDef> <defName>RequestVaginalBreeding</defName> <label>vaginal breeding</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->[RECIPIENT_nameDef] presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <RMBDescription>request anal breeding</RMBDescription> <i_role>Passive</i_role> <tags> <li>Vaginal</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Vaginal</li> </r_tags> <forced_rulepack_def> <!--<li></li>--> </forced_rulepack_def> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>RequestAnalBreeding</defName> <label>anal breeding</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->[RECIPIENT_nameDef] presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Anal</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Breed.xml
XML
mit
7,492
<?xml version="1.0" encoding="utf-8" ?> <Defs> <InteractionDef> <!-- not used? --> <defName>ForcedFellatioBreeding</defName> <label>Service oraly</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Face fucked [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was face fucked.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> <li>Rape</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Oral</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>RequestBreeding</defName> <label>vaginal breeding</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Commands/Breeding_Animal_off</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->[RECIPIENT_nameDef] presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Presented to [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Vaginal</li> <li>Bestiality</li> <li>AnimalOnAnimal</li> </tags> <i_tags> <li>Animal</li> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </i_tags> <r_tags> <li>Vaginal</li> </r_tags> </li> </modExtensions> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Breed_dump.xml
XML
mit
2,086
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- <InteractionDef> <defName>SelfAutoFellatio</defName> <label>AutoFellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fellated myself.</li> </rulesStrings> </logRulesInitiator> </InteractionDef> <InteractionDef> <defName>Fellatio</defName> <label>Fellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Breastjobbed myself.</li> </rulesStrings> </logRulesInitiator> </InteractionDef> <InteractionDef> <defName>Fellatio</defName> <label>Fellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Stroked myself.</li> </rulesStrings> </logRulesInitiator> </InteractionDef> <InteractionDef> <defName>Fellatio</defName> <label>Fellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Schlicked myself.</li> </rulesStrings> </logRulesInitiator> </InteractionDef> <InteractionDef> <defName>Fellatio</defName> <label>Fellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fellated myself.</li> </rulesStrings> </logRulesInitiator> </InteractionDef> --> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Masturbate.xml
XML
mit
2,041
<?xml version="1.0" encoding="utf-8" ?> <Defs> <InteractionDef> <defName>Rimming</defName> <label>rimming</label> <workerClass>rjw.InteractionWorker_AnalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Rimmed [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was rimmed.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Cunnilingus</defName> <label>cunnilingus</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <!-- these are only the first part the log, need to keep it short.--> <li>r_logentry->Gave cunnilingus.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Received cunnilingus.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Vaginal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Fellatio</defName> <label>Fellatio</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fellated [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was fellated.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Penis</li> <li>Tentacle</li> <li>Ovi</li> </r_tags> </li> </modExtensions> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Oral.xml
XML
mit
2,834
<?xml version="1.0" encoding="utf-8" ?> <Defs> <InteractionDef> <defName>AnalRape</defName> <label>anal rape</label> <workerClass>rjw.InteractionWorker_AnalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Raped [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was raped by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>VaginalRape</defName> <label>vaginal rape</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Raped [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was raped by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>HandjobRape</defName> <label>handjob</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Forcibly jerked off [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was jerked off by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>FingeringRape</defName> <label>fingering</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Forcibly fingered [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was finger-raped by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>ViolateCorpse</defName> <label>violate corpse</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Violated [RECIPIENT_nameDef]'s corpse.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was violated by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>MechImplant</defName> <label>mechanoid implanting</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <!--<recipientThought>StoleSomeLovin</recipientThought>--> <!--<initiatorXpGainSkill>Melee</initiatorXpGainSkill>--> <!--<initiatorXpGainAmount>30</initiatorXpGainAmount>--> <logRulesInitiator> <rulesStrings> <li>r_logentry->Assaulted [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was assaulted by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>OtherRape</defName> <label>rape</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>UI/Icons/noheart</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>StoleSomeLovin</recipientThought> <initiatorXpGainSkill>Melee</initiatorXpGainSkill> <initiatorXpGainAmount>30</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry->Raped [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was raped by [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Rape.xml
XML
mit
7,145
<?xml version="1.0" encoding="utf-8" ?> <Defs> <InteractionDef> <defName>AnalSex</defName> <label>anal sex</label> <workerClass>rjw.InteractionWorker_AnalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Had anal sex with [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Had anal sex with [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>VaginalSex</defName> <label>vaginal sex</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Had sex with [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Had sex with [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>DoublePenetration</defName> <label>double-penetration</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Double-penetrated [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was double-penetrated.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Breastjob</defName> <label>breastjob</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Gave a breastjob to [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Received a breastjob.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Handjob</defName> <label>handjob</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Gave a Handjob.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Received a Handjob.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Footjob</defName> <label>footjob</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Gave a footjob.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Received a footjob.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Beakjob</defName> <label>beakjob</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Gave a beakjob.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Received a beakjob.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Fingering</defName> <label>fingering</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fingered [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was fingered.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Scissoring</defName> <label>scissoring</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Scissored with [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Scissored with [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>MutualMasturbation</defName> <label>mutual masturbation</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Engaged in mutual masturbation.</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Engaged in mutual masturbation.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Fisting</defName> <label>fisting</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->Fisted [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->Was fisted.</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <InteractionDef> <defName>Sixtynine</defName> <label>69ing</label> <workerClass>rjw.InteractionWorker_VaginalSexAttempt</workerClass> <symbol>Things/Mote/SpeechSymbols/Romance</symbol> <socialFightBaseChance>0.0</socialFightBaseChance> <recipientThought>MadeSomeLovin</recipientThought> <logRulesInitiator> <rulesStrings> <li>r_logentry->69'd with [RECIPIENT_nameDef].</li> </rulesStrings> </logRulesInitiator> <logRulesRecipient> <rulesStrings> <li>r_logentry->69'd with [INITIATOR_nameDef].</li> </rulesStrings> </logRulesRecipient> <modExtensions> <li Class="rjw.InteractionExtension"> <RMBLabelM>breed anally</RMBLabelM> <RMBLabelF>request anal breeding</RMBLabelF> <tags> <li>Oral</li> </tags> <i_tags> <li>Oral</li> </i_tags> <r_tags> <li>Anal</li> </r_tags> </li> </modExtensions> </InteractionDef> <!-- Experimenting with sex dialogue. This was easiest to add, but the same method could be used to add pillow talk, etc.--> <InteractionDef> <defName>AnimalSexChat</defName> <label>animal chat</label> <symbol>Things/Mote/SpeechSymbols/AnimalChat</symbol> <initiatorXpGainSkill>Animals</initiatorXpGainSkill> <initiatorXpGainAmount>40</initiatorXpGainAmount> <logRulesInitiator> <rulesStrings> <li>r_logentry(p=20)->[INITIATOR_nameDef] [zooact] [RECIPIENT_nameDef].</li> <li>r_logentry->[INITIATOR_nameDef] sat near [RECIPIENT_nameDef] and talked to [INITIATOR_objective]self about [TalkTopicSex].</li> <li>r_logentry->[INITIATOR_nameDef] sat near [RECIPIENT_nameDef] and talked to [INITIATOR_objective]self about [TalkTopicAny].</li> <li>r_logentry->[INITIATOR_nameDef] approached [RECIPIENT_nameDef] while whispering to [INITIATOR_objective]self about [TalkTopicSex].</li> <li>r_logentry->[INITIATOR_nameDef] approached [RECIPIENT_nameDef] while whispering to [INITIATOR_objective]self about [TalkTopicAny].</li> <li>r_logentry(p=2)->[INITIATOR_nameDef] came near [RECIPIENT_nameDef] while talking to [INITIATOR_objective]self about [TalkTopicSex].</li> <li>r_logentry->[INITIATOR_nameDef] came near [RECIPIENT_nameDef] while talking to [INITIATOR_objective]self about [TalkTopicAny].</li> <li>r_logentry->[INITIATOR_nameDef] tried to make [RECIPIENT_nameDef] sit still.</li> <li>r_logentry->[INITIATOR_nameDef] attempted to hold [RECIPIENT_nameDef] still.</li> <li>r_logentry->[INITIATOR_nameDef] slapped [RECIPIENT_nameDef] in a show of dominance.</li> <li>r_logentry->[INITIATOR_nameDef] gently stroked [RECIPIENT_nameDef]'s genitals.</li> <li>r_logentry->[INITIATOR_nameDef] grasped a vulnerable body part of [RECIPIENT_nameDef], demanding obedience.</li> <li>zooact->demanded obedience from</li> <li>zooact->made calming noises towards</li> <li>zooact->offered slow, friendly gestures to</li> <li>zooact->made shushing noises at</li> <li>zooact->made happy clicking noises at</li> <li>zooact->gestured gently and approached</li> <li>zooact->slowly approached</li> <li>zooact->gently touched</li> <li>zooact->gently caressed</li> <li>zooact->firmly stroked</li> <li>zooact->calmed and encouraged</li> <li>zooact->matched breathing with</li> <li>zooact->took a low stance while approaching</li> <li>zooact->showed no fear or anger to</li> <li>zooact->firmly yet softly touched</li> <li>zooact->showed a relaxed attitude towards</li> <li>zooact->showed [INITIATOR_possessive] genitals to</li> <li>zooact->presented [INITIATOR_possessive] genitals to</li> <li>zooact->whispered a story about [TalkTopicAny] to</li> <li>zooact->whispered a story about [TalkTopicSex] to</li> </rulesStrings> </logRulesInitiator> </InteractionDef> </Defs>
Korth95/rjw
1.1/Defs/InteractionDef/Interactions_Sex.xml
XML
mit
13,796
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- <JobDef> <defName>RJW_AdjustParts</defName> <driverClass>rjw.JobDriver_AdjustParts</driverClass> <reportString>changing artificial parts size.</reportString> <allowOpportunisticPrefix>true</allowOpportunisticPrefix> </JobDef> --> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Adjustparts.xml
XML
mit
301
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>GettinBred</defName> <driverClass>rjw.JobDriver_SexBaseRecieverRaped</driverClass> <reportString>gettin' bred.</reportString> <checkOverrideOnDamage>Never</checkOverrideOnDamage> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>Breed</defName> <driverClass>rjw.JobDriver_Breeding</driverClass> <reportString>breeding</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>RJW_Mate</defName> <driverClass>rjw.JobDriver_Mating</driverClass> <reportString>mating</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>Bestiality</defName> <driverClass>rjw.JobDriver_BestialityForMale</driverClass> <reportString>lovin' animal</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>BestialityForFemale</defName> <driverClass>rjw.JobDriver_BestialityForFemale</driverClass> <reportString>lovin' animal</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Bestiality.xml
XML
mit
1,141
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>StruggleInBondageGear</defName> <driverClass>rjw.JobDriver_StruggleInBondageGear</driverClass> <reportString>struggling</reportString> </JobDef> <JobDef> <defName>UnlockBondageGear</defName> <driverClass>rjw.JobDriver_UseItemOn</driverClass> <reportString>unlocking</reportString> </JobDef> <JobDef> <defName>GiveBondageGear</defName> <driverClass>rjw.JobDriver_UseItemOn</driverClass> <reportString>equipping</reportString> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Bondage.xml
XML
mit
534
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>CleanSelf</defName> <driverClass>rjw.JobDriver_CleanSelf</driverClass> <reportString>cleaning self</reportString> <casualInterruptible>true</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_CleanSelf.xml
XML
mit
255
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>RJW_Masturbate</defName> <driverClass>rjw.JobDriver_Masturbate</driverClass> <reportString>masturbatin'.</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Masturbate.xml
XML
mit
262
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- <JobDef> <defName>MilkHuman</defName> <driverClass>rjw.JobDriver_MilkHuman</driverClass> <reportString>milking TargetA.</reportString> <allowOpportunisticPrefix>true</allowOpportunisticPrefix> </JobDef> --> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Milk.xml
XML
mit
280
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>ViolateCorpse</defName> <driverClass>rjw.JobDriver_ViolateCorpse</driverClass> <reportString>violating corpse</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Necro.xml
XML
mit
267
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>Quickie</defName> <driverClass>rjw.JobDriver_SexQuick</driverClass> <reportString>doing quickie with someone.</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>GettingQuickie</defName> <driverClass>rjw.JobDriver_SexBaseRecieverQuickie</driverClass> <reportString>lovin'.</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Quickie.xml
XML
mit
482
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>GettinRaped</defName> <driverClass>rjw.JobDriver_SexBaseRecieverRaped</driverClass> <reportString>gettin' raped.</reportString> <checkOverrideOnDamage>Never</checkOverrideOnDamage> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>RapeComfortPawn</defName> <driverClass>rjw.JobDriver_RapeComfortPawn</driverClass> <reportString>rapin' CP</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>RandomRape</defName> <driverClass>rjw.JobDriver_RandomRape</driverClass> <reportString>Raping</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef Class="rjw.JobDef_RapeEnemy"> <defName>RapeEnemy</defName> <driverClass>rjw.JobDriver_RapeEnemy</driverClass> <reportString>Rapin' Enemy</reportString> <casualInterruptible>false</casualInterruptible> <priority>100</priority> <!-- High value is high priority. --> <!-- Add defNames to do this type of rape--> <TargetDefNames> </TargetDefNames> </JobDef> <JobDef Class="rjw.JobDef_RapeEnemy"> <defName>RapeEnemyByInsect</defName> <!-- Rape to plant egg. see Hediffs_EnemyImplants.xml more detail--> <driverClass>rjw.JobDriver_RapeEnemyByInsect</driverClass> <reportString>Rapin' Enemy</reportString> <casualInterruptible>false</casualInterruptible> <priority>1000</priority> <TargetDefNames> </TargetDefNames> </JobDef> <JobDef Class="rjw.JobDef_RapeEnemy"> <defName>RapeEnemyByAnimal</defName> <!-- Mainly do nothing. --> <driverClass>rjw.JobDriver_RapeEnemyByAnimal</driverClass> <reportString>Rapin' Enemy</reportString> <casualInterruptible>false</casualInterruptible> <priority>1000</priority> <TargetDefNames> </TargetDefNames> </JobDef> <JobDef Class="rjw.JobDef_RapeEnemy"> <defName>RapeEnemyByMech</defName> <!-- Rape to Implant something. see Hediffs_EnemyImplants.xml more detail--> <driverClass>rjw.JobDriver_RapeEnemyByMech</driverClass> <reportString>Rapin' Enemy</reportString> <casualInterruptible>false</casualInterruptible> <priority>1000</priority> <TargetDefNames> </TargetDefNames> </JobDef> <JobDef Class="rjw.JobDef_RapeEnemy"> <defName>RapeEnemyToParasite</defName> <!-- Rape to pregnant same kind of male.--> <driverClass>rjw.JobDriver_RapeEnemyToParasite</driverClass> <reportString>Rapin' Enemy</reportString> <casualInterruptible>false</casualInterruptible> <priority>2000</priority> <TargetDefNames> </TargetDefNames> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Rape.xml
XML
mit
2,595
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>JoinInBed</defName> <driverClass>rjw.JobDriver_JoinInBed</driverClass> <reportString>joining someone in bed.</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>GettinLoved</defName> <driverClass>rjw.JobDriver_SexBaseRecieverLoved</driverClass> <reportString>lovin'.</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>GettinLicked</defName> <driverClass>rjw.JobDriver_SexBaseRecieverLoved</driverClass> <reportString>gettin' licked.</reportString> <checkOverrideOnDamage>Never</checkOverrideOnDamage> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>GettinSucked</defName> <driverClass>rjw.JobDriver_SexBaseRecieverLoved</driverClass> <reportString>gettin' sucked.</reportString> <checkOverrideOnDamage>Never</checkOverrideOnDamage> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Sex.xml
XML
mit
1,023
<?xml version="1.0" encoding="utf-8" ?> <Defs> <JobDef> <defName>WhoreIsServingVisitors</defName> <driverClass>rjw.JobDriver_WhoreIsServingVisitors</driverClass> <reportString>serving visitors</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> <JobDef> <defName>WhoreInvitingVisitors</defName> <driverClass>rjw.JobDriver_WhoreInvitingVisitors</driverClass> <reportString>attempting hookup</reportString> <casualInterruptible>false</casualInterruptible> </JobDef> </Defs>
Korth95/rjw
1.1/Defs/JobDefs/Jobs_Whoring.xml
XML
mit
515
<?xml version="1.0" encoding="utf-8" ?> <Defs> <MainButtonDef> <defName>Brothel</defName> <label>Brothel</label> <description>List whores in the area.</description> <tabWindowClass>rjw.MainTab.MainTabWindow_Brothel</tabWindowClass> <order>53</order> <minimized>True</minimized> <iconPath>UI/Commands/Service_off</iconPath> </MainButtonDef> </Defs>
Korth95/rjw
1.1/Defs/MainTab/MainButtons.xml
XML
mit
367
<?xml version="1.0" encoding="utf-8"?> <Defs> <PawnColumnDef> <defName>IsWhore</defName> <headerTip>pawn is a whore</headerTip> <headerIcon>UI/Tab/Service_off</headerIcon> <workerClass>rjw.MainTab.PawnColumnWorker_IsWhore</workerClass> <sortable>true</sortable> <width>80</width> </PawnColumnDef> <PawnColumnDef> <defName>IsPrisoner</defName> <headerTip>pawn is prisoner or slave</headerTip> <headerIcon>UI/Tab/ComfortPrisoner_off</headerIcon> <workerClass>rjw.MainTab.PawnColumnWorker_IsPrisoner</workerClass> <sortable>true</sortable> <width>80</width> </PawnColumnDef> <PawnColumnDef> <defName>WhoreExperience</defName> <headerTip>whoring experience</headerTip> <label>Experience</label> <workerClass>rjw.MainTab.PawnColumnWorker_WhoreExperience</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> <PawnColumnDef> <defName>RoomAdjustmentOfWhore</defName> <headerTip>whoring room impressiveness -> price modifier</headerTip> <label>Room</label> <workerClass>rjw.MainTab.PawnColumnWorker_RoomAdjustmentOfWhore</workerClass> <sortable>true</sortable> <width>200</width> </PawnColumnDef> <PawnColumnDef> <defName>PriceRangeOfWhore</defName> <headerTip>price range for whore</headerTip> <label>Price</label> <workerClass>rjw.MainTab.PawnColumnWorker_PriceRangeOfWhore</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> <PawnColumnDef> <defName>EarnedMoneyByWhore</defName> <headerTip>money earned(total)</headerTip> <label>Earned</label> <workerClass>rjw.MainTab.PawnColumnWorker_EarnedMoneyByWhore</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> <PawnColumnDef> <defName>CountOfWhore</defName> <headerTip>clients served</headerTip> <label>Clients</label> <workerClass>rjw.MainTab.PawnColumnWorker_CountOfWhore</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> <PawnColumnDef> <defName>AverageMoneyByWhore</defName> <headerTip>money earned(average)</headerTip> <label>Average</label> <workerClass>rjw.MainTab.PawnColumnWorker_AverageMoneyByWhore</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> <PawnColumnDef> <defName>Mood</defName> <headerTip>mood of pawn</headerTip> <label>Mood</label> <workerClass>rjw.MainTab.PawnColumnWorker_Mood</workerClass> <sortable>true</sortable> <width>100</width> </PawnColumnDef> </Defs>
Korth95/rjw
1.1/Defs/MainTab/PawnColumnDefs/PawnColumns.xml
XML
mit
2,479
<?xml version="1.0" encoding="utf-8"?> <Defs> <PawnTableDef> <defName>Brothel</defName> <workerClass>rjw.MainTab.PawnTable_Whores</workerClass> <columns> <li>Label</li> <li>IsWhore</li> <li>IsPrisoner</li> <li>Mood</li> <li>GapTiny</li> <li>CountOfWhore</li> <li>EarnedMoneyByWhore</li> <li>AverageMoneyByWhore</li> <li>WhoreExperience</li> <li>GapTiny</li> <li>PriceRangeOfWhore</li> <li>RoomAdjustmentOfWhore</li> <li>RemainingSpace</li> </columns> </PawnTableDef> </Defs>
Korth95/rjw
1.1/Defs/MainTab/PawnTableDefs.xml
XML
mit
529
<?xml version="1.0" encoding="utf-8" ?> <Defs> <MeditationFocusDef> <defName>Sex</defName> <label>sex</label> </MeditationFocusDef> </Defs>
Korth95/rjw
1.1/Defs/MeditationFocusDefs/MeditationFocuses.xml
XML
mit
145
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.SexualMentalStateDef Abstract="True" Name="RJW_BaseMentalState" ParentName="BaseMentalState"> <stateClass>rjw.SexualMentalState</stateClass> <workerClass>rjw.SexualMentalStateWorker</workerClass> </rjw.SexualMentalStateDef> <rjw.SexualMentalBreakDef Abstract="True" Name="BaseSexualMentalBreak"> <commonalityMultiplierBySexNeed> <points> <li>(0, 2)</li> <li>(50, 0)</li> </points> </commonalityMultiplierBySexNeed> </rjw.SexualMentalBreakDef> <rjw.SexualMentalBreakDef ParentName="BaseSexualMentalBreak"> <defName>RandomRape</defName> <mentalState>RandomRape</mentalState> <baseCommonality>1.5</baseCommonality> <intensity>Extreme</intensity> <commonalityMultiplierBySexNeed> <points> <li>(0, 2)</li> <li>(50, 0)</li> </points> </commonalityMultiplierBySexNeed> </rjw.SexualMentalBreakDef> <rjw.SexualMentalStateDef ParentName="RJW_BaseMentalState"> <defName>RandomRape</defName> <stateClass>rjw.MentalState_RandomRape</stateClass> <label>random rape</label> <category>Malicious</category> <prisonersCanDo>true</prisonersCanDo> <colonistsOnly>false</colonistsOnly> <minTicksBeforeRecovery>30000</minTicksBeforeRecovery> <recoveryMtbDays>0.8</recoveryMtbDays> <maxTicksBeforeRecovery>80000</maxTicksBeforeRecovery> <nameColor>(0.5, 0.9, 0.5)</nameColor> <beginLetterLabel>random rape</beginLetterLabel> <beginLetter>{0} is sexually frustrated and is looking to a rape someone.</beginLetter> <beginLetterDef>ThreatSmall</beginLetterDef> <recoveryMessage>{0} is no longer raping randomly.</recoveryMessage> <baseInspectLine>Mental state: Random Rape</baseInspectLine> <recoverFromSleep>true</recoverFromSleep> <!--<recoverFromDowned>true</recoverFromDowned>--> <unspawnedCanDo>false</unspawnedCanDo> </rjw.SexualMentalStateDef> </Defs>
Korth95/rjw
1.1/Defs/MentalStateDefs/MentalState_Rape.xml
XML
mit
1,883
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.MiscTranslationDef> <defName>rjw_vatgrown_sex_slave</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Vat-Grown Sex Slave</label> <description>[PAWN_nameDef] was made to be a sex toy, rather than a human. During [PAWN_possessive] growing period, [PAWN_pronoun] was taught plenty of social and sex related skills to satisfy any demands of its owners.</description> <stringA>SexSlave</stringA> </rjw.MiscTranslationDef> <rjw.MiscTranslationDef> <defName>rjw_feisty</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Feisty Nymph</label> <description>[PAWN_nameDef] is a conqueror by nature and will punch you in a face if you try to say "No" to [PAWN_possessive] advances.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> <rjw.MiscTranslationDef> <defName>rjw_curious</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Curious Nymph</label> <description>[PAWN_nameDef] loves crafting various things, especially things that provide new experiences.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> <rjw.MiscTranslationDef> <defName>rjw_tender</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Tender Nymph</label> <description>[PAWN_nameDef] has a pair of charming eyes, and [PAWN_possessive] voice is soft and sweet. Due to [PAWN_possessive] previous nurse job, [PAWN_pronoun] tends people quite well.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> <rjw.MiscTranslationDef> <defName>rjw_chatty</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Chatty Nymph</label> <description>No one can be more loquacious than [PAWN_nameDef]. [PAWN_pronoun] has a flexible tongue, a sharp mind, and hot lips.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> <rjw.MiscTranslationDef> <defName>rjw_broken</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Broken Nymph</label> <description>[PAWN_nameDef] suffered some terrible things, [PAWN_pronoun] looks rather emaciated.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> <!-- <rjw.MiscTranslationDef> <defName>rjw_homekeeper</defName> <targetClass>rjw.nymph_backstories</targetClass> <label>Home keeper Nymph</label> <description>[PAWN_nameDef] was trained to be a housekeeper. Would you like dinner? A bath? Or perhaps...[PAWN_possessive]?.</description> <stringA>Nymph</stringA> </rjw.MiscTranslationDef> --> </Defs>
Korth95/rjw
1.1/Defs/MiscTranslationDef/MiscTranslationDefs.xml
XML
mit
2,573
<?xml version="1.0" encoding="utf-8" ?> <Defs> <NeedDef> <defName>Sex</defName> <needClass>rjw.Need_Sex</needClass> <label>sex</label> <description>Represents fulfillment of sexual need, which is gained by doing sexual related activities and declined by time &amp; turn-ons.</description> <baseLevel>0.60</baseLevel> <fallPerDay>0.00</fallPerDay> <showOnNeedList>true</showOnNeedList> <listPriority>49</listPriority> <major>false</major> <freezeWhileSleeping>false</freezeWhileSleeping> <minIntelligence>Humanlike</minIntelligence> <colonistsOnly>false</colonistsOnly> <showForCaravanMembers>false</showForCaravanMembers> </NeedDef> </Defs>
Korth95/rjw
1.1/Defs/NeedDefs/Needs_Sex.xml
XML
mit
669
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.StringListDef> <defName>NonInheritedTraits</defName> <!--This list holds defNames of traits that should not be passed from parents to children--> <!--Actually, it contains most traits I've seen around, but those that should be inherited are commented out--> <!--If you wish to add other traits, find their<defName> in xml files inside "Defs" folder of the mod that adds them--> <strings> <!--Rimworld of Magic--> <!--<li>Gifted</li>--> <!--<li>PhysicalProdigy</li>--> <!--<li>Gladiator</li>--> <!--<li>InnerFire</li>--> <!--<li>HeartOfFrost</li>--> <!--<li>StormBorn</li>--> <!--<li>Arcanist</li>--> <!--<li>Druid</li>--> <!--<li>Paladin</li>--> <!--<li>Summoner</li>--> <!--<li>TM_Sniper</li>--> <!--<li>Bladedancer</li>--> <!--<li>Necromancer</li>--> <!--<li>Undead</li>--> <!--Star Wars--> <!--<li>PJ_ForceSensitive</li>--> <!--<li>PJ_JediTrait</li>--> <!--<li>PJ_SithTrait</li>--> <!--<li>PJ_GrayTrait</li>--> <!--Combat Extended?--> <li>Bravery</li> <!--Rimworld of apes--> <!--<li>Orangutan</li>--> <!--Humanoid alien races--> <li>Xenophobia</li> <!--Cthulhu--> <li>Cults_OathtakerHastur</li> <li>Cults_OathtakerHastur2</li> <!--MoreRobots--> <!--<li>AIRobot_BaseTrait</li>--> <!--Core--> <!--<li>SpeedOffset</li>--> <!--<li>DrugDesire</li>--> <li>NaturalMood</li> <!--<li>Nerves</li>--> <!--<li>Neurotic</li>--> <li>Industriousness</li> <!--<li>PsychicSensitivity</li>--> <li>ShootingAccuracy</li> <!--<li>Beauty</li>--> <li>Nudist</li> <li>Bloodlust</li> <li>Kind</li> <li>Psychopath</li> <li>Cannibal</li> <li>Abrasive</li> <!--<li>TooSmart</li>--> <!--<li>Brawler</li>--> <li>Masochist</li> <li>BodyPurist</li> <li>Transhumanist</li> <li>GreenThumb</li> <li>NightOwl</li> <li>Greedy</li> <li>Jealous</li> <li>Ascetic</li> <!--<li>Gay</li>--><!--CnP does this too!--> <li>DislikesMen</li> <li>DislikesWomen</li> <li>AnnoyingVoice</li> <li>CreepyBreathing</li> <li>Pyromaniac</li> <!--<li>Wimp</li>--> <!--<li>Nimble</li>--> <!--<li>FastLearner</li>--> <!--<li>SuperImmune</li>--> <!--RJW--> <li>Nymphomaniac</li> <li>Rapist</li> <li>Necrophiliac</li> <li>Zoophile</li> <!--Romance diversified--> <li>Straight</li> <li>Bisexual</li> <li>Asexual</li> <li>Faithful</li> <li>Philanderer</li> <li>Polyamorous</li> <!--Psychology--> <li>Prude</li> <!--<li>Insomniac</li>--> <li>BleedingHeart</li> <li>Gourmet</li> <li>Lecher</li> <li>Codependent</li> <li>Outdoorsy</li> <li>Pluviophile</li> <!--<li>Photosensitive</li>--> <li>Socialite</li> <li>Desensitized</li> <!--<li>HeavySleeper</li>--> <!--<li>Unstable</li>--> <li>Polygamous</li> <li>OpenMinded</li> <li>Chatty</li> <li>Sedentary</li> <!--Consolidated Traits--> <li>RCT_Aesthete</li> <li>RCT_AnimalLover</li> <li>RCT_AnimalHater</li> <li>RCT_Builder</li> <li>RCT_Butcher</li> <li>RCT_Claustrophobic</li> <!--<li>RCT_ColdLover</li>--> <!--<li>RCT_DeepSleeper</li>--> <!--<li>RCT_Dunce</li>--> <li>RCT_Gourmet</li> <!--<li>RCT_HeatLover</li>--> <!--<li>RCT_Aptitude</li>--> <!--<li>RCT_PainThreshold</li>--> <li>RCT_Inventor</li> <!--<li>RCT_Eyesight</li>--> <li>RCT_NeatFreak</li> <li>RCT_EatingSpeed</li> <li>RCT_Nyctophobe</li> <li>RCT_Perfectionist</li> <li>RCT_Medic</li> <li>RCT_Rockhound</li> <!--<li>RCT_Savant</li>--> <li>RCT_Trader</li> <li>RCT_ShootingAccuracy</li> <li>RCT_Diplomat</li> <li>RCT_BrownThumb</li> <li>RCT_GreenThumb</li> <!--[SYR] Individuality--> <li>SYR_GreenThumb</li> <li>SYR_Digger</li> <li>SYR_Chef</li> <li>SYR_Tinkerer</li> <li>SYR_Scientist</li> <!-- should maybe be inheritable? --> <li>SYR_Architect</li> <!--<li>SYR_Peculiar</li>--> <!--<li>SYR_GoodFortune</li>--> <li>SYR_Haggler</li> <!--<li>SYR_AnimalAffinity</li>--> <li>SYR_MedicalTraining</li> <!--<li>SYR_Hotblooded</li>--> <!--Westerado--> <li>Frontiersman_Westerado</li> <!--<li>DeadEyeTraits_Westerado</li>--> <!--<li>DollarTrilogyTraits_Westerado</li>--> </strings> </rjw.StringListDef> </Defs> <!--Now should we do that filtering I wonder. After all, even many behavioral quirks are to certain extent determined by internal makeup of organism. Which in turn is determined by genes. And they are also determined by communication with parents, which we do not simulate but could make up for that by copying traits.-->
Korth95/rjw
1.1/Defs/NonInheritedTraits.xml
XML
mit
4,689
<?xml version="1.0" encoding="utf-8" ?> <Defs> <PawnCapacityDef> <defName>RJW_Fertility</defName> <workerClass>rjw.PawnCapacityWorker_Fertility</workerClass> <label>fertility</label> <listOrder>199</listOrder> <lethalFlesh>false</lethalFlesh> <showOnMechanoids>false</showOnMechanoids> </PawnCapacityDef> </Defs>
Korth95/rjw
1.1/Defs/PawnCapacityDefs/PawnCapacity_Fertility.xml
XML
mit
330
<?xml version="1.0" encoding="utf-8" ?> <Defs> <PawnKindDef> <defName>Nymph</defName> <!-- must contain "Nymph" in defname to be considered rjw nymph with stories and skills --> <label>nymph</label> <combatPower>25</combatPower> <race>Human</race> <baseRecruitDifficulty>0.25</baseRecruitDifficulty> <backstoryCategories> <li>rjw_nymphsCategory</li> </backstoryCategories> <defaultFactionType>TribeCivil</defaultFactionType> <minGenerationAge>18</minGenerationAge> <maxGenerationAge>27</maxGenerationAge> <itemQuality>Poor</itemQuality> <backstoryCryptosleepCommonality>0.0</backstoryCryptosleepCommonality> <isFighter>false</isFighter> <chemicalAddictionChance>0.20</chemicalAddictionChance> <gearHealthRange> <min>0.3</min> <max>0.9</max> </gearHealthRange> <apparelTags> <li>Tribal</li> </apparelTags> <apparelMoney> <min>0</min> <max>0</max> </apparelMoney> <apparelAllowHeadgearChance>0</apparelAllowHeadgearChance> <techHediffsMoney> <min>0</min> <max>0</max> </techHediffsMoney> <techHediffsTags> <li>Poor</li> </techHediffsTags> <techHediffsChance>0.0</techHediffsChance> <apparelIgnoreSeasons>true</apparelIgnoreSeasons> </PawnKindDef> </Defs>
Korth95/rjw
1.1/Defs/PawnKindDefs/PawnKind_Nymph.xml
XML
mit
1,236
<?xml version="1.0" encoding="utf-8" ?> <!--Zoophile parental relations, should give less powerful unhappiness--> <Defs> <PawnRelationDef> <defName>RJW_Sire</defName> <label>father</label> <labelFemale>mother</labelFemale> <importance>195</importance> <diedThought>MyFatherDied</diedThought> <diedThoughtFemale>MyMotherDied</diedThoughtFemale> <killedThought>KilledMyFather</killedThought> <killedThoughtFemale>KilledMyMother</killedThoughtFemale> <soldThoughts> <li>SoldMyLovedOne</li> </soldThoughts> <opinionOffset>30</opinionOffset> <generationChanceFactor>0.0</generationChanceFactor> <incestOpinionOffset>0</incestOpinionOffset> <implied>false</implied> <familyByBloodRelation>true</familyByBloodRelation> </PawnRelationDef> <PawnRelationDef> <!--I don't know what a worker is supposed to do but I suspect it might have references to vanilla parent def in itself so I cut it and explicitly add relations in the code for birthing. It will likely cause grandparent relations go amiss--> <!--<workerClass>PawnRelationWorker_Child</workerClass>--> <defName>RJW_Pup</defName> <label>son</label> <labelFemale>daughter</labelFemale> <importance>190</importance> <diedThought>MyPupDied</diedThought> <diedThoughtFemale>MyPupDiedFemale</diedThoughtFemale> <killedThought>KilledMyPup</killedThought> <killedThoughtFemale>KilledMyPupFemale</killedThoughtFemale> <soldThoughts> <li>SoldMyPup</li> </soldThoughts> <opinionOffset>30</opinionOffset> <generationChanceFactor>1.0</generationChanceFactor> <romanceChanceFactor>0.03</romanceChanceFactor> <incestOpinionOffset>-30</incestOpinionOffset> <implied>false</implied> <familyByBloodRelation>true</familyByBloodRelation> </PawnRelationDef> </Defs>
Korth95/rjw
1.1/Defs/PawnRelationDef/PawnRelations_Beast.xml
XML
mit
1,777
<?xml version="1.0" encoding="utf-8" ?> <!-- Some sample race parts. --> <Defs> <rjw.RacePartDef> <defName>RJW_CowBreasts</defName> <!-- Just a string, so it is safe to reference defs in other mods as long as you never load the race's mod without the hediff's mod. --> <hediffName>UdderBreasts</hediffName> <!-- Override fluid type. Defaults to chosen hediff's fluid type. --> <fluidType>Milk</fluidType> <!-- Override fluid modifier. Defaults to chosen hediff's fluid modifier. --> <fluidModifier>2.0</fluidModifier> <!-- Override severity (effective size). Defaults to chosen hediff's random size logic. Actual size will be scaled by pawn size. --> <severityCurve> <points> <!-- 0.0 to 1.0 is "normal human" range. Of course they can go bigger than that. --> <li>(0.2, 0.5)</li> <li>(0.9, 1.0)</li> <li>(1.0, 1.1)</li> </points> </severityCurve> </rjw.RacePartDef> <rjw.RacePartDef> <defName>RJW_SmallHoneyBreasts</defName> <hediffName>Breasts</hediffName> <fluidType>Honey</fluidType> <severityCurve> <points> <li>(0.1, 0.1)</li> <li>(0.6, 0.3)</li> <li>(1.0, 0.5)</li> </points> </severityCurve> </rjw.RacePartDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/CustomRaceParts.xml
XML
mit
1,206
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.RaceGroupDef> <defName>NoSex_Group</defName> <!-- I don't think searching by pawnKind is a good idea, but for now keeping behavior exactly the same. --> <!-- The droids only have one pawnKind per race so its not that important for them. --> <!-- TM_Undead is not a race, so you can't find it through race, but then its not the only way to get undead either. --> <!-- TM_UndeadAnimalHD is a hediff not a pawnKind so not sure how that could ever work. --> <pawnKindNames> <li>ChjDroidColonist</li> <li>ChjBattleDroidColonist</li> <li>TM_Undead</li> <li>TM_UndeadHD</li><!--hediff--> <li>TM_UndeadAnimalHD</li><!--hediff--> </pawnKindNames> <hasSexNeed>false</hasSexNeed> <hasFertility>false</hasFertility> <hasPregnancy>false</hasPregnancy> </rjw.RaceGroupDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/No_sex.xml
XML
mit
863
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.StringListDef> <defName>SlimeMorphFilters</defName> <!--This list holds defNames of rjw sexparts slime can morph to--> <strings> <li>Remove</li> <li>Penis</li> <li>Vagina</li> <li>Breasts</li> <li>UdderBreasts</li> <li>Anus</li> <li>SlimeBreasts</li> <li>SlimeTentacles</li> <li>SlimeVagina</li> <li>SlimeAnus</li> <li>CatPenis</li> <li>CatVagina</li> <li>DogPenis</li> <li>DogVagina</li> <li>HorsePenis</li> <li>HorseVagina</li> <li>DragonPenis</li> <li>DragonVagina</li> <li>RaccoonPenis</li> <li>HemiPenis</li> <li>CrocodilianPenis</li> </strings> </rjw.StringListDef> <rjw.StringListDef> <defName>DemonMorphFilters</defName> <!--This list holds defNames of rjw sexparts demon can morph to--> <strings> <li>Remove</li> <li>Penis</li> <li>Vagina</li> <li>Breasts</li> <li>UdderBreasts</li> <li>Anus</li> <li>DemonTentaclePenis</li> <li>DemonPenis</li> <li>DemonVagina</li> <li>DemonAnus</li> <li>CatPenis</li> <li>CatVagina</li> <li>DogPenis</li> <li>DogVagina</li> <li>HorsePenis</li> <li>HorseVagina</li> <li>DragonPenis</li> <li>DragonVagina</li> <li>RaccoonPenis</li> <li>HemiPenis</li> <li>CrocodilianPenis</li> </strings> </rjw.StringListDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/PartsMorphFilters.xml
XML
mit
1,363
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- The purpose of these defs is to allow a RaceGroupDef that previously referenced an RJW hediff to reference an RJW RacePartDef instead without updating. In theory we may want to add configuration to these. --> <rjw.RacePartDef> <defName>Anus</defName> <hediffName>Anus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>ArchotechAnus</defName> <hediffName>ArchotechAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>ArchotechBreasts</defName> <hediffName>ArchotechBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>ArchotechPenis</defName> <hediffName>ArchotechPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>ArchotechVagina</defName> <hediffName>ArchotechVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>BionicAnus</defName> <hediffName>BionicAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>BionicBreasts</defName> <hediffName>BionicBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>BionicPenis</defName> <hediffName>BionicPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>BionicVagina</defName> <hediffName>BionicVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>Breasts</defName> <hediffName>Breasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CatPenis</defName> <hediffName>CatPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CatVagina</defName> <hediffName>CatVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CloacalAnus</defName> <hediffName>CloacalAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CloacalPenis</defName> <hediffName>CloacalPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CloacalVagina</defName> <hediffName>CloacalVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>CrocodilianPenis</defName> <hediffName>CrocodilianPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DemonAnus</defName> <hediffName>DemonAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DemonPenis</defName> <hediffName>DemonPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DemonTentaclePenis</defName> <hediffName>DemonTentaclePenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DemonVagina</defName> <hediffName>DemonVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DogPenis</defName> <hediffName>DogPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DogVagina</defName> <hediffName>DogVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DragonPenis</defName> <hediffName>DragonPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>DragonVagina</defName> <hediffName>DragonVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>FeaturelessChest</defName> <hediffName>FeaturelessChest</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>GenericAnus</defName> <hediffName>GenericAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>GenericBreasts</defName> <hediffName>GenericBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>GenericPenis</defName> <hediffName>GenericPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>GenericVagina</defName> <hediffName>GenericVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HemiPenis</defName> <hediffName>HemiPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HorsePenis</defName> <hediffName>HorsePenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HorseVagina</defName> <hediffName>HorseVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HydraulicAnus</defName> <hediffName>HydraulicAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HydraulicBreasts</defName> <hediffName>HydraulicBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HydraulicPenis</defName> <hediffName>HydraulicPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>HydraulicVagina</defName> <hediffName>HydraulicVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>InsectAnus</defName> <hediffName>InsectAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>NarrowVagina</defName> <hediffName>NarrowVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>NeedlePenis</defName> <hediffName>NeedlePenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>OvipositorF</defName> <hediffName>OvipositorF</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>OvipositorM</defName> <hediffName>OvipositorM</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>PegDick</defName> <hediffName>PegDick</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>Penis</defName> <hediffName>Penis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>RaccoonPenis</defName> <hediffName>RaccoonPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>RodentPenis</defName> <hediffName>RodentPenis</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>RodentVagina</defName> <hediffName>RodentVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>SlimeAnus</defName> <hediffName>SlimeAnus</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>SlimeBreasts</defName> <hediffName>SlimeBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>SlimeTentacles</defName> <hediffName>SlimeTentacles</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>SlimeVagina</defName> <hediffName>SlimeVagina</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>UdderBreasts</defName> <hediffName>UdderBreasts</hediffName> </rjw.RacePartDef> <rjw.RacePartDef> <defName>Vagina</defName> <hediffName>Vagina</hediffName> </rjw.RacePartDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/SimpleRaceParts.xml
XML
mit
6,088
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.RaceGroupDef ParentName="RJW_CustomRaceBase"> <defName>Slime_Group</defName> <raceNames> <!--<li>Human</li>--> </raceNames> <anuses> <li>SlimeAnus</li> </anuses> <femaleBreasts> <li>SlimeBreasts</li> </femaleBreasts> <femaleGenitals> <li>SlimeVagina</li> </femaleGenitals> <maleBreasts> <li>SlimeBreasts</li> </maleBreasts> <maleGenitals> <li>SlimeTentacles</li> </maleGenitals> <tags> <li>Slime</li> </tags> </rjw.RaceGroupDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/Slime_Group.xml
XML
mit
555
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.RaceGroupDef> <defName>Human_Group</defName> <raceNames> <!--Humanlikes are mostly hardcoded, keep this for testing stuff--> <!--<li>Human</li>--> </raceNames> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <!--no parts/lack of interest in studying their anatomy--> <defName>unfiltered_Group</defName> <raceNames> <!--<li>Monkey</li>--> <!--<li>Tortoise</li>--> <!--<li>Rhinoceros</li>--> <!--<li>Elephant</li>--> <!--<li>Megasloth</li>--> <!--<li>Chicken</li>--> <!--<li>Cow</li>--> <!--<li>Cassowary</li>--> <!--<li>Emu</li>--> <!--<li>Ostrich</li>--> <!--<li>Turkey</li>--> <!--<li>Bear_Grizzly</li>--> <!--<li>Bear_Polar</li>--> <!--<li>Muffalo</li>--> <!--<li>Ibex</li>--> </raceNames> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Mechanoid_Group</defName> <raceNames> <!-- Races_Mechanoid --> <li>Mech_Centipede</li> <li>Mech_Lancer</li> <li>Mech_Scyther</li> <li>Mech_Pikeman</li> </raceNames> <tags> <li>Robot</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Insect_Group</defName> <raceNames> <!-- Races_Animal_Insect --> <li>Megascarab</li> <li>Spelopede</li> <li>Megaspider</li> </raceNames> <anuses> <li>InsectAnus</li> </anuses> <femaleGenitals> <li>OvipositorF</li> </femaleGenitals> <maleGenitals> <li>OvipositorM</li> </maleGenitals> <tags> <li>Chitin</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Canine_Group</defName> <raceNames> <!-- Races_Animal_WildCanines --> <li>Warg</li> <li>Wolf_Timber</li> <li>Wolf_Arctic</li> <li>Fox_Fennec</li> <li>Fox_Red</li> <li>Fox_Arctic</li> <!-- Races_Animal_Pet --> <li>YorkshireTerrier</li> <li>Husky</li> <li>LabradorRetriever</li> </raceNames> <femaleGenitals> <li>DogVagina</li> </femaleGenitals> <maleGenitals> <li>DogPenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Feline_Group</defName> <raceNames> <!-- Races_Animal_Pet --> <li>Cat</li> <!-- Races_Animal_BigCats --> <li>Cougar</li> <li>Panther</li> <li>Lynx</li> </raceNames> <femaleGenitals> <li>CatVagina</li> </femaleGenitals> <maleGenitals> <li>CatPenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Equine_Group</defName> <raceNames> <!-- Races_Animal_Arid --> <li>Gazelle</li> <!-- Races_Animal_Temperate --> <li>Elk</li> <li>Caribou</li> <!-- Races_Animal_Farm --> <li>Horse</li> </raceNames> <femaleGenitals> <li>HorseVagina</li> </femaleGenitals> <maleGenitals> <li>HorsePenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Dragon_Group</defName> <raceNames> <!-- Races_Animal_Giant --> <li>Thrumbo</li> </raceNames> <femaleGenitals> <li>DragonVagina</li> </femaleGenitals> <maleGenitals> <li>DragonPenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Rodent_Group</defName> <raceNames> <!-- Races_Animal_Rodentlike --> <li>Squirrel</li> <li>Alphabeaver</li> <li>Capybara</li> <li>Chinchilla</li> <li>Boomrat</li> <li>Rat</li> <li>Hare</li> <li>Snowhare</li> </raceNames> <femaleGenitals> <li>RodentVagina</li> </femaleGenitals> <maleGenitals> <li>RodentPenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Raccon_Group</defName> <raceNames> <!-- Races_Animal_RacconLike --> <li>Raccoon</li> </raceNames> <femaleGenitals> <li>RodentVagina</li> </femaleGenitals> <maleGenitals> <li>RaccoonPenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Needle_Group</defName> <raceNames> <!-- Races_Animal_Tropical --> <li>Boomalope</li> <!-- Races_Animal_Arid --> <li>Dromedary</li> <!-- Races_Animal_Temperate --> <li>WildBoar</li> <!-- Races_Animal_Farm --> <li>Pig</li> <li>Alpaca</li> </raceNames> <femaleGenitals> <li>NarrowVagina</li> </femaleGenitals> <maleGenitals> <li>NeedlePenis</li> </maleGenitals> <tags> <li>Fur</li> </tags> </rjw.RaceGroupDef> <rjw.RaceGroupDef> <defName>Hemi_Group</defName> <raceNames> <!-- Races_Animal_Tropical --> <li>Cobra</li> <!-- Races_Animal_Arid --> <li>Iguana</li> </raceNames> <femaleGenitals> <li>CloacalVagina</li> </femaleGenitals> <maleGenitals> <li>HemiPenis</li> </maleGenitals> <anuses> <li>CloacalAnus</li> </anuses> <tags> <li>Scales</li> </tags> </rjw.RaceGroupDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/_Rimworld.xml
XML
mit
4,901
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.RaceGroupDef Name="RJW_CustomRaceBase" Abstract="True"> <!-- Just a list of strings, should not fail based on mods installed. --> <raceNames> <li>UnsupportedRace</li> </raceNames> <!-- Prefer to use raceNames over pawnKindNames where possible. --> <pawnKindNames> </pawnKindNames> <!-- A missing list means to use the regular part picking code for that sex part type. --> <!-- A empty list means no part will be added. --> <anuses> <li>GenericAnus</li> <!-- humanlikes <li>Anus</li> --> <!-- implants <li>HydraulicAnus</li> <li>BionicAnus</li> <li>ArchotechAnus</li> --> <!-- special <li>InsectAnus</li> <li>DemonAnus</li> <li>SlimeAnus</li> --> </anuses> <!--if no chances or only 1, will choose random part from list--> <!--<li>1.0</li> is 100% to choose this part--> <chanceanuses> <li>1.0</li> <!-- humanlikes <li>0.05</li> <li>0.20</li> <li>0.70</li> <li>0.80</li> <li>1.0</li> --> </chanceanuses> <femaleBreasts> <li>GenericBreasts</li> <!-- humanlikes <li>Breasts</li> --> <!-- implants <li>HydraulicBreasts</li> <li>BionicBreasts</li> <li>ArchotechBreasts</li> --> <!-- special <li>FeaturelessChest</li> <li>UdderBreasts</li> <li>SlimeBreasts</li> --> </femaleBreasts> <chancefemaleBreasts> <li>1.0</li> </chancefemaleBreasts> <femaleGenitals> <li>GenericVagina</li> <!-- humanlikes <li>Vagina</li> --> <!-- animals? <li>CatVagina</li> <li>DogVagina</li> <li>HorseVagina</li> <li>DragonVagina</li> --> <!-- implants <li>HydraulicVagina</li> <li>BionicVagina</li> <li>ArchotechVagina</li> --> <!-- ovi implant eggs <li>OvipositorF</li> --> <!-- special <li>DemonVagina</li> <li>SlimeVagina</li> --> </femaleGenitals> <chancefemaleGenitals> <li>1.0</li> </chancefemaleGenitals> <!-- Not used if hasSingleGender is true. --> <maleBreasts> <li>GenericBreasts</li> <!-- humanlikes <li>Breasts</li> --> <!-- implants <li>HydraulicBreasts</li> <li>BionicBreasts</li> <li>ArchotechBreasts</li> --> <!-- special <li>FeaturelessChest</li> <li>UdderBreasts</li> <li>SlimeBreasts</li> --> </maleBreasts> <chancemaleBreasts> <li>1.0</li> </chancemaleBreasts> <maleGenitals> <li>GenericPenis</li> <!-- humanlikes <li>Penis</li> --> <!-- animals? <li>CatPenis</li> <li>DogPenis</li> <li>HorsePenis</li> <li>DragonPenis</li> <li>RaccoonPenis</li> <li>HemiPenis</li> <li>CrocodilianPenis</li> --> <!-- implants <li>PegDick</li> <li>HydraulicPenis</li> <li>BionicPenis</li> <li>ArchotechPenis</li> --> <!-- ovi fertilize eggs <li>OvipositorM</li> --> <!-- special <li>DemonTentaclePenis</li> <li>DemonPenis</li> <li>SlimeTentacles</li> --> </maleGenitals> <chancemaleGenitals> <li>1.0</li> </chancemaleGenitals> <tags> <!-- <li>Chitin</li> <li>Demon</li> <li>Feathers</li> <li>Fur</li> <li>Plant</li> <li>Robot</li> <li>Scales</li> <li>Skin</li> <li>Slime</li> --> </tags> <!-- human/animal/bestiality Pregnancy --> <!-- Case sensitive defnames--> <hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) --> <!-- <li>Mother.PawnKindDef.Race</li> <li>Father.PawnKindDef.Race</li> <li>Any</li> - Any race ("Any" + mother/father race) --> </hybridRaceParents> <!-- Slime pregnancy always birth slime --> <hybridChildKindDef><!-- hybrid Pregnancy child KindDef output --> <!-- <li>Slime.PawnKindDef.defname</li> - some slime PawnKindDef <li>MotherKindDef</li> - use mother PawnKindDef <li>FatherKindDef</li> - use father PawnKindDef --> </hybridChildKindDef> <!-- All the values below are the defaults and can be omitted. --> <raceSexDrive>1.0</raceSexDrive> <!--how fast race sexneed reduces(no effect for animals, not shown in sex stats, goes directly to sex need calc )--> <hasSingleGender>false</hasSingleGender> <!--if genderless race, set futa without gender change to female. --> <hasSexNeed>true</hasSexNeed> <!--asexual pawns, mechanoids, droids, etc--> <hasFertility>true</hasFertility> <!--can be pregnant or fertilize, not mechanoids(always can impregnate/implant), droids, etc--> <hasPregnancy>true</hasPregnancy> <!--can be pregnant, not mechanoids, droids, etc--> <oviPregnancy>false</oviPregnancy> <!--ovi pregnancy, produces and birth eggs instead of normal pregnancy, eggs will be either mother race or w/e they are defined in eggDef--> <!--overrides CompProperties_EggLayer properties, requires oviPregnancy=true --> <eggFertilizedDef>RJW_EggFertilized</eggFertilizedDef> <!--default falback outcome: chicken--> <eggUnfertilizedDef>RJW_EggUnfertilized</eggUnfertilizedDef> <eggProgressUnfertilizedMax>1.0</eggProgressUnfertilizedMax> <eggLayIntervalDays>3.5</eggLayIntervalDays> <!--wip--> <ImplantEggs>false</ImplantEggs> <!--race can implant eggs with normal penises or Ovipositors, you may want to add race specific egg to Hediffs_EnemyImplants--> </rjw.RaceGroupDef> <rjw.RaceGroupDef ParentName="RJW_CustomRaceBase"> <!-- The name of this RaceGroupDef. --> <defName>Generic_Group</defName> <raceNames> <li>UnsupportedRace</li> </raceNames> </rjw.RaceGroupDef> </Defs>
Korth95/rjw
1.1/Defs/RaceSupport/_base.xml
XML
mit
5,611
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.RandomDialoguesDef> <DefName>rape0</DefName> <label>RD before rape</label> <description>RD before rape</description> <JobType>Rape</JobType> <RD0>Let me taste your body, babe.</RD0> <RD1>C'mon babe, don't be shy.</RD1> <RD2>Rape</RD2> <RD3>Rape</RD3> <RD4>Rape</RD4> <RD5>Rape</RD5> <RD6>Rape</RD6> <RD7>Rape</RD7> <RD8>Rape</RD8> <RD9>Rape</RD9> <RD10>Rape</RD10> <RD11>Rape</RD11> <RD12>Rape</RD12> <RD13>Rape</RD13> <RD14>Rape</RD14> <RD15>Rape</RD15> <RD16>Rape</RD16> <RD17>Rape</RD17> <RD18>Rape</RD18> <RD19>Rape</RD19> </rjw.RandomDialoguesDef> </Defs>
Korth95/rjw
1.1/Defs/RandomDialoguesxml
none
mit
663
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RecipeDef Abstract="True" ParentName="RJW_SurgeryFlesh" Name="RJW_Abortion"> <label>Abort pregnancy</label> <description>Removes an unwanted pregnancy.</description> <workerClass>rjw.Recipe_Abortion</workerClass> <jobString>Carrying out abortion.</jobString> <workAmount>500</workAmount> <workSkillLearnFactor>1</workSkillLearnFactor> <effectWorking>Surgery</effectWorking> <soundWorking>Recipe_Surgery</soundWorking> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <hideBodyPartNames>true</hideBodyPartNames> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> <appliedOnFixedBodyParts> <li>Torso</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef ParentName="RJW_Abortion"> <defName>RJW_AbortionHuman</defName> <removesHediff>RJW_pregnancy</removesHediff> </RecipeDef> <RecipeDef ParentName="RJW_Abortion"> <defName>RJW_AbortionBeast</defName> <removesHediff>RJW_pregnancy_beast</removesHediff> </RecipeDef> <RecipeDef ParentName="RJW_Abortion"> <defName>RJW_AbortionMech</defName> <label>Neutralize mechanoid</label> <description>Safely neutralize mechanoid nanites.</description> <removesHediff>RJW_pregnancy_mech</removesHediff> <ingredients> <li> <filter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </filter> <count>10</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="RJW_Abortion"> <defName>RJW_HackMech</defName> <label>Hack mechanoid</label> <description>Hack mechanoid AI, cutting it from global mechanoid AI, results docile(unless provoked) mechanoid.</description> <jobString>Hacking mechanoid.</jobString> <workerClass>rjw.Recipe_PregnancyHackMech</workerClass> <ingredients> <li> <filter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </filter> <count>10</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </fixedIngredientFilter> <skillRequirements> <Medicine>5</Medicine> <Intellectual>10</Intellectual> </skillRequirements> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Abortion.xml
XML
mit
2,538
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- From core --> <RecipeDef> <defName>claimChild</defName> <label>Claim child</label> <description>Makes the child belong to the colony.</description> <workerClass>rjw.Recipe_ClaimChild</workerClass> <jobString>Adopting.</jobString> <workAmount>10</workAmount> <hideBodyPartNames>true</hideBodyPartNames> <!--<addsHediff>ShutDown</addsHediff>--> <effectWorking>Surgery</effectWorking> <isViolation>false</isViolation> <surgerySuccessChanceFactor>99999</surgerySuccessChanceFactor> <recipeUsers> <li>Human</li> </recipeUsers> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_ClaimChild.xml
XML
mit
896
<?xml version="1.0" encoding="utf-8"?> <Defs> <RecipeDef> <defName>DeterminePaternity</defName> <label>check Paternity</label> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <workSkillLearnFactor>10</workSkillLearnFactor> <description>Determines if a colonist is pregnant and tries to figure out who the father is.</description> <workerClass>rjw.Recipe_DeterminePaternity</workerClass> <jobString>Check Paternity.</jobString> <workAmount>800</workAmount> <hideBodyPartNames>true</hideBodyPartNames> <anesthetize>false</anesthetize> <recipeUsers> <li>Human</li> </recipeUsers> <appliedOnFixedBodyParts> <li>Torso</li> </appliedOnFixedBodyParts> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_DeterminePaternity.xml
XML
mit
812
<?xml version="1.0" encoding="utf-8"?> <Defs> <RecipeDef> <defName>DeterminePregnancy</defName> <label>check pregnancy</label> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <workSkillLearnFactor>10</workSkillLearnFactor> <description>Determines if a colonist is pregnant or not and if there any abnormalities with pregnancy.</description> <workerClass>rjw.Recipe_DeterminePregnancy</workerClass> <jobString>Check pregnancy.</jobString> <workAmount>800</workAmount> <hideBodyPartNames>true</hideBodyPartNames> <anesthetize>false</anesthetize> <recipeUsers> <li>Human</li> </recipeUsers> <appliedOnFixedBodyParts> <li>Torso</li> </appliedOnFixedBodyParts> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_DeterminePregnancy.xml
XML
mit
823
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.force_off_gear_def Abstract="True" Name="ForceOffGenericGear"> <workerClass>rjw.Recipe_ForceOffGear</workerClass> <effectWorking>Surgery</effectWorking> <soundWorking>Recipe_Surgery</soundWorking> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <workSkillLearnFactor>8</workSkillLearnFactor> <workAmount>1500</workAmount> <surgerySuccessChanceFactor>2.0</surgerySuccessChanceFactor> <deathOnFailedSurgeryChance>0.0</deathOnFailedSurgeryChance> <!-- The surgery doesn't actually target a body part but this must be set to true so that the game will call rjw.Recipe_ForceOffGear.GetPartsToApplyOn, which is used to hide the recipe from the operations list on pawns that aren't wearing the relevant gear. --> <targetsBodyPart>true</targetsBodyPart> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> <recipeUsers> <li>Human</li> </recipeUsers> </rjw.force_off_gear_def> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_ForceRemoveBondage.xml
XML
mit
1,216
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RecipeDef Abstract="True" Name="MakeBondageGear"> <workSpeedStat>GeneralLaborSpeed</workSpeedStat> <unfinishedThingDef>UnfinishedComponent</unfinishedThingDef> <workSkill>Crafting</workSkill> </RecipeDef> <RecipeDef Abstract="True" Name="MakeCrudeBondageGear" ParentName="MakeBondageGear"> <recipeUsers> <li>CraftingSpot</li> <li>TableMachining</li> </recipeUsers> </RecipeDef> <RecipeDef Abstract="True" Name="MakeStandardBondageGear" ParentName="MakeBondageGear"> <soundWorking>Recipe_Machining</soundWorking> <recipeUsers> <li>TableMachining</li> </recipeUsers> </RecipeDef> <RecipeDef Abstract="True" Name="MakeAdvancedBondageGear" ParentName="MakeBondageGear"> <soundWorking>Recipe_Machining</soundWorking> <recipeUsers> <li>FabricationBench</li> </recipeUsers> </RecipeDef> <RecipeDef ParentName="MakeAdvancedBondageGear"> <defName>MakeHololock</defName> <label>make hololock</label> <description>Make a hololock.</description> <jobString>Making hololock.</jobString> <effectWorking>Cook</effectWorking> <workAmount>9000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Plasteel</li> </thingDefs> </filter> <count>20</count> </li> <li> <filter> <thingDefs> <li>ComponentIndustrial</li> </thingDefs> </filter> <count>4</count> </li> <li> <filter> <thingDefs> <li>Jade</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Plasteel</li> <li>ComponentIndustrial</li> <li>Jade</li> </thingDefs> </fixedIngredientFilter> <products> <Hololock>1</Hololock> </products> <skillRequirements> <Crafting>6</Crafting> </skillRequirements> </RecipeDef> <RecipeDef ParentName="MakeStandardBondageGear"> <defName>MakePrisonerChains</defName> <label>make chains</label> <description>Make a restricvive chains.</description> <jobString>Making chains.</jobString> <workSpeedStat>GeneralLaborSpeed</workSpeedStat> <effectWorking>Smith</effectWorking> <workAmount>4000</workAmount> <unfinishedThingDef>UnfinishedArmor</unfinishedThingDef> <ingredients> <li> <filter> <categories> <li>ResourcesRaw</li> </categories> </filter> <count>50</count> </li> <li> <filter> <thingDefs> <li>Hololock</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Silver</li> <li>Gold</li> <li>Steel</li> <li>Plasteel</li> <li>Hololock</li> </thingDefs> </fixedIngredientFilter> <products> <PrisonerChains>1</PrisonerChains> </products> <skillRequirements> <Crafting>5</Crafting> </skillRequirements> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_MakeBondageGear.xml
XML
mit
2,886
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RecipeDef Abstract="True" Name="MakePrivates"> <workSpeedStat>GeneralLaborSpeed</workSpeedStat> <workSkill>Crafting</workSkill> <unfinishedThingDef>UnfinishedHealthItemProsthetic</unfinishedThingDef> </RecipeDef> <RecipeDef Abstract="True" Name="MakeCrudePrivates" ParentName="MakePrivates"> <recipeUsers> <li>CraftingSpot</li> <li>TableMachining</li> </recipeUsers> </RecipeDef> <RecipeDef Abstract="True" Name="MakeStandardPrivates" ParentName="MakePrivates"> <researchPrerequisite>Prosthetics</researchPrerequisite> <soundWorking>Recipe_Machining</soundWorking> <skillRequirements> <Crafting>8</Crafting> </skillRequirements> <recipeUsers> <li>TableMachining</li> </recipeUsers> </RecipeDef> <RecipeDef Abstract="True" Name="MakeAdvancedPrivates" ParentName="MakePrivates"> <researchPrerequisite>Bionics</researchPrerequisite> <soundWorking>Recipe_Machining</soundWorking> <skillRequirements> <Crafting>14</Crafting> </skillRequirements> <recipeUsers> <li>FabricationBench</li> </recipeUsers> </RecipeDef> <RecipeDef ParentName="MakeCrudePrivates"> <defName>MakePegDick</defName> <label>carve peg dick</label> <description>Carves a dildo from a piece of wood.</description> <jobString>Carving peg dick.</jobString> <soundWorking>Recipe_MakeWoodPlanks_Hand</soundWorking> <workAmount>1200</workAmount> <ingredients> <li> <filter> <thingDefs> <li>WoodLog</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>WoodLog</li> </thingDefs> </fixedIngredientFilter> <products> <PegDick>1</PegDick> </products> </RecipeDef> <RecipeDef ParentName="MakeStandardPrivates"> <defName>MakeHydraulicPenis</defName> <label>craft hydraulic penis</label> <description>Crafts a hydraulic penis from steel and components.</description> <jobString>Crafting hydraulic penis.</jobString> <workAmount>3000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Steel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentIndustrial</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Steel</li> <li>ComponentIndustrial</li> </thingDefs> </fixedIngredientFilter> <products> <HydraulicPenis>1</HydraulicPenis> </products> </RecipeDef> <RecipeDef ParentName="MakeAdvancedPrivates"> <defName>MakeBionicPenis</defName> <label>craft bionic penis</label> <description>Crafts a bionic penis from hyperweave, plasteel, and components.</description> <jobString>Crafting bionic penis.</jobString> <workAmount>7000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Hyperweave</li> </thingDefs> </filter> <count>10</count> </li> <li> <filter> <thingDefs> <li>Plasteel</li> </thingDefs> </filter> <count>35</count> </li> <li> <filter> <thingDefs> <li>ComponentSpacer</li> </thingDefs> </filter> <count>4</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Hyperweave</li> <li>Plasteel</li> <li>ComponentSpacer</li> </thingDefs> </fixedIngredientFilter> <products> <BionicPenis>1</BionicPenis> </products> </RecipeDef> <RecipeDef ParentName="MakeStandardPrivates"> <defName>MakeHydraulicVagina</defName> <label>craft hydraulic vagina</label> <description>Crafts a hydraulic vagina from steel and components.</description> <jobString>Crafting hydraulic vagina.</jobString> <workAmount>4000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Steel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentIndustrial</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Steel</li> <li>ComponentIndustrial</li> </thingDefs> </fixedIngredientFilter> <products> <HydraulicVagina>1</HydraulicVagina> </products> </RecipeDef> <RecipeDef ParentName="MakeAdvancedPrivates"> <defName>MakeBionicVagina</defName> <label>craft bionic vagina</label> <description>Crafts a bionic vagina from hyperweave, plasteel, and components.</description> <jobString>Crafting bionic vagina.</jobString> <workAmount>11000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Hyperweave</li> </thingDefs> </filter> <count>20</count> </li> <li> <filter> <thingDefs> <li>Plasteel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentSpacer</li> </thingDefs> </filter> <count>5</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Hyperweave</li> <li>Plasteel</li> <li>ComponentSpacer</li> </thingDefs> </fixedIngredientFilter> <products> <BionicVagina>1</BionicVagina> </products> </RecipeDef> <RecipeDef ParentName="MakeStandardPrivates"> <defName>MakeHydraulicBreasts</defName> <label>craft hydraulic breasts</label> <description>Crafts a pair of hydraulic breasts from steel and components.</description> <jobString>Crafting hydraulic breasts.</jobString> <workAmount>4000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Steel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentIndustrial</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Steel</li> <li>ComponentIndustrial</li> </thingDefs> </fixedIngredientFilter> <products> <HydraulicBreasts>1</HydraulicBreasts> </products> </RecipeDef> <RecipeDef ParentName="MakeAdvancedPrivates"> <defName>MakeBionicBreasts</defName> <label>craft bionic breasts</label> <description>Crafts a pair of bionic breasts from hyperweave, plasteel, and components.</description> <jobString>Crafting bionic breasts.</jobString> <workAmount>11000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Hyperweave</li> </thingDefs> </filter> <count>20</count> </li> <li> <filter> <thingDefs> <li>Plasteel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentSpacer</li> </thingDefs> </filter> <count>5</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Hyperweave</li> <li>Plasteel</li> <li>ComponentSpacer</li> </thingDefs> </fixedIngredientFilter> <products> <BionicBreasts>1</BionicBreasts> </products> </RecipeDef> <RecipeDef ParentName="MakeStandardPrivates"> <defName>MakeHydraulicAnus</defName> <label>craft hydraulic anus</label> <description>Crafts a hydraulic anus from steel and components.</description> <jobString>Crafting hydraulic anus.</jobString> <workAmount>4000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Steel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentIndustrial</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Steel</li> <li>ComponentIndustrial</li> </thingDefs> </fixedIngredientFilter> <products> <HydraulicAnus>1</HydraulicAnus> </products> </RecipeDef> <RecipeDef ParentName="MakeAdvancedPrivates"> <defName>MakeBionicAnus</defName> <label>craft bionic anus</label> <description>Crafts a bionic anus from hyperweave, plasteel, and components.</description> <jobString>Crafting bionic anus.</jobString> <workAmount>11000</workAmount> <ingredients> <li> <filter> <thingDefs> <li>Hyperweave</li> </thingDefs> </filter> <count>20</count> </li> <li> <filter> <thingDefs> <li>Plasteel</li> </thingDefs> </filter> <count>25</count> </li> <li> <filter> <thingDefs> <li>ComponentSpacer</li> </thingDefs> </filter> <count>5</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>Hyperweave</li> <li>Plasteel</li> <li>ComponentSpacer</li> </thingDefs> </fixedIngredientFilter> <products> <BionicAnus>1</BionicAnus> </products> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_MakeProsthetics.xml
XML
mit
8,767
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RecipeDef Abstract="True" Name="RJW_RemoveEnemyImplants" ParentName="RJW_SurgeryFlesh"> <effectWorking>Surgery</effectWorking> <soundWorking>Recipe_Surgery</soundWorking> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <workSkillLearnFactor>16</workSkillLearnFactor> <appliedOnFixedBodyParts> <li>Genitals</li> <li>Anus</li> <!-- someday add anal pregnancy or not? --> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="RJW_RemoveRestraints" ParentName="RJW_SurgeryFlesh"> <effectWorking>Surgery</effectWorking> <soundWorking>Recipe_Surgery</soundWorking> <workSpeedStat>MedicalOperationSpeed</workSpeedStat> <workSkill>Medicine</workSkill> <workSkillLearnFactor>1</workSkillLearnFactor> <hideBodyPartNames>true</hideBodyPartNames> <targetsBodyPart>true</targetsBodyPart> </RecipeDef> <RecipeDef Abstract="True" ParentName="RJW_RemoveEnemyImplants" Name="RJW_RemoveInsectEgg"> <label>remove egg</label> <description>Removes egg.</description> <workerClass>Recipe_RemoveHediff</workerClass> <jobString>Removing egg.</jobString> <workAmount>500</workAmount> <workSkillLearnFactor>1</workSkillLearnFactor> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <!-- <li> <filter> <thingDefs> <li>InsectJelly</li> </thingDefs> </filter> <count>1</count> </li> --> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <!-- <thingDefs> <li>InsectJelly</li> </thingDefs> --> </fixedIngredientFilter> </RecipeDef> <!-- this needs custom class for x10, fuck it--> <RecipeDef Abstract="True" ParentName="RJW_RemoveInsectEgg" Name="RJW_RemoveInsectEggx10"> <label>remove eggs(x10)</label> <description>Removes eggs.</description> <jobString>Removing eggs.</jobString> <workAmount>1000</workAmount> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <!-- <li> <filter> <thingDefs> <li>InsectJelly</li> </thingDefs> </filter> <count>10</count> </li> --> </ingredients> </RecipeDef> <RecipeDef ParentName="RJW_RemoveInsectEgg"> <defName>RemoveUnknownEgg</defName> <removesHediff>RJW_UnknownEgg</removesHediff> </RecipeDef> <RecipeDef ParentName="RJW_RemoveInsectEgg"> <defName>RemoveInsectHiveEgg</defName> <removesHediff>RJW_InsectHiveEgg</removesHediff> </RecipeDef> <RecipeDef ParentName="RJW_RemoveEnemyImplants"> <defName>RemoveMicroComputer</defName> <label>remove MicroComputer</label> <description>Removes MicroComputer.</description> <workerClass>Recipe_RemoveHediff</workerClass> <jobString>Removing MicroComputer.</jobString> <workAmount>2000</workAmount> <removesHediff>RJW_MicroComputer</removesHediff> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Hololock</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Hololock</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="RJW_RemoveRestraints"> <defName>RJW_RemoveRestraints</defName> <label>remove restraints</label> <description>Removes restraints.</description> <workerClass>rjw.Recipe_RemoveRestraints</workerClass> <jobString>Removing restraints.</jobString> <workAmount>1000</workAmount> <removesHediff>RJW_Restraints</removesHediff> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="RJW_RemoveRestraints"> <defName>RJW_RemoveCocoon</defName> <label>remove cocoon</label> <description>Removes cocoon.</description> <workerClass>rjw.Recipe_RemoveRestraints</workerClass> <jobString>Removing cocoon.</jobString> <workAmount>1000</workAmount> <removesHediff>RJW_Cocoon</removesHediff> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_RemoveEnemyImplants.xml
XML
mit
4,755
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- From core --> <RecipeDef Abstract="True" Name="RJW_SurgeryFlesh" ParentName="SurgeryFlesh"> <dontShowIfAnyIngredientMissing>true</dontShowIfAnyIngredientMissing> <recipeUsers> <li>Human</li> </recipeUsers> </RecipeDef> <RecipeDef Abstract="True" Name="SexReassignmentV" ParentName="RJW_SurgeryFlesh"> <description>Installs a vagina, replaces other bodyparts if present.</description> <workerClass>rjw.Recipe_InstallGenitals</workerClass> <jobString>Installing vagina.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>10</Medicine> </skillRequirements> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </RecipeDef> <!--this one not used, but left for mods that are not updated--> <RecipeDef Abstract="True" Name="SexReassignment" ParentName="RJW_SurgeryFlesh"> <description>Install genital part.</description> <workerClass>rjw.Recipe_InstallGenitals</workerClass> <workAmount>1200</workAmount> <skillRequirements> <Medicine>10</Medicine> </skillRequirements> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="SexReassignmentP" ParentName="RJW_SurgeryFlesh"> <description>Attaches a penis, replaces other bodyparts if present.</description> <workerClass>rjw.Recipe_InstallGenitals</workerClass> <jobString>Attaching penis.</jobString> <workAmount>1200</workAmount> <skillRequirements> <Medicine>10</Medicine> </skillRequirements> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="BreastSurgery" ParentName="RJW_SurgeryFlesh"> <description>Attaches a pair of breasts, replaces other bodyparts if present.</description> <workerClass>rjw.Recipe_InstallBreasts</workerClass> <jobString>Attaching a pair of breasts.</jobString> <workAmount>1200</workAmount> <skillRequirements> <Medicine>8</Medicine> </skillRequirements> <appliedOnFixedBodyParts> <li>Chest</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="AnalSurgery" ParentName="RJW_SurgeryFlesh"> <description>Installs an anus, replaces other bodyparts if present.</description> <workerClass>rjw.Recipe_InstallAnus</workerClass> <jobString>Installing an anus.</jobString> <workAmount>1200</workAmount> <skillRequirements> <Medicine>10</Medicine> </skillRequirements> <appliedOnFixedBodyParts> <li>Anus</li> </appliedOnFixedBodyParts> </RecipeDef> <!-- Attach natural privates --> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachPenis</defName> <label>attach penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Penis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Penis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Penis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallVagina</defName> <label>install vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Vagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Vagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Vagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallCatVagina</defName> <label>install feline vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallDogVagina</defName> <label>install canine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallHorseVagina</defName> <label>install equine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorseVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorseVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorseVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallDragonVagina</defName> <label>install dragon vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallNarrowVagina</defName> <label>install narrow vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>NarrowVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>NarrowVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>NarrowVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallCloacalVagina</defName> <label>install cloacal vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CloacalVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CloacalVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CloacalVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallRodentVagina</defName> <label>install rodent agina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RodentVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RodentVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RodentVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallOvipositorF</defName> <label>install female Ovipositor</label> <description>Installs a female Ovipositor.</description> <jobString>Installing female Ovipositor.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>OvipositorF</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>OvipositorF</li> </thingDefs> </fixedIngredientFilter> <addsHediff>OvipositorF</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachHorsePenis</defName> <label>attach equine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorsePenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorsePenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorsePenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachRaccoonPenis</defName> <label>attach procyonine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RaccoonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachCatPenis</defName> <label>attach feline penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachDogPenis</defName> <label>attach canine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachDragonPenis</defName> <label>attach dragon penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachHemiPenis</defName> <label>attach hemipenis</label> <description>Attaches a dual-shafted hemipenis.</description> <jobString>Attaching hemipenes.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HemiPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HemiPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HemiPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachCrocodilianPenis</defName> <label>attach crocodilian penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CrocodilianPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachNeedlePenis</defName> <label>attach needle penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>NeedlePenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>NeedlePenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>NeedlePenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachCloacalPenis</defName> <label>attach cloacal penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CloacalPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CloacalPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CloacalPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachRodentPenis</defName> <label>attach rodent penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RodentPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RodentPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RodentPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachOvipositorM</defName> <label>attach male Ovipositor</label> <description>Attaches a male Ovipositor, replaces other bodyparts if present.</description> <jobString>Attaching male Ovipositor.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>OvipositorM</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>OvipositorM</li> </thingDefs> </fixedIngredientFilter> <addsHediff>OvipositorM</addsHediff> </RecipeDef> <!-- Breasts --> <RecipeDef ParentName="BreastSurgery"> <defName>AttachBreasts</defName> <label>attach breasts</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Breasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Breasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Breasts</addsHediff> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>AttachUdderBreasts</defName> <label>attach udder</label> <description>Attaches a large cowlike udder, replaces other bodyparts if present.</description> <jobString>Attaching udder.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>UdderBreasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>UdderBreasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>UdderBreasts</addsHediff> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>AttachFeaturelesschest</defName> <label>attach featureless chest</label> <description>Attaches a smooth, non-mammalian chest, replaces other bodyparts if present.</description> <jobString>Attaching featureless chest.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>FeaturelessChest</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>FeaturelessChest</li> </thingDefs> </fixedIngredientFilter> <addsHediff>FeaturelessChest</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallAnus</defName> <label>install average anus</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Anus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Anus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Anus</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallCloacalAnus</defName> <label>install cloacal anus</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CloacalAnus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CloacalAnus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CloacalAnus</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallInsectAnus</defName> <label>install Insect anus</label> <description>Installs a Insect anus, replaces other bodyparts if present.</description> <jobString>Installing Insect anus.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>InsectAnus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>InsectAnus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>InsectAnus</addsHediff> </RecipeDef> <!-- Attach simple prosthetic privates --> <RecipeDef ParentName="SexReassignmentP"> <defName>InstallHydraulicPenis</defName> <label>install hydraulic penis</label> <description>Installs a hydraulic penis, replaces other bodyparts if present.</description> <jobString>Installing hydraulic penis.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallHydraulicVagina</defName> <label>install hydraulic vagina</label> <description>Installs a hydraulic vagina, replaces other bodyparts if present.</description> <jobString>Installing hydraulic vagina.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>InstallHydraulicBreasts</defName> <label>install hydraulic breasts</label> <description>Installs a pair of hydraulic breasts, replaces other bodyparts if present.</description> <jobString>Installing hydraulic breasts.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicBreasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicBreasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicBreasts</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallHydraulicAnus</defName> <label>install hydraulic anus</label> <description>Installs a hydraulic anus, replaces other bodyparts if present.</description> <jobString>Installing hydraulic anus.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicAnus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicAnus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicAnus</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>AttachPegDick</defName> <label>attach peg dick</label> <description>Attaches a peg dick, replaces other bodyparts if present.</description> <jobString>Attaching peg dick.</jobString> <workAmount>900</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>PegDick</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>PegDick</li> </thingDefs> </fixedIngredientFilter> <addsHediff>PegDick</addsHediff> </RecipeDef> <!-- Attach bionic privates --> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallBionicVagina</defName> <label>install bionic vagina</label> <description>Installs a bionic vagina, replaces other bodyparts if present.</description> <jobString>Installing bionic vagina.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>12</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentP"> <defName>InstallBionicPenis</defName> <label>install bionic penis</label> <description>Attaches a bionic penis, replaces other bodyparts if present.</description> <jobString>Attaching bionic penis.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>12</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>InstallBionicBreasts</defName> <label>install bionic breasts</label> <description>Installs a pair of bionic breasts, replaces other bodyparts if present.</description> <jobString>Installing bionic breasts.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>14</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicBreasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicBreasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicBreasts</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallBionicAnus</defName> <label>install bionic anus</label> <description>Installs a bionic anus, replaces other bodyparts if present.</description> <jobString>Installing bionic anus.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>14</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicAnus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicAnus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicAnus</addsHediff> </RecipeDef> <!-- Attach archotech privates --> <RecipeDef ParentName="SexReassignmentP"> <defName>InstallArchotechPenis</defName> <label>install archotech penis</label> <description>Attaches a archotech penis, replaces other bodyparts if present.</description> <jobString>Attaching archotech penis.</jobString> <workAmount>1500</workAmount> <skillRequirements> <!-- Much lower than other types. Core Archotech is Medine 3, these basically attach themselves. --> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>InstallArchotechVagina</defName> <label>install archotech vagina</label> <description>Installs a archotech vagina, replaces other bodyparts if present.</description> <jobString>Installing archotech vagina.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>InstallArchotechAnus</defName> <label>install archotech anus</label> <description>Installs a archotech anus, replaces other bodyparts if present.</description> <jobString>Installing archotech anus.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechAnus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechAnus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechAnus</addsHediff> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>InstallArchotechBreasts</defName> <label>install archotech breasts</label> <description>Installs a pair of archotech breasts, replaces other bodyparts if present.</description> <jobString>Installing archotech breasts.</jobString> <workAmount>2000</workAmount> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechBreasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechBreasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechBreasts</addsHediff> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery.xml
XML
mit
31,907
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- <RecipeDef Abstract="True" Name="GrowBreastsSurgery" ParentName="BreastSurgery"> <workerClass>rjw.Recipe_GrowBreasts</workerClass> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <hideBodyPartNames>false</hideBodyPartNames> <anesthetize>false</anesthetize> </RecipeDef> <RecipeDef ParentName="GrowBreastsSurgery"> <defName>GrowFlatBreasts</defName> <label>grow flat breasts</label> <description>Cause undeveloped breasts to bud using a huge amount of healroot salve paired with a thorough massage.</description> <jobString>Growing flat breasts.</jobString> <workAmount>4000</workAmount> <skillRequirements> <Medicine>8</Medicine> </skillRequirements> <ingredients> <li> <filter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </filter> <count>8</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="GrowBreastsSurgery"> <defName>GrowSmallBreasts</defName> <label>grow small breasts</label> <description>Adds volume to flat breasts through the liberal use healroot salve paired with a vigorous massage.</description> <jobString>Growing small breasts.</jobString> <workAmount>3000</workAmount> <skillRequirements> <Medicine>4</Medicine> </skillRequirements> <ingredients> <li> <filter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="GrowBreastsSurgery"> <defName>GrowAverageBreasts</defName> <label>grow average breasts</label> <description>Cause small breasts to swell by lightly bruising the breast tissue then applying a large dose of healroot salve.</description> <jobString>Growing average breasts.</jobString> <workAmount>3000</workAmount> <skillRequirements> <Medicine>4</Medicine> </skillRequirements> <hideBodyPartNames>false</hideBodyPartNames> <ingredients> <li> <filter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </filter> <count>4</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="GrowBreastsSurgery"> <defName>GrowLargeBreasts</defName> <label>grow large breasts</label> <description>Fill out average breasts by bruising the breast tissue then injecting growth hormones harvested from medical kits.</description> <jobString>Growing large breasts.</jobString> <workAmount>3000</workAmount> <skillRequirements> <Medicine>8</Medicine> </skillRequirements> <hideBodyPartNames>false</hideBodyPartNames> <ingredients> <li> <filter> <thingDefs> <li>MedicineIndustrial</li> </thingDefs> </filter> <count>4</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineIndustrial</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="GrowBreastsSurgery"> <defName>GrowHugeBreasts</defName> <label>grow huge breasts</label> <description>Expand already large breasts by continuously bruising the breast tissue as it is being healed by glitterworld medicine.</description> <jobString>Growing huge breasts.</jobString> <workAmount>3000</workAmount> <skillRequirements> <Medicine>8</Medicine> </skillRequirements> <hideBodyPartNames>false</hideBodyPartNames> <ingredients> <li> <filter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <thingDefs> <li>MedicineUltratech</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="BreastSurgery"> <defName>ShrinkBreastsSurgery</defName> <workerClass>rjw.Recipe_ShrinkBreasts</workerClass> <label>reduce breast size</label> <description>Reduce the size of natural breasts through surgery.</description> <jobString>Reducing breasts.</jobString> <workAmount>2000</workAmount> <anesthetize>true</anesthetize> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <hideBodyPartNames>false</hideBodyPartNames> <skillRequirements> <Medicine>4</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>2</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> --> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Breasts.xml
XML
mit
4,854
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--Futa creation--> <!--For females--> <RecipeDef Abstract="True" Name="FutaMakingF" ParentName="SexReassignmentP"> <description>Adds a penis to a female, making them a hermaphrodite.</description> <workerClass>rjw.Recipe_MakeFutaF</workerClass> <workAmount>1800</workAmount> <skillRequirements> <Medicine>11</Medicine> </skillRequirements> </RecipeDef> <!--natural penises--> <RecipeDef ParentName="FutaMakingF"> <defName>AddPenis</defName> <label>add penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Penis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Penis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Penis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addHorsePenis</defName> <label>add equine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorsePenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorsePenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorsePenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addCatPenis</defName> <label>add feline penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addDogPenis</defName> <label>add canine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addDragonPenis</defName> <label>add dragon penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addOvipositorM</defName> <label>add ovipositor</label> <jobString>adding Ovipositor.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>OvipositorM</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>OvipositorM</li> </thingDefs> </fixedIngredientFilter> <addsHediff>OvipositorM</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addRaccoonPenis</defName> <label>add procyonine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RaccoonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addHemiPenis</defName> <label>add hemipenis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HemiPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HemiPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HemiPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>addCrocodilianPenis</defName> <label>add crocodilian penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CrocodilianPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>AddNeedlePenis</defName> <label>add needle penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>NeedlePenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>NeedlePenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>NeedlePenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>AddCloacalPenis</defName> <label>add cloacal penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CloacalPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CloacalPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CloacalPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingF"> <defName>AddRodentPenis</defName> <label>add rodent penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RodentPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RodentPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RodentPenis</addsHediff> </RecipeDef> <!--hydraulic penis--> <RecipeDef ParentName="FutaMakingF"> <defName>addHydraulicPenis</defName> <label>add hydraulic penis</label> <jobString>Attaching hydraulic penis.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicPenis</addsHediff> </RecipeDef> <!--bionic penis--> <RecipeDef ParentName="FutaMakingF"> <defName>addBionicPenis</defName> <label>add bionic penis</label> <jobString>Attaching bionic penis.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>14</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicPenis</addsHediff> </RecipeDef> <!-- Archotech --> <RecipeDef ParentName="FutaMakingF"> <defName>addArchotechPenis</defName> <label>add archotech penis</label> <jobString>Attaching archotech penis.</jobString> <workAmount>900</workAmount> <skillRequirements> <!-- Much lower than other types. Core Archotech is Medine 3, these basically attach themselves. --> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechPenis</addsHediff> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Futa_Female.xml
XML
mit
10,302
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--Futa creation--> <!--For males--> <RecipeDef Abstract="True" Name="FutaMakingM" ParentName="SexReassignmentV"> <description>Adds a vagina to a male, making them a hermaphrodite.</description> <workerClass>rjw.Recipe_MakeFutaM</workerClass> <workAmount>2500</workAmount> <skillRequirements> <Medicine>11</Medicine> </skillRequirements> </RecipeDef> <!--natural vaginaes--> <RecipeDef ParentName="FutaMakingM"> <defName>AddVagina</defName> <label>add average vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Vagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Vagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Vagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>addHorseVagina</defName> <label>add equine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorseVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorseVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorseVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>addCatVagina</defName> <label>add feline vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>addDogVagina</defName> <label>add canine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>addDragonVagina</defName> <label>add dragon vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>AddNarrowVagina</defName> <label>add narrow vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>NarrowVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>NarrowVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>NarrowVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>AddCloacalVagina</defName> <label>add cloacal vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CloacalVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CloacalVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CloacalVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>AddRodentVagina</defName> <label>add rodent vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RodentVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RodentVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RodentVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="FutaMakingM"> <defName>addOvipositorF</defName> <label>add ovipositor</label> <jobString>adding Ovipositor.</jobString> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>OvipositorF</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>OvipositorF</li> </thingDefs> </fixedIngredientFilter> <addsHediff>OvipositorF</addsHediff> </RecipeDef> <!--hydraulic vagina--> <RecipeDef ParentName="FutaMakingM"> <defName>addHydraulicVagina</defName> <label>add hydraulic vagina</label> <jobString>adding hydraulic vagina.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>7</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HydraulicVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HydraulicVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HydraulicVagina</addsHediff> </RecipeDef> <!--bionic vagina--> <RecipeDef ParentName="FutaMakingM"> <defName>addBionicVagina</defName> <label>add bionic vagina</label> <jobString>adding bionic vagina.</jobString> <workAmount>1500</workAmount> <skillRequirements> <Medicine>14</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>BionicVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>BionicVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>BionicVagina</addsHediff> </RecipeDef> <!--archotech vagina--> <RecipeDef ParentName="FutaMakingM"> <defName>addArchotechVagina</defName> <label>add archotech vagina</label> <jobString>adding archotech vagina.</jobString> <workAmount>900</workAmount> <skillRequirements> <Medicine>5</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>ArchotechVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>ArchotechVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>ArchotechVagina</addsHediff> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Futa_Male.xml
XML
mit
8,402
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--sterilization--> <!--hideBodyPartNames>true</hideBodyPartNames--> <!--targetsBodyPart>true</targetsBodyPart--> <RecipeDef ParentName="SexReassignmentP"> <defName>Sterilization</defName> <label>sterilize</label> <description>Prevents reproduction without removing genitals.</description> <jobString>sterilizing.</jobString> <workAmount>1000</workAmount> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <addsHediff>Sterilized</addsHediff> <workerClass>rjw.Recipe_InstallImplantToExistParts</workerClass> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <!-- IUD Sergery --> <RecipeDef ParentName="SexReassignmentV"> <defName>RJW_InstallIUD</defName> <label>install IUD</label> <description>Prevents reproduction temporarily. Recoverable anytime.</description> <jobString>installing IUD.</jobString> <workAmount>300</workAmount> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <addsHediff>RJW_IUD</addsHediff> <workerClass>rjw.Recipe_InstallIUD</workerClass> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Silver</li> </thingDefs> </filter> <count>0.3</count> </li> <li> <filter> <thingDefs> <li>Steel</li> </thingDefs> </filter> <count>0.1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Steel</li> <li>Silver</li> </thingDefs> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>RJW_RemovelIUD</defName> <label>remove IUD</label> <description>Prevents reproduction temporarily. Recoverable anytime.</description> <jobString>removing IUD.</jobString> <workAmount>300</workAmount> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <removesHediff>RJW_IUD</removesHediff> <workerClass>Recipe_RemoveHediff</workerClass> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="RJW_SurgeryFlesh"> <defName>InstallPegArm</defName> <label>install peg arm</label> <description>Install a peg arm.</description> <workerClass>Recipe_InstallArtificialBodyPart</workerClass> <jobString>Installing peg arm.</jobString> <workAmount>1300</workAmount> <dontShowIfAnyIngredientMissing>false</dontShowIfAnyIngredientMissing> <surgerySuccessChanceFactor>1.40</surgerySuccessChanceFactor> <skillRequirements> <Medicine>3</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>WoodLog</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>WoodLog</li> </thingDefs> </fixedIngredientFilter> <appliedOnFixedBodyParts> <li>Arm</li> </appliedOnFixedBodyParts> <addsHediff>PegArm</addsHediff> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Misc.xml
XML
mit
3,786
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RecipeDef Abstract="True" Name="MultiBase" ParentName="RJW_SurgeryFlesh"> <workerClass>rjw.Recipe_AddMultiPart</workerClass> <workAmount>3000</workAmount> <skillRequirements> <Medicine>12</Medicine> </skillRequirements> </RecipeDef> <RecipeDef Abstract="True" Name="MultiVagina" ParentName="MultiBase"> <description>Adds additional vagina.</description> <jobString>Adding vagina.</jobString> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="MultiPenis" ParentName="MultiBase"> <description>Adds additional penis.</description> <jobString>Adding penis.</jobString> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="MultiBreast" ParentName="MultiBase"> <description>Adds additional breast row.</description> <jobString>Adding breasts.</jobString> <appliedOnFixedBodyParts> <li>Chest</li> </appliedOnFixedBodyParts> </RecipeDef> <RecipeDef Abstract="True" Name="MultiAnus" ParentName="MultiBase"> <description>Adds additional anus.</description> <jobString>Adding anus.</jobString> <appliedOnFixedBodyParts> <li>Anus</li> </appliedOnFixedBodyParts> </RecipeDef> <!--natural vaginaes--> <RecipeDef ParentName="MultiVagina"> <defName>AddMultiVagina</defName> <label>add vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Vagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Vagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Vagina</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiVagina"> <defName>AddMultiHorseVagina</defName> <label>add equine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorseVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorseVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorseVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiVagina"> <defName>AddMultiCatVagina</defName> <label>add feline vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiVagina"> <defName>AddMultiDogVagina</defName> <label>add canine vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogVagina</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiVagina"> <defName>AddMultiDragonVagina</defName> <label>add dragon vagina</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonVagina</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonVagina</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonVagina</addsHediff> </RecipeDef> <!--natural penises--> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiPenis</defName> <label>add penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Penis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Penis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Penis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiHorsePenis</defName> <label>add equine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HorsePenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HorsePenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HorsePenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiCatPenis</defName> <label>add feline penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CatPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CatPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CatPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiDogPenis</defName> <label>add canine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DogPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DogPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DogPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiDragonPenis</defName> <label>add dragon penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>DragonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>DragonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>DragonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiRaccoonPenis</defName> <label>add procyonine penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>RaccoonPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>RaccoonPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiHemiPenis</defName> <label>add hemipenis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>HemiPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>HemiPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>HemiPenis</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiPenis"> <defName>AddMultiCrocodilianPenis</defName> <label>add crocodilian penis</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>CrocodilianPenis</li> </thingDefs> </fixedIngredientFilter> <addsHediff>CrocodilianPenis</addsHediff> </RecipeDef> <!-- Breasts --> <RecipeDef ParentName="MultiBreast"> <defName>AddMultiBreasts</defName> <label>add breasts</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Breasts</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Breasts</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Breasts</addsHediff> </RecipeDef> <RecipeDef ParentName="MultiAnus"> <defName>AddMultiAnus</defName> <label>add anus</label> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Anus</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> <thingDefs> <li>Anus</li> </thingDefs> </fixedIngredientFilter> <addsHediff>Anus</addsHediff> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Multi.xml
XML
mit
10,511
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Remove privates --> <RecipeDef ParentName="SexReassignmentP"> <defName>RemoveGenitals</defName> <label>remove genitals</label> <description>Removes sex organs.</description> <workerClass>rjw.Recipe_RemoveGenitals</workerClass> <jobString>Removing genitals.</jobString> <workAmount>1600</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <hideBodyPartNames>true</hideBodyPartNames> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <!-- <RecipeDef ParentName="SexReassignmentP"> <defName>RemovePenis</defName> <label>remove genitals</label> <description>Removes penis.</description> <workerClass>rjw.Recipe_RemovePenis</workerClass> <jobString>Removing penis.</jobString> <workAmount>1600</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="SexReassignmentV"> <defName>RemoveVagina</defName> <label>remove vagina</label> <description>Removes vagina.</description> <workerClass>rjw.Recipe_RemoveVagina</workerClass> <jobString>Removing vagina.</jobString> <workAmount>1600</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> --> <RecipeDef ParentName="BreastSurgery"> <defName>RemoveBreasts</defName> <label>remove breasts</label> <description>Removes breasts.</description> <workerClass>rjw.Recipe_RemoveBreasts</workerClass> <jobString>Removing breasts.</jobString> <workAmount>1600</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <hideBodyPartNames>true</hideBodyPartNames> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> <RecipeDef ParentName="AnalSurgery"> <defName>RemoveAnus</defName> <label>remove anus</label> <description>Removes anus.</description> <workerClass>rjw.Recipe_RemoveAnus</workerClass> <jobString>Removing anus.</jobString> <workAmount>1600</workAmount> <skillRequirements> <Medicine>2</Medicine> </skillRequirements> <hideBodyPartNames>true</hideBodyPartNames> <ingredients> <li> <filter> <categories> <li>Medicine</li> </categories> </filter> <count>1</count> </li> </ingredients> <fixedIngredientFilter> <categories> <li>Medicine</li> </categories> </fixedIngredientFilter> </RecipeDef> </Defs>
Korth95/rjw
1.1/Defs/RecipeDefs/Recipes_Surgery_Remove_Parts.xml
XML
mit
3,393
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--Counts masturbation --> <RecordDef> <defName>CountOfFappin</defName> <label>masturbating done</label> <description>The number of times I masturbated.</description> <type>Int</type> </RecordDef> <!--Counts all sex excluding masturbation--> <RecordDef> <defName>CountOfSex</defName> <label>total sex had</label> <description>The number of times I had sex.</description> <type>Int</type> </RecordDef> <!--Counts all sex + rapes--> <RecordDef> <defName>CountOfSexWithHumanlikes</defName> <label>sex with humanlikes</label> <description>The number of times I had sex with humanlikes.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfSexWithAnimals</defName> <label>sex with animals</label> <description>The number of times I had sex with animals.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfSexWithInsects</defName> <label>sex with insects</label> <description>The number of times I had sex with insects.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfSexWithOthers</defName> <label>sex with other</label> <description>The number of times I had sex with weird stuff.</description> <type>Int</type> </RecordDef> <!--Counts rapes --> <RecordDef> <defName>CountOfRapedHumanlikes</defName> <label>raped humanlikes</label> <description>The number of times I raped humanlikes.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfRapedAnimals</defName> <label>raped animals</label> <description>The number of times I raped animals.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfRapedInsects</defName> <label>raped insects</label> <description>The number of times I raped insects.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfRapedOthers</defName> <label>raped other</label> <description>The number of times I raped weird stuff.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfSexWithCorpse</defName> <label>raped corpses</label> <description>The number of times I raped corpses.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBeenRapedByHumanlikes</defName> <label>raped by humanlikes</label> <description>The number of times I was raped by humanlikes.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBeenRapedByAnimals</defName> <label>raped by animals</label> <description>The number of times I was raped by animals.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBeenRapedByInsects</defName> <label>raped by insects</label> <description>The number of times I was raped by insects.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBeenRapedByOthers</defName> <label>raped by other</label> <description>The number of times I was raped by weird stuff.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>GetRapedAsComfortPrisoner</defName> <label>raped as a comfort</label> <description>The number of times I was used to comfort someone.</description> <type>Int</type> </RecordDef> <!--Counts whoring stuff --> <RecordDef> <defName>CountOfWhore</defName> <label>times whored</label> <description>The number of times I whored myself.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>EarnedMoneyByWhore</defName> <label>silvers earned as a whore</label> <description>The amount of silvers I have earned as a whore.</description> <type>Int</type> </RecordDef> <!--Counts birthing --> <RecordDef> <defName>CountOfBirthHuman</defName> <label>birthed humanlikes</label> <description>How many humanlikes I have birthed.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBirthAnimal</defName> <label>birthed animals</label> <description>How many animals I have birthed.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfBirthEgg</defName> <label>birthed eggs</label> <description>How many eggs I have birthed.</description> <type>Int</type> </RecordDef> <RecordDef> <defName>CountOfCondomsUsed</defName> <label>condoms used</label> <description>The number of condoms I've used.</description> <type>Int</type> </RecordDef> </Defs>
Korth95/rjw
1.1/Defs/RecordDefs/Records.xml
XML
mit
4,457
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>AnalBreedingRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was anally mounted by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>VaginalBreedingRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was vaginally bred by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_Breeding.xml
XML
mit
488
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>EngravedName</defName> <rulePack> <rulesRaw> <li Class="Rule_File"> <keyword>animalnameunisex</keyword> <path>Names/Animal_Unisex</path> </li> </rulesRaw> <rulesStrings> <li>name->[animalnameunisex]</li> </rulesStrings> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_EngravedNames.xml
XML
mit
367
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>RimmingRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] rimmed [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>CunnilingusRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] went down on [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FellatioRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] sucked off [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <!-- For the avian races... --> <RulePackDef> <defName>beakjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] fellated [RECIPIENT_nameDef] with [INITIATOR_possessive] beak.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>SixtynineRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] 69'd with [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_Oral.xml
XML
mit
1,127
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>AnalRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was anally raped by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>AnalDomRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced into anal sex.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>VaginalRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was vaginally raped by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>VaginalDomRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] forced [INITIATOR_possessive]self on [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FellatioRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forcibly fellated by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>OtherRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was raped.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedRimmingRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to lick [INITIATOR_nameDef]'s anus.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedCunnilingusRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to lick [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedFellatioRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to fellate [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedBreastjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to give a breastjob to [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>HandjobRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] pinned [RECIPIENT_nameDef] down and forcefully jacked [RECIPIENT_objective] off.</li> <li>sent-> [INITIATOR_nameDef] humiliated [RECIPIENT_nameDef] by forcibly jerking [RECIPIENT_objective] off.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FootjobRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] gave a forced footjob to [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>MaleRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] forced [RECIPIENT_nameDef] to cum.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedHandjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to give a handjob to [INITIATOR_nameDef].</li> <li>sent-> [RECIPIENT_nameDef] was forced to jerk off [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedFootjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to give a footjob to [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>DoubleRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was double-penetrated and raped vaginally and anally.</li> </rulesStrings> </rulePack> </RulePackDef> <!--I know that some of those are rather weird and unlikely to happen, but need to have text for them just in case.--> <RulePackDef> <defName>FingeringRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] forcibly fingered [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedFingeringRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to finger [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ScissoringRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] forcibly scissored with [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedScissoringRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was forced to scissor with [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FistingRapeRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] forcibly fisted [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ForcedSixtynineRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] coerced [RECIPIENT_nameDef] into 69ing with [INITIATOR_objective].</li> <li>sent-> [INITIATOR_nameDef] forced [RECIPIENT_nameDef] to 69 with [INITIATOR_objective].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>MechImplantingRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] implanted something inside [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_Rape.xml
XML
mit
5,500
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>AnalSexRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] had anal sex with [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>VaginalSexRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] had vaginal sex with [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>OtherSexRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] had sex with [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>DoublePenetrationRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] was double-penetrated by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>BreastjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] gave [RECIPIENT_nameDef] a breastjob.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>HandjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] received a handjob from [INITIATOR_nameDef].</li> <li>sent-> [RECIPIENT_nameDef] was jerked off by [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FootjobRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] received a footjob from [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FingeringRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] fingered [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>ScissoringRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] scissored with [INITIATOR_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>MutualMasturbationRP</defName> <rulePack> <rulesStrings> <li>sent-> [RECIPIENT_nameDef] and [INITIATOR_nameDef] masturbated each other.</li> </rulesStrings> </rulePack> </RulePackDef> <RulePackDef> <defName>FistingRP</defName> <rulePack> <rulesStrings> <li>sent-> [INITIATOR_nameDef] anally fisted [RECIPIENT_nameDef].</li> </rulesStrings> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_Sex.xml
XML
mit
2,440
<?xml version="1.0" encoding="utf-8" ?> <Defs> <RulePackDef> <defName>TalkTopicsSex</defName> <rulePack> <rulesStrings> <li>TalkTopicAny->[TalkTopicSex]</li> <li>TalkTopicSex(p=0.08)->[talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.08)->the link between [talktopicsexfile] and [talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.08)->the connection between [talktopicsexfile] and [talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.08)->the relationship between [talktopicsexfile] and [talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.16)->the link between [talktopicheavyfile] and [talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.16)->the connection between [talktopicheavyfile] and [talktopicsexfile]</li> <li>TalkTopicHeavy(p=0.16)->the relationship between [talktopicheavyfile] and [talktopicsexfile]</li> </rulesStrings> <rulesFiles> <li>talktopicsexfile->Words/Nouns/TalkTopics_Sexual</li> </rulesFiles> </rulePack> </RulePackDef> </Defs>
Korth95/rjw
1.1/Defs/RulePackDefs/RulePacks_TalkTopics_Sex.xml
XML
mit
1,042
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.std_def> <defName>HIV</defName> <label>HIV</label> <description>HIV consists of two parts: an acute and a chronic infection. Both parts follow the same course, reducing the infected pawn's blood filtration as their severity increases. The acute phase progresses rapidly but can be fought by the pawn's immune system, whereas the chronic phase progresses very slowly but can never be cured. Treatment can modestly slow the progress of the disease.</description> <hediff_def>ChronicHIV</hediff_def> <cohediff_def>AcuteHIV</cohediff_def> <catch_chance>0.05</catch_chance> <spawn_chance>0.005</spawn_chance> <spawn_severity>0.80</spawn_severity> </rjw.std_def> <rjw.std_def> <defName>Herpes</defName> <label>herpes</label> <description>Herpes is an incurable but nonfatal disease. Affected pawns experience pain and itchiness in the affected body parts. Treatment is effective at reducing the intensity of the symptoms.</description> <hediff_def>Herpes</hediff_def> <catch_chance>0.14</catch_chance> <spawn_chance>0.04</spawn_chance> <spawn_severity>1.00</spawn_severity> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </rjw.std_def> <rjw.std_def> <defName>Warts</defName> <label>warts</label> <description>Genital warts are unsightly and cause an itching/burning sensation. They are easily treated and never fatal.</description> <hediff_def>Warts</hediff_def> <catch_chance>0.20</catch_chance> <environment_pitch_chance>0.07</environment_pitch_chance> <appliedOnFixedBodyParts> <li>Genitals</li> </appliedOnFixedBodyParts> </rjw.std_def> <rjw.std_def> <defName>Syphilis</defName> <label>syphilis</label> <description>Syphilis is a serious disease that affects the mind. If left untreated, it leads to corrupted thoughts, mood problems, potential permanent damage to the brain, liver, and kidneys, and, ultimately, death. The good news is that it is easily defeated by proper treatment.</description> <hediff_def>Syphilis</hediff_def> <catch_chance>0.08</catch_chance> <environment_pitch_chance>0.03</environment_pitch_chance> <autocure_below_severity>0.01</autocure_below_severity> </rjw.std_def> <rjw.std_def> <defName>Boobitis</defName> <label>boobitis</label> <description>Boobitis is a highly contagious mechanite plague that causes permanent breast growth if left untreated. It was initialy created as a harmless glittertech "party drug" but has since mutated and spread to virtually every human colony.</description> <hediff_def>Boobitis</hediff_def> <catch_chance>0.75</catch_chance> <environment_pitch_chance>0.00</environment_pitch_chance> <autocure_below_severity>0.00</autocure_below_severity> <spawn_chance>0.04</spawn_chance> <appliedOnFixedBodyParts> <li>Chest</li> </appliedOnFixedBodyParts> </rjw.std_def> </Defs>
Korth95/rjw
1.1/Defs/STDDefs/STDs.xml
XML
mit
2,910
<?xml version="1.0" encoding="utf-8"?> <Defs> <SoundDef> <defName>Cum</defName> <context>MapOnly</context> <eventNames /> <maxSimultaneous>1</maxSimultaneous> <subSounds> <li> <grains> <li Class="AudioGrain_Folder"> <clipFolderPath>Sex/cum</clipFolderPath> </li> </grains> <volumeRange> <min>16</min> <max>16</max> </volumeRange> <pitchRange> <min>0.8</min> <max>1.2</max> </pitchRange> <distRange> <min>0</min> <max>51.86047</max> </distRange> <sustainLoop>False</sustainLoop> </li> </subSounds> </SoundDef> <SoundDef> <defName>Sex</defName> <context>MapOnly</context> <eventNames /> <maxSimultaneous>1</maxSimultaneous> <subSounds> <li> <grains> <li Class="AudioGrain_Folder"> <clipFolderPath>Sex/kucyu04</clipFolderPath> </li> </grains> <volumeRange> <min>16</min> <max>16</max> </volumeRange> <pitchRange> <min>0.8</min> <max>1.2</max> </pitchRange> <distRange> <min>0</min> <max>51.86047</max> </distRange> <sustainLoop>False</sustainLoop> </li> </subSounds> </SoundDef> </Defs>
Korth95/rjw
1.1/Defs/SoundDefs/Sounds_Sex.xml
XML
mit
1,189
<?xml version="1.0" encoding="utf-8" ?> <Defs> <StatDef> <defName>SexAbility</defName> <label>sex ability</label> <description>Measures whether or not a pawn is capable of sex, and how good they are at it</description> <category>PawnSocial</category> <defaultBaseValue>1.0</defaultBaseValue> <minValue>0.0</minValue> <toStringStyle>PercentTwo</toStringStyle> <capacityFactors> <li> <capacity>Manipulation</capacity> <weight>0.5</weight> <max>1.5</max> </li> <li> <capacity>Consciousness</capacity> <weight>1.0</weight> </li> </capacityFactors> <parts> <li Class="StatPart_Food"> <factorUrgentlyHungry>0.9</factorUrgentlyHungry> <factorStarving>0.8</factorStarving> </li> <li Class="StatPart_Rest"> <factorTired>0.9</factorTired> <factorVeryTired>0.7</factorVeryTired> <factorExhausted>0.5</factorExhausted> </li> </parts> </StatDef> <StatDef> <defName>SexSatisfaction</defName> <label>sex satisfaction</label> <description>Determines how much satisfaction a pawn receives from sex.</description> <category>PawnSocial</category> <defaultBaseValue>1.0</defaultBaseValue> <minValue>0.1</minValue> <toStringStyle>PercentTwo</toStringStyle> <capacityFactors> <li> <capacity>BloodPumping</capacity> <weight>0.5</weight> <max>1.5</max> </li> <li> <capacity>Consciousness</capacity> <weight>1.0</weight> </li> </capacityFactors> <parts> <li Class="StatPart_Rest"> <factorTired>0.7</factorTired> <factorVeryTired>0.5</factorVeryTired> <factorExhausted>0.2</factorExhausted> </li> </parts> </StatDef> <StatDef> <defName>Vulnerability</defName> <label>vulnerability</label> <description>Measures how likely a pawn is to be taken advantage of sexually</description> <category>PawnSocial</category> <defaultBaseValue>1.0</defaultBaseValue> <minValue>0.0</minValue> <maxValue>3.0</maxValue> <noSkillFactor>0.9</noSkillFactor> <toStringStyle>PercentTwo</toStringStyle> <neverDisabled>true</neverDisabled> <skillNeedFactors> <li Class="rjw_CORE_EXPOSED.SkillNeed_BaseBonus"> <skill>Melee</skill> <baseValue>1.00</baseValue> <bonusPerLevel>-0.035</bonusPerLevel> </li> </skillNeedFactors> <capacityFactors> <li> <capacity>Sight</capacity> <useReciprocal>true</useReciprocal> <weight>0.2</weight> <max>1.5</max> </li> <li> <capacity>Moving</capacity> <useReciprocal>true</useReciprocal> <weight>0.2</weight> <max>2</max> </li> <li> <capacity>Manipulation</capacity> <useReciprocal>true</useReciprocal> <weight>0.75</weight> <max>4</max> </li> <li> <capacity>Consciousness</capacity> <useReciprocal>true</useReciprocal> <weight>0.4</weight> <max>3</max> </li> </capacityFactors> <parts> <li Class="StatPart_Food"> <factorUrgentlyHungry>1.1</factorUrgentlyHungry> <factorStarving>1.4</factorStarving> </li> <li Class="StatPart_Rest"> <factorTired>1.1</factorTired> <factorVeryTired>1.4</factorVeryTired> <factorExhausted>1.8</factorExhausted> </li> <li Class="StatPart_Resting"> <factor>1.2</factor> </li> </parts> </StatDef> <StatDef> <defName>SexFrequency</defName> <label>sex drive</label> <description>Measures how sexually active the pawn is.</description> <category>PawnSocial</category> <defaultBaseValue>1.0</defaultBaseValue> <minValue>0.0</minValue> <toStringStyle>PercentTwo</toStringStyle> <showOnMechanoids>false</showOnMechanoids> <capacityFactors> <li> <capacity>Moving</capacity> <weight>0.5</weight> <max>1.0</max> </li> <li> <capacity>Manipulation</capacity> <weight>0.3</weight> <max>1.0</max> </li> <li> <capacity>BloodPumping</capacity> <weight>0.2</weight> <max>2.0</max> </li> <li> <capacity>Metabolism</capacity> <weight>0.1</weight> <max>1.5</max> </li> <li> <capacity>Sight</capacity> <weight>0.1</weight> <max>1.0</max> </li> <li> <capacity>Consciousness</capacity> <weight>1.0</weight> <max>1.0</max> </li> <li> <capacity>RJW_Fertility</capacity> <weight>0.4</weight> <max>1.5</max> </li> </capacityFactors> <parts> <li Class="StatPart_Food"> <factorUrgentlyHungry>0.8</factorUrgentlyHungry> <factorStarving>0.6</factorStarving> </li> <li Class="StatPart_Rest"> <factorTired>0.9</factorTired> <factorVeryTired>0.8</factorVeryTired> <factorExhausted>0.7</factorExhausted> </li> <li Class="StatPart_Resting"> <factor>0.8</factor> </li> </parts> </StatDef> </Defs>
Korth95/rjw
1.1/Defs/StatDefs/Stats.xml
XML
mit
4,712
<?xml version="1.0" encoding="utf-8"?> <Defs> <ThingCategoryDef> <defName>Bondage</defName> <label>Bondage gear</label> <parent>Apparel</parent> <resourceReadoutRoot>true</resourceReadoutRoot> </ThingCategoryDef> </Defs>
Korth95/rjw
1.1/Defs/ThingCategoryDefs/ThingCategories.xml
XML
mit
233
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef ParentName="ResourceBase"> <defName>Condom</defName> <label>Condom</label> <description>Prevents a single case of pregnancy. Hint: Auto used from pawn inventory or stack next to whore bed when whoring.</description> <graphicData> <texPath>Things/Item/Condom</texPath> <graphicClass>Graphic_StackCount</graphicClass> </graphicData> <stackLimit>50</stackLimit> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <techLevel>Industrial</techLevel> <statBases> <MaxHitPoints>5</MaxHitPoints> <Flammability>1</Flammability> <DeteriorationRate>0</DeteriorationRate> <Beauty>0</Beauty> <MarketValue>1</MarketValue> <Mass>0.01</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> </ThingDef> <ThingDef ParentName="PlantFoodRawBase"> <defName>UsedCondom</defName> <label>Used Condom</label> <description>A condom filled with sperm. MMMM So good and tasty!</description> <graphicData> <texPath>Things/Item/UsedCondom</texPath> <graphicClass>Graphic_StackCount</graphicClass> </graphicData> <stackLimit>50</stackLimit> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <techLevel>Industrial</techLevel> <statBases> <Beauty>-10</Beauty> <MarketValue>1</MarketValue> <Mass>0.05</Mass> <Nutrition>0.05</Nutrition> </statBases> <ingestible> <foodType>Fluid, AnimalProduct</foodType> <preferability>DesperateOnlyForHumanlikes</preferability> <tasteThought>AteRawFood</tasteThought> </ingestible> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> <thingCategories> <li>AnimalProductRaw</li> </thingCategories> </ThingDef> <RecipeDef> <defName>MakeCondom</defName> <label>make condom x10</label> <description>Craft 10 condoms.</description> <jobString>Making condoms.</jobString> <workAmount>80</workAmount> <skillRequirements> <Crafting>3</Crafting> </skillRequirements> <ingredients> <li> <filter> <thingDefs> <li>MedicineHerbal</li> </thingDefs> </filter> <count>1</count> </li> <li> <filter> <thingDefs> <li>Cloth</li> </thingDefs> </filter> <count>1</count> </li> </ingredients> <products> <Condom>10</Condom> </products> <fixedIngredientFilter> <thingDefs> <li>MedicineHerbal</li> <li>Cloth</li> </thingDefs> </fixedIngredientFilter> <recipeUsers> <li>DrugLab</li> </recipeUsers> </RecipeDef> <ThoughtDef> <defName>SexWithCondom</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1</durationDays> <stackLimit>100</stackLimit> <stages> <li> <label>Had to wear condom</label> <description>Had to wear condom</description> <baseMoodEffect>-2</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Birth_Control.xml
XML
mit
3,286
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef ParentName="BaseFilth"> <defName>FilthCum</defName> <label>cum</label> <statBases> <!-- vomit is -40 / -15, cum shouldn't be that bad --> <Beauty>-30</Beauty> <Cleanliness>-12</Cleanliness> </statBases> <graphicData> <texPath>Things/Filth/Spatter</texPath> <color>(180, 180, 180, 100)</color> </graphicData> <filth> <rainWashes>true</rainWashes> <!-- animal filth and such is 35, so this is still relatively high --> <cleaningWorkToReduceThickness>40</cleaningWorkToReduceThickness> <canFilthAttach>true</canFilthAttach> </filth> </ThingDef> <ThingDef ParentName="BaseFilth"> <defName>FilthGirlCum</defName> <label>cum</label> <statBases> <!-- vomit is -40 / -15, cum shouldn't be that bad --> <Beauty>-30</Beauty> <Cleanliness>-12</Cleanliness> </statBases> <graphicData> <texPath>Things/Filth/Spatter</texPath> <color>(180, 180, 180, 100)</color> </graphicData> <filth> <rainWashes>true</rainWashes> <!-- animal filth and such is 35, so this is still relatively high --> <cleaningWorkToReduceThickness>40</cleaningWorkToReduceThickness> <canFilthAttach>true</canFilthAttach> </filth> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Filth_Cum.xml
XML
mit
1,255
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- ThingDef base from core --> <ThingDef ParentName="BodyPartBase" Name="rjw_BodyPartBase" Abstract="True"> <comps> <li Class="rjw.CompProperties_ThingBodyPart" /> </comps> </ThingDef> <!-- natural --> <ThingDef ParentName="rjw_BodyPartBase" Name="rjw_BodyPartNaturalBase" Abstract="True"> <thingCategories> <li>BodyPartsNatural</li> </thingCategories> <statBases> <DeteriorationRate>4.0</DeteriorationRate> </statBases> <tickerType>Rare</tickerType> <comps> <li Class="CompProperties_Rottable"> <daysToRotStart>1.0</daysToRotStart> <rotDestroys>true</rotDestroys> </li> </comps> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBase" Name="rjw_BodyPartNaturalBaseGenMale" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/genital_male</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBase" Name="rjw_BodyPartNaturalBaseGenFemale" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/genital_female</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBase" Name="rjw_BodyPartNaturalBaseAnus" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/anus</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBase" Name="rjw_BodyPartNaturalBaseBreast" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/breast</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <!-- implants/prostetics --> <ThingDef ParentName="rjw_BodyPartBase" Name="rjw_BodyPartArtificialBase" Abstract="True"> <statBases> <DeteriorationRate>2.0</DeteriorationRate> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartArtificialBase" Name="rjw_BodyPartArtificialBaseGenMale" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/genital_male_artificial</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartArtificialBase" Name="rjw_BodyPartArtificialBaseGenFemale" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/genital_female_artificial</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartArtificialBase" Name="rjw_BodyPartArtificialBaseAnus" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/anus_artificial</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> <ThingDef ParentName="rjw_BodyPartArtificialBase" Name="rjw_BodyPartArtificialBaseBreast" Abstract="True"> <graphicData> <texPath>Things/Item/Parts/breast_artificial</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts.xml
XML
mit
3,010
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>HorsePenis</defName> <label>equine penis</label> <description>A equine penis. Huge for a human.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.40</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>HorseVagina</defName> <label>equine vagina</label> <description>A equine vagina. Gaping vagina just begs Studs to plow it.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.40</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>CatPenis</defName> <label>feline penis</label> <description>A feline penis. Long, thin and barbed.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>CatVagina</defName> <label>feline vagina</label> <description>A feline vagina. Long and thin vagina with clitoris inside, perfect for barbed feline cocks.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>DogPenis</defName> <label>canine penis</label> <description>A canine penis. Thick and knotted.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>DogVagina</defName> <label>canine vagina</label> <description>A canine vagina. Has enough strength to keep cock inside for 20 minutes.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>DragonPenis</defName> <label>dragon penis</label> <description>A dragon penis. Thick and HARD.</description> <statBases> <MarketValue>250</MarketValue> <Mass>1.00</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>DragonVagina</defName> <label>dragon vagina</label> <description>A dragon vagina. It's gaping, probably good for laying eggs.</description> <statBases> <MarketValue>250</MarketValue> <Mass>1.00</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>RaccoonPenis</defName> <label>procyonine penis</label> <description>A procyonine penis. Impressive length, but very thin and inflexible.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>HemiPenis</defName> <label>hemipenis</label> <description>A reptilian hemipenis. Two knobbly shafts with flexible barbs.</description> <statBases> <MarketValue>300</MarketValue> <Mass>0.20</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>CrocodilianPenis</defName> <label>crocodilian penis</label> <description>A crocodilian penis. Very rigid and has a thick bulbous base, but otherwise similar to a humanoid penis.</description> <statBases> <MarketValue>300</MarketValue> <Mass>0.20</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>NarrowVagina</defName> <label>narrow vagina</label> <description>A narrow vagina. A deep, but particularly thin vagina.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>NeedlePenis</defName> <label>needle-like penis</label> <description>A needle-like penis. A rather long, but exceptionally thin penis.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>RodentVagina</defName> <label>rodent vagina</label> <description>A rodent vagina. A vagina barely even large enough to fit a human finger.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>RodentPenis</defName> <label>rodent penis</label> <description>A rodent penis. A truly tiny penis, built for the bare minimum of function.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>CloacalPenis</defName> <label>cloacal penis</label> <description>A cloacal penis. A male sex organ tucked away inside a slit.</description> <statBases> <MarketValue>100</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>CloacalVagina</defName> <label>cloacal vagina</label> <description>A cloacal vagina. A female, egg-laying sex organ.</description> <statBases> <MarketValue>100</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseBreast"> <defName>UdderBreasts</defName> <label>udder</label> <description>Large udder, possibly from muffalo or some similar animal. May be attached to humanoids for literal cowgirl look.</description> <statBases> <MarketValue>100</MarketValue> <Mass>0.48</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseAnus"> <defName>CloacalAnus</defName> <label>cloacal anus</label> <description>A cloacal anus. An anus hidden within a common port for the reproductive organs, known as a cloaca.</description> <statBases> <MarketValue>100</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Animal.xml
XML
mit
6,011
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Demon privates parts --> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>DemonTentaclePenis</defName> <label>demon tentacles</label> <description>A demon tentacle. Long and flexible, constantly leaking demonic fluids. Useless for humans.</description> <tradeability>Sellable</tradeability> <generateCommonality>0.0</generateCommonality> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>DemonPenis</defName> <label>demon penis</label> <description>A demon penis. It's average humanlike size, constantly leaking demonic fluids. Useless for humans.</description> <tradeability>Sellable</tradeability> <generateCommonality>0.0</generateCommonality> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>DemonVagina</defName> <label>demon vagina</label> <description>A demon vagina, full of small tentacles, constantly leaking demonic fluids. Useless for humans.</description> <tradeability>Sellable</tradeability> <generateCommonality>0.0</generateCommonality> <statBases> <MarketValue>250</MarketValue> <Mass>0.10</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseAnus"> <defName>DemonAnus</defName> <label>demon anus</label> <description>A demon anus... full of tentacles. Useless for humans.</description> <tradeability>Sellable</tradeability> <generateCommonality>0.0</generateCommonality> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Demon.xml
XML
mit
1,773
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Natural Penises --> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>Penis</defName> <label>penis</label> <description>A penis.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.16</Mass> </statBases> </ThingDef> <!-- Natural Vaginas --> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>Vagina</defName> <label>vagina</label> <description>A vagina.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.10</Mass> </statBases> </ThingDef> <!-- Natural Breasts --> <ThingDef ParentName="rjw_BodyPartNaturalBaseBreast"> <defName>Breasts</defName> <label>breasts</label> <description>A pair of breasts.</description> <statBases> <MarketValue>250</MarketValue> <!-- Average C-cup boobs weight --> <Mass>0.69</Mass> </statBases> </ThingDef> <!-- Natural Anuses --> <ThingDef ParentName="rjw_BodyPartNaturalBaseAnus"> <defName>Anus</defName> <label>anus</label> <description>An anus.</description> <statBases> <MarketValue>250</MarketValue> <Mass>0.12</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseBreast"> <defName>FeaturelessChest</defName> <label>featureless chest</label> <description>Smooth, featureless chest. Primarily found on non-mammalian creatures.</description> <statBases> <MarketValue>100</MarketValue> <Mass>0.14</Mass> </statBases> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Human.xml
XML
mit
1,504
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Simple prosthetic penises --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenMale"> <defName>PegDick</defName> <label>peg dick</label> <description>A wooden dildo designed to replace a missing penis. Be careful of splinters.</description> <thingCategories> <li>BodyPartsSimple</li> </thingCategories> <statBases> <MarketValue>5</MarketValue> <Mass>1.50</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenMale"> <defName>HydraulicPenis</defName> <label>hydraulic penis</label> <description>A prosthetic penis. Cold metal phallus. Has built in fluid delivery system.</description> <thingCategories> <li>BodyPartsProsthetic</li> </thingCategories> <statBases> <MarketValue>100</MarketValue> <Mass>1.50</Mass> </statBases> </ThingDef> <!-- Simple prosthetic vaginas --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenFemale"> <defName>HydraulicVagina</defName> <label>hydraulic vagina</label> <description>A prosthetic vagina. Its cold metal grip is uncomfortable but it has great suction power.</description> <thingCategories> <li>BodyPartsProsthetic</li> </thingCategories> <statBases> <MarketValue>100</MarketValue> <Mass>1.00</Mass> </statBases> </ThingDef> <!-- Simple prosthetic breasts --> <ThingDef ParentName="rjw_BodyPartArtificialBaseBreast"> <defName>HydraulicBreasts</defName> <label>hydraulic breasts</label> <description>Prosthetic breasts. Conical metal.</description> <thingCategories> <li>BodyPartsProsthetic</li> </thingCategories> <statBases> <MarketValue>100</MarketValue> <Mass>3.00</Mass> </statBases> </ThingDef> <!-- Simple prosthetic anuses --> <ThingDef ParentName="rjw_BodyPartArtificialBaseAnus"> <defName>HydraulicAnus</defName> <label>hydraulic anus</label> <description>A prosthetic anus. Its cold metal grip is uncomfortable but it has great suction power.</description> <thingCategories> <li>BodyPartsProsthetic</li> </thingCategories> <statBases> <MarketValue>100</MarketValue> <Mass>1.00</Mass> </statBases> </ThingDef> <!-- Bionic penises --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenMale"> <defName>BionicPenis</defName> <label>bionic penis</label> <description>A high-tech prosthetic penis. Features include: - Adjustable size allows you to fit in any vagina. - Over 50 different vibration modes, including 10 of the most stimulating waveforms known to science - State-of-the-art neural interface activates neural pathways you didn't even know you had to make you feel things you never even imagined.</description> <techLevel>Spacer</techLevel> <tradeTags> <li>Bionic</li> </tradeTags> <techHediffsTags> <li>Advanced</li> </techHediffsTags> <thingCategories> <li>BodyPartsBionic</li> </thingCategories> <statBases> <MarketValue>900</MarketValue> <Mass>0.50</Mass> </statBases> </ThingDef> <!-- Bionic vaginas --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenFemale"> <defName>BionicVagina</defName> <label>bionic vagina</label> <description>A high-tech prosthetic vagina. Features include: - Interior lined with 150 million micro-g-spots - Resizes to fit any penis - Auto-lubrication with boro-graphitic pseudofluid, smooth but never slimy (includes toggleable sliminess in case you're into that)</description> <tradeTags> <li>Bionic</li> </tradeTags> <techHediffsTags> <li>Advanced</li> </techHediffsTags> <thingCategories> <li>BodyPartsBionic</li> </thingCategories> <statBases> <MarketValue>1300</MarketValue> <Mass>0.10</Mass> </statBases> </ThingDef> <!-- Bionic breasts --> <ThingDef ParentName="rjw_BodyPartArtificialBaseBreast"> <defName>BionicBreasts</defName> <label>bionic breasts</label> <description>High-tech prosthetic breasts. Features include: - Resizes to any desired size</description> <tradeTags> <li>Bionic</li> </tradeTags> <techHediffsTags> <li>Advanced</li> </techHediffsTags> <thingCategories> <li>BodyPartsBionic</li> </thingCategories> <statBases> <MarketValue>1300</MarketValue> <Mass>1.50</Mass> </statBases> </ThingDef> <!-- Bionic anuses --> <ThingDef ParentName="rjw_BodyPartArtificialBaseAnus"> <defName>BionicAnus</defName> <label>bionic anus</label> <description>A high-tech prosthetic anus. Features include: - Resizes to any desired size - Auto-lubrication with boro-graphitic pseudofluid, smooth but never slimy (includes toggleable sliminess in case you're into that)</description> <tradeTags> <li>Bionic</li> </tradeTags> <techHediffsTags> <li>Advanced</li> </techHediffsTags> <thingCategories> <li>BodyPartsBionic</li> </thingCategories> <statBases> <MarketValue>1300</MarketValue> <Mass>0.1</Mass> </statBases> </ThingDef> <!-- Archotech --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenMale"> <defName>ArchotechPenis</defName> <label>archotech penis</label> <description>An artificial penis built by an archotech. It's stimulating capabilities are unmatched in every kind of sexual situation. Not only is it able to change color, texture, length and shape to provide the perfect stimulation for every kind of orifice, it's also stronger than plasteel and self-repairing. It attaches seamlessly to the body and directly connects to the nervous system to greatly enhance the owner's stamina and virility to keep the pleasure going for as long as possible. AI-controlled vibrations combined with custom pheromones make sure to make every sex-act into an unforgettable experience. Its internal workings are a mystery to all human minds.</description> <techLevel>Archotech</techLevel> <thingSetMakerTags> <li>RewardStandardHighFreq</li> </thingSetMakerTags> <thingCategories> <li>BodyPartsArchotech</li> </thingCategories> <statBases> <DeteriorationRate>0.0</DeteriorationRate> <MarketValue>2800</MarketValue> <Mass>0.5</Mass> </statBases> </ThingDef> <!-- Archotech vaginas --> <ThingDef ParentName="rjw_BodyPartArtificialBaseGenFemale"> <defName>ArchotechVagina</defName> <label>archotech vagina</label> <description>An artificial vagina built by an archotech. It looks exactly like its fleshy original, but its properties make it the perfect replacement for its weaker, organic counterpart. Advanced lubrication, flexibility in addition to its self-repairing mechanisms enables it to endure any type of inserted object with ease and allows any kind of offspring to pass through without complications. It seamlessly attaches to the hosting body and maintains immunity of most known STDs. Exceptional sensitivity, warmth regulation as well as pheromones will satisfy any kind of partner. Its internal workings are a mystery to all human minds.</description> <techLevel>Archotech</techLevel> <thingSetMakerTags> <li>RewardStandardHighFreq</li> </thingSetMakerTags> <thingCategories> <li>BodyPartsArchotech</li> </thingCategories> <statBases> <DeteriorationRate>0.0</DeteriorationRate> <MarketValue>2800</MarketValue> <Mass>0.10</Mass> </statBases> </ThingDef> <!-- Archotech breasts --> <ThingDef ParentName="rjw_BodyPartArtificialBaseBreast"> <defName>ArchotechBreasts</defName> <label>archotech breasts</label> <description>A pair of artificial breasts built by an archotech. They can change shape into any desired appearance, at any time and wont interfere in the wearers activities. Their surface is smoother than any natural skin, while beeing harder to damage than plasteel and beeing able to heal themselves. Its internal workings are a mystery to all human minds.</description> <techLevel>Archotech</techLevel> <thingSetMakerTags> <li>RewardStandardHighFreq</li> </thingSetMakerTags> <thingCategories> <li>BodyPartsArchotech</li> </thingCategories> <statBases> <DeteriorationRate>0.0</DeteriorationRate> <MarketValue>2800</MarketValue> <Mass>1.50</Mass> </statBases> </ThingDef> <!-- Archotech anus --> <ThingDef ParentName="rjw_BodyPartArtificialBaseAnus"> <defName>ArchotechAnus</defName> <label>archotech anus</label> <description>An artificial anus built by an archotech. It's indistinguishable from a normal anus. Unmatched strength and self-repairing properties make it almost impossible to destroy. Its internal workings are a mystery to all human minds.</description> <techLevel>Archotech</techLevel> <thingSetMakerTags> <li>RewardStandardHighFreq</li> </thingSetMakerTags> <thingCategories> <li>BodyPartsArchotech</li> </thingCategories> <statBases> <DeteriorationRate>0.0</DeteriorationRate> <MarketValue>2800</MarketValue> <Mass>0.1</Mass> </statBases> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Implants.xml
XML
mit
8,838
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Insect privates parts --> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenMale"> <defName>OvipositorM</defName> <label>ovipositor (Male)</label> <description>Ovipositor used to fertilize eggs.</description> <statBases> <MarketValue>35</MarketValue> <Mass>0.50</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseGenFemale"> <defName>OvipositorF</defName> <label>ovipositor (Female)</label> <description>Ovipositor used to lay eggs.</description> <statBases> <MarketValue>50</MarketValue> <Mass>2.00</Mass> </statBases> </ThingDef> <ThingDef ParentName="rjw_BodyPartNaturalBaseAnus"> <defName>InsectAnus</defName> <label>insect anus</label> <description>Insect anus.</description> <statBases> <MarketValue>50</MarketValue> <Mass>0.50</Mass> </statBases> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Insect.xml
XML
mit
911
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef ParentName="ResourceBase"> <defName>SlimeGlob</defName> <thingClass>ThingWithComps</thingClass> <label>slime glob</label> <description>An oozy slime glob. Useless for humans.</description> <graphicData> <texPath>Things/Item/Parts/slime</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <useHitPoints>true</useHitPoints> <statBases> <MaxHitPoints>100</MaxHitPoints> <DeteriorationRate>0</DeteriorationRate> <MarketValue>1</MarketValue> <Mass>4.0</Mass> <Flammability>0</Flammability> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <thingCategories> <li>Items</li> </thingCategories> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> <generateCommonality>0.0</generateCommonality> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Slime.xml
XML
mit
900
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef> <defName>Hololock</defName> <label>Hololock</label> <description>A high-tech locking mechanism. Features include: - Extremely hardy, plasteel-reinforced build - Key and lock paired using a cryptographic UID holographically embedded in a jade substrate, ensuring counterfeit keys are impossible to produce - Self-destruct failsafe triggers when the lock is tampered with, ensuring that the protected item is destroyed rather than captured by the enemy Originally designed for military use, the hololock has since become popular in the BDSM community, where it is customary to engrave a key and lock pair with matching names so they are easier to identify.</description> <thingClass>ThingWithComps</thingClass> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <statBases> <MaxHitPoints>500</MaxHitPoints> <Flammability>0.0</Flammability> <DeteriorationRate>0.1</DeteriorationRate> <Beauty>-6</Beauty> <MarketValue>400</MarketValue> <Mass>0.5</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <comps> <li Class="CompProperties_Forbiddable" /> </comps> <pathCost>2</pathCost> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/hololock</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <techLevel>Spacer</techLevel> </ThingDef> <ThingDef> <defName>Holokey</defName> <label>Holokey</label> <description>A high-tech key. Releases the lock on an item with a matching cryptographic stamp.</description> <thingClass>ThingWithComps</thingClass> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <statBases> <MaxHitPoints>50</MaxHitPoints> <Flammability>0.2</Flammability> <DeteriorationRate>0.5</DeteriorationRate> <Beauty>0</Beauty> <MarketValue>10</MarketValue> <Mass>0.1</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> <comps> <li Class="CompProperties_Forbiddable" /> <li Class="rjw.CompProperties_HoloCryptoStamped" /> <li Class="CompProperties_Usable"> <compClass>rjw.CompStampedApparelKey</compClass> <useJob>UnlockBondageGear</useJob> <useLabel>Unlock apparel</useLabel> </li> <li Class="CompProperties_UseEffect"> <compClass>rjw.CompUnlockBondageGear</compClass> </li> </comps> <pathCost>1</pathCost> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/holokey</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <techLevel>Spacer</techLevel> </ThingDef> <!-- <ThingDef> <defName>Simplelock</defName> <label>Simple lock</label> <description>A low-tech locking mechanism.</description> <thingClass>ThingWithComps</thingClass> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <statBases> <MaxHitPoints>500</MaxHitPoints> <Flammability>0.0</Flammability> <DeteriorationRate>0.1</DeteriorationRate> <Beauty>-6</Beauty> <MarketValue>400</MarketValue> <Mass>0.5</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <comps> <li Class="CompProperties_Forbiddable" /> </comps> <pathCost>2</pathCost> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/hololock</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <techLevel>Medieval</techLevel> </ThingDef> <ThingDef> <defName>Simplekey</defName> <label>Simple key</label> <description>A low-tech key. Releases matching lock.</description> <thingClass>ThingWithComps</thingClass> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <statBases> <MaxHitPoints>50</MaxHitPoints> <Flammability>0.2</Flammability> <DeteriorationRate>0.5</DeteriorationRate> <Beauty>0</Beauty> <MarketValue>1</MarketValue> <Mass>0.1</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> <comps> <li Class="CompProperties_Forbiddable" /> <li Class="rjw.CompProperties_CryptoStamped" /> <li Class="CompProperties_Usable"> <compClass>rjw.CompStampedApparelKey</compClass> <useJob>UnlockBondageGear</useJob> <useLabel>Unlock apparel</useLabel> </li> <li Class="CompProperties_UseEffect"> <compClass>rjw.CompUnlockBondageGear</compClass> </li> </comps> <pathCost>1</pathCost> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/holokey</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <techLevel>Medieval</techLevel> </ThingDef> <ThingDef> <defName>Genericlockpick</defName> <label>Lock pick</label> <description>A lock pick. Picks locks.</description> <thingClass>ThingWithComps</thingClass> <category>Item</category> <thingCategories> <li>Manufactured</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <generateCommonality>0.0</generateCommonality> <statBases> <MaxHitPoints>50</MaxHitPoints> <Flammability>0.2</Flammability> <DeteriorationRate>0.5</DeteriorationRate> <Beauty>0</Beauty> <MarketValue>50</MarketValue> <Mass>0.1</Mass> </statBases> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <tradeability>Sellable</tradeability> <comps> <li Class="CompProperties_Forbiddable" /> <li Class="rjw.CompProperties_CryptoStamped" /> <li Class="CompProperties_Usable"> <compClass>rjw.CompStampedApparelKey</compClass> <useJob>UnlockBondageGear</useJob> <useLabel>Unlock apparel</useLabel> </li> <li Class="CompProperties_UseEffect"> <compClass>rjw.CompUnlockBondageGear</compClass> </li> </comps> <pathCost>1</pathCost> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/holokey</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <techLevel>Medieval</techLevel> </ThingDef> --> <!-- --> <rjw.bondage_gear_def Name="BondageGearBase" Abstract="True"> <thingClass>rjw.bondage_gear</thingClass> <category>Item</category> <generateCommonality>0.0</generateCommonality> <thingCategories> <li>Bondage</li> </thingCategories> <useHitPoints>true</useHitPoints> <selectable>true</selectable> <drawGUIOverlay>true</drawGUIOverlay> <altitudeLayer>Item</altitudeLayer> <tickerType>Never</tickerType> <alwaysHaulable>true</alwaysHaulable> <tradeTags> <li>Exotic</li> </tradeTags> <tradeNeverStack>true</tradeNeverStack> <comps> <li Class="CompProperties_Forbiddable" /> <li Class="rjw.CompProperties_HoloCryptoStamped" /> <!--<li Class="rjw.CompProperties_CryptoStamped" />--> <li Class="CompProperties_Usable"> <compClass>rjw.CompBondageGear</compClass> <useJob>GiveBondageGear</useJob> <useLabel>Equip</useLabel> </li> <li Class="CompProperties_UseEffect"> <compClass>rjw.CompGetBondageGear</compClass> </li> <li> <compClass>CompColorable</compClass> </li> <li> <compClass>CompQuality</compClass> </li> </comps> <pathCost>10</pathCost> </rjw.bondage_gear_def> <rjw.bondage_gear_def ParentName="BondageGearBase"> <defName>PrisonerChains</defName> <label>chains</label> <description>Chains with cuffs. Useful for restricting someone's movement and manipulation freedom. Prevents* hand-to-hand fighting attempts. *gag is advised for complete neutralization</description> <thingClass>rjw.restraints</thingClass> <graphicData> <texPath>Things/Pawn/Humanlike/Apparel/Bondage/PrisonerChains/PrisonerChains</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <stuffCategories> <li>Metallic</li> </stuffCategories> <costStuffCount>80</costStuffCount> <statBases> <MaxHitPoints>400</MaxHitPoints> <Flammability>0.1</Flammability> <DeteriorationRate>1.0</DeteriorationRate> <Beauty>-6</Beauty> <MarketValue>300</MarketValue> <Mass>4</Mass> <ArmorRating_Blunt>0.10</ArmorRating_Blunt> <ArmorRating_Sharp>0.05</ArmorRating_Sharp> <Insulation_Cold>-4</Insulation_Cold> </statBases> <apparel> <bodyPartGroups> <li>Arms</li> <li>LeftHand</li> <li>RightHand</li> </bodyPartGroups> <wornGraphicPath>Things/Pawn/Humanlike/Apparel/Bondage/PrisonerChains/PrisonerChains</wornGraphicPath> <layers> <li>Shell</li> </layers> </apparel> <soul_type>rjw.bondage_gear_soul</soul_type> <equipped_hediff>Chains</equipped_hediff> <gives_bound_moodlet>true</gives_bound_moodlet> <HediffTargetBodyPartDefs> <li>Arm</li> <li>Leg</li> </HediffTargetBodyPartDefs> <BoundBodyPartGroupDefs> <li>Arms</li> <li>LeftHand</li> <li>RightHand</li> <li>Legs</li> <li>Feet</li> </BoundBodyPartGroupDefs> </rjw.bondage_gear_def> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_Bondage.xml
XML
mit
9,906
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--=====================================================================--> <!--=============================== Misc ================================--> <!--=====================================================================--> <!-- <ThingDef ParentName="OrganicProductBase"> <defName>Milk</defName> <label>milk</label> <description>Milk.</description> <graphicData> <texPath>Things/Item/Resource/Milk</texPath> </graphicData> <socialPropernessMatters>true</socialPropernessMatters> <statBases> <MarketValue>3.1</MarketValue> <Mass>0.045</Mass> <MaxHitPoints>60</MaxHitPoints> <Flammability>0.2</Flammability> <Nutrition>0.05</Nutrition> <FoodPoisonChanceFixedHuman>0.02</FoodPoisonChanceFixedHuman> </statBases> <comps> <li Class="CompProperties_Rottable"> <daysToRotStart>14</daysToRotStart> <rotDestroys>true</rotDestroys> </li> </comps> <ingestible> <preferability>RawTasty</preferability> <foodType>AnimalProduct, Fluid</foodType> </ingestible> <thingCategories> <li>AnimalProductRaw</li> </thingCategories> </ThingDef> --> <!--=====================================================================--> <!--=============================== Eggs ================================--> <!--=====================================================================--> <!-- <ThingDef Abstract="True" Name="EggFertBase" ParentName="EggBase" > <tickerType>Normal</tickerType> <ingestible> <preferability>DesperateOnly</preferability> </ingestible> <thingCategories> <li>EggsFertilized</li> </thingCategories> <comps> <li Class="CompProperties_TemperatureRuinable"> <minSafeTemperature>0</minSafeTemperature> <maxSafeTemperature>50</maxSafeTemperature> <progressPerDegreePerTick>0.00003</progressPerDegreePerTick> </li> </comps> </ThingDef> --> <!-- generic/normal/fallback eggs --> <!-- left for save compatibility(for now), use glowy ones --> <ThingDef ParentName="EggUnfertBase"> <defName>RJW_EggUnfertilized</defName> <label>egg (unfert.)</label> <description>An unfertilized egg.</description> <graphicData> <color>(228,185,135)</color> </graphicData> <statBases> <MarketValue>1.0</MarketValue> </statBases> </ThingDef> <ThingDef ParentName="EggFertBase"> <defName>RJW_EggFertilized</defName> <label>egg (fert.)</label> <description>A fertilized egg.</description> <graphicData> <color>(245,245,245)</color> </graphicData> <statBases> <MarketValue>7.0</MarketValue> </statBases> <comps> <li Class="CompProperties_Hatcher"> <hatcherDaystoHatch>0.05</hatcherDaystoHatch> <hatcherPawn>Chicken</hatcherPawn> <!-- if implanted as enemy implant via ovi, redefined to childrenDef/implanter/father --> </li> </comps> </ThingDef> <!-- glowy eggs --> <!-- Insect eggs / enemy implant --> <ThingDef Abstract="True" Name="EggImplantBase" ParentName="OrganicProductBase" > <graphicData> <graphicClass>Graphic_StackCount</graphicClass> </graphicData> <ingestible> <foodType>AnimalProduct</foodType> <ingestEffect>EatMeat</ingestEffect> <ingestSound>RawMeat_Eat</ingestSound> <tasteThought>AteRawFood</tasteThought> </ingestible> <socialPropernessMatters>true</socialPropernessMatters> <statBases> <Mass>0.15</Mass> <MaxHitPoints>20</MaxHitPoints> <DeteriorationRate>2</DeteriorationRate> <Flammability>0.7</Flammability> <Nutrition>0.25</Nutrition> <FoodPoisonChanceFixedHuman>0.02</FoodPoisonChanceFixedHuman> </statBases> <comps> <li Class="CompProperties_Rottable"> <daysToRotStart>15</daysToRotStart> <rotDestroys>true</rotDestroys> <disableIfHatcher>true</disableIfHatcher> </li> </comps> </ThingDef> <ThingDef Abstract="True" Name="EggImplantUnfertBase" ParentName="EggImplantBase" > <graphicData> <texPath>Things/Item/Resource/AnimalProductRaw/EggImplantUnfert</texPath> </graphicData> <ingestible> <preferability>RawBad</preferability> </ingestible> <thingCategories> <li>EggsUnfertilized</li> </thingCategories> </ThingDef> <ThingDef Abstract="True" Name="EggImplantFertBase" ParentName="EggImplantBase" > <graphicData> <texPath>Things/Item/Resource/AnimalProductRaw/EggImplantFert</texPath> </graphicData> <tickerType>Normal</tickerType> <ingestible> <preferability>DesperateOnly</preferability> </ingestible> <thingCategories> <li>EggsFertilized</li> </thingCategories> <comps> <li Class="CompProperties_TemperatureRuinable"> <minSafeTemperature>0</minSafeTemperature> <maxSafeTemperature>50</maxSafeTemperature> <progressPerDegreePerTick>0.00003</progressPerDegreePerTick> </li> </comps> </ThingDef> <ThingDef ParentName="EggImplantUnfertBase"> <defName>RJW_EggInsectUnfertilized</defName> <label>egg (unfert.)</label> <description>An unfertilized insect egg.</description> <graphicData> <color>(100,200,50)</color> </graphicData> <statBases> <MarketValue>1.0</MarketValue> </statBases> <comps> <li Class="CompProperties_Glower"> <glowRadius>2</glowRadius> <glowColor>(100,200,50,0)</glowColor> </li> </comps> </ThingDef> <ThingDef ParentName="EggImplantFertBase"> <defName>RJW_EggInsectFertilized</defName> <label>egg (fert.)</label> <description>A fertilized insect egg.</description> <graphicData> <color>(100,200,50)</color> </graphicData> <statBases> <MarketValue>7.0</MarketValue> </statBases> <comps> <li Class="CompProperties_Hatcher"> <hatcherDaystoHatch>0.05</hatcherDaystoHatch> <hatcherPawn>Chicken</hatcherPawn> </li> <li Class="CompProperties_Glower"> <glowRadius>5</glowRadius> <glowColor>(100,200,50,0)</glowColor> </li> </comps> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Items_Resource_AnimalProduct_Eggs.xml
XML
mit
5,875
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThingDef ParentName="MoteBase"> <defName>Mote_NoHeart</defName> <graphicData> <texPath>UI/Icons/noheart</texPath> </graphicData> <altitudeLayer>MetaOverlays</altitudeLayer> <mote> <fadeInTime>0.08</fadeInTime> <solidTime>1.4</solidTime> <fadeOutTime>1.5</fadeOutTime> </mote> </ThingDef> </Defs>
Korth95/rjw
1.1/Defs/ThingDefs/Motes.xml
XML
mit
370
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThinkTreeDef> <defName>AnimalSexualEmergencyTree</defName> <insertTag>Animal_PreWander</insertTag> <insertPriority>14</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalCanBreed"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_Breed"> <subNodes> <li Class="rjw.JobGiver_Breed" /> </subNodes> </li> </subNodes> </li> <li Class="rjw.ThinkNode_ConditionalCanRapeCP"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_RapeCP"> <subNodes> <li Class="rjw.JobGiver_ComfortPrisonerRape" /> </subNodes> </li> </subNodes> </li> <!-- Try to mate --> <li Class="rjw.ThinkNode_ConditionalMate"> <subNodes> <li Class="ThinkNode_ChancePerHour_Mate"> <subNodes> <li Class="ThinkNode_Tagger"> <tagToGive>SatisfyingNeeds</tagToGive> <subNodes> <li Class="JobGiver_Mate" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Animal.xml
XML
mit
1,345
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThinkTreeDef> <defName>LayEggsHumanLike</defName> <insertTag>Humanlike_PostMentalState</insertTag> <insertPriority>13</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.JobGiver_LayEgg" /> </subNodes> </thinkRoot> </ThinkTreeDef> <ThinkTreeDef> <defName>CasualSexTree</defName> <insertTag>Humanlike_PostMentalState</insertTag> <insertPriority>12</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalHornyOrFrustrated"> <subNodes> <li Class="JobGiver_DoLovin"/> <li Class="rjw.JobGiver_JoininBed"/> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <ThinkTreeDef> <defName>FapTree</defName> <insertTag>Humanlike_PostMentalState</insertTag> <insertPriority>11</insertPriority> <!--TODO: give<tagToGive>SatisfyingNeeds</tagToGive> after some research--> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_Fappin"> <subNodes> <li Class="JobGiver_DoLovin"/> <li Class="rjw.JobGiver_Masturbate"/> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <!-- Check to "use" comfort prisoners before looking for work to do --> <ThinkTreeDef> <defName>ColonistSexualEmergencyTree</defName> <insertTag>Humanlike_PostMain</insertTag> <insertPriority>14</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalCanRapeCP"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_RapeCP"> <subNodes> <li Class="rjw.JobGiver_ComfortPrisonerRape" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <ThinkTreeDef> <defName>QuickSexTree</defName> <insertTag>Humanlike_PostMentalState</insertTag> <insertPriority>13</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalHornyOrFrustrated"> <subNodes> <li Class="JobGiver_DoLovin"/> <li Class="rjw.JobGiver_DoQuickie"/> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Misc.xml
XML
mit
2,692
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThinkTreeDef> <defName>ViolateCorpseTree</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>16</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalNecro"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_Necro"> <subNodes> <li Class="rjw.JobGiver_ViolateCorpse" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Necro.xml
XML
mit
649
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- If they're frustrated, nymphs will find someone to rape before doing any work --> <ThinkTreeDef> <defName>NymphSexualEmergencyTreeFrustrated</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>12</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalNympho"> <subNodes> <li Class="rjw.ThinkNode_ConditionalFrustrated"> <subNodes> <li Class="rjw.JobGiver_ViolateCorpse" /> <li Class="rjw.JobGiver_RandomRape" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <!-- If they're horny, nymphs will find someone to fuck before doing any work --> <ThinkTreeDef> <defName>NymphSexualEmergencyTree</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>12</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalNympho"> <subNodes> <li Class="rjw.ThinkNode_ConditionalHornyOrFrustrated"> <subNodes> <li Class="rjw.JobGiver_JoinInBed" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <!-- Nymphs will always look for sex if they have nothing else to do --> <ThinkTreeDef> <defName>NymphRapeTree</defName> <insertTag>Humanlike_PostMain</insertTag> <insertPriority>12</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalNympho"> <subNodes> <li Class="rjw.JobGiver_JoinInBed" /> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Nymph.xml
XML
mit
2,049
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThinkTreeDef> <defName>PrisonerWhoreSexualEmergencyTree</defName> <insertTag>Humanlike_PostDuty</insertTag> <insertPriority>100</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalWhore"> <subNodes> <li Class="rjw.JobGiver_WhoreInvitingVisitors" /> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <ThinkTreeDef> <defName>PrisonerPostWorkActivity</defName> <insertTag>Humanlike_PostDuty</insertTag> <insertPriority>101</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalCanRapeCP"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_RapeCP"> <subNodes> <li Class="rjw.JobGiver_ComfortPrisonerRape" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Prisoner.xml
XML
mit
1,177
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- If they're frustrated, rapists will find someone to rape --> <ThinkTreeDef> <defName>RapistSexualEmergencyTree</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>12</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalRapist"> <subNodes> <li Class="rjw.ThinkNode_ConditionalFrustrated"> <subNodes> <li Class="rjw.JobGiver_RandomRape" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Rapist.xml
XML
mit
723
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Whores will find visitors before looking for work to do --> <ThinkTreeDef> <defName>WhoreSexualEmergencyTree</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>15</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalWhore"> <subNodes> <li Class="rjw.JobGiver_WhoreInvitingVisitors" /> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> <!-- Whores will always look for sex if they have nothing else to do --> <ThinkTreeDef> <defName>WhoreJobTree</defName> <insertTag>Humanlike_PostMain</insertTag> <insertPriority>15</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalWhore"> <subNodes> <li Class="rjw.JobGiver_WhoreInvitingVisitors" /> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Whore.xml
XML
mit
1,179
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThinkTreeDef> <defName>BestialityTree</defName> <insertTag>Humanlike_PreMain</insertTag> <insertPriority>16</insertPriority> <thinkRoot Class="ThinkNode_Priority"> <subNodes> <li Class="rjw.ThinkNode_ConditionalSexChecks"> <subNodes> <li Class="rjw.ThinkNode_ConditionalBestiality"> <subNodes> <li Class="rjw.ThinkNode_ChancePerHour_Bestiality"> <subNodes> <li Class="rjw.JobGiver_Bestiality" /> </subNodes> </li> </subNodes> </li> </subNodes> </li> </subNodes> </thinkRoot> </ThinkTreeDef> </Defs>
Korth95/rjw
1.1/Defs/ThinkTreeDefs/ThinkTrees_Zoophile.xml
XML
mit
653
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>GotBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped by animal</label> <description>Oh God... I was raped by an animal. The sheer humiliation of it...How can I look anybody in the eye now? I think I can still smell it on me...</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotAnalBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>30.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>bred in the ass by animal</label> <description>I was raped...in the ass... by an animal. I can't get any lower than this; I just want to crawl in a hole and die. Please, nobody look at me...</description> <baseMoodEffect>-25</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>raped by animal</label> <description>An animal raped me. It makes me feel so dirty and deviant, like a filthy sow being bred...not bad.</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotAnalBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>bred in the ass by animal</label> <description>I was raped...in the ass... by an animal. The way it utterly humiliated me by rutting on me and wrecking my asshole mindlessly like I was just some pig who deserved nothing better...I could get used to this.</description> <baseMoodEffect>4</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>ZoophileGotBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>bred by animal</label> <description>An animal made love to me, just like I was one too...It's so much more better than with a human..</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>ZoophileGotAnalBredByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>bred in the ass by animal</label> <description>That animal just took me in the ass and made me its bitch...The way it mounted me and thrust into my behind until it finally filled me with its seed...it just makes me want to touch myself all over again just thinking about it.</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>AllowedAnimalToBreed</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>bred by animal</label> <description>I was so horny that I let an animal mount me. I feel ashamed for enjoying it...</description> <baseMoodEffect>-2</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotLickedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped by animal</label> <description>An animal forced their tongue inside me.</description> <baseMoodEffect>-5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotLickedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>raped by animal</label> <description>An animal forced their tongue inside me. I kinda liked it...</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>ZoophileGotLickedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>ravished by animal</label> <description>An animal ravished me.</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>AllowedAnimalToLick</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>licked by animal</label> <description>I let an animal lick me. I feel ashamed, but kinda liked it...</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </ThoughtDef> <!-- Generic type for weirder animal stuff, these normally only happen if the player messes with the defaults too much--> <ThoughtDef> <defName>GotGropedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>8.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>molested by animal</label> <description>An animal molested me. I feel dirty.</description> <baseMoodEffect>-8</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotGropedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>molested by animal (Masochist)</label> <description>An animal molested me. I kinda liked it...</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>ZoophileGotGropedByAnimal</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>molested by animal (Zoophile)</label> <description>An animal ravished me.</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>AllowedAnimalToGrope</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>groped by animal</label> <description>I was so horny that I let an animal grope me. I feel ashamed...</description> <baseMoodEffect>-2</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Bestiality.xml
XML
mit
7,402
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>Bound</defName> <workerClass>rjw.ThoughtWorker_Bound</workerClass> <validWhileDespawned>true</validWhileDespawned> <nullifyingTraits> <li>Masochist</li> </nullifyingTraits> <stages> <li> <label>bound</label> <description>This thing is seriously annoying. I wish I could take it off.</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>gagged</label> <description>Ish shnn ish shrrrrsh uhnnninnn</description> <baseMoodEffect>-4</baseMoodEffect> </li> <li> <label>bound and gagged</label> <description>Ufff ish hhhh shrrrnnn shhhrrr! hhhek shi thfffff!</description> <baseMoodEffect>-8</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistBound</defName> <workerClass>rjw.ThoughtWorker_Bound</workerClass> <validWhileDespawned>true</validWhileDespawned> <requiredTraits> <li>Masochist</li> </requiredTraits> <stages> <li> <label>masochist bound</label> <description>Heh... heh heh...</description> <baseMoodEffect>2</baseMoodEffect> </li> <li> <label>masochist gagged</label> <description>Nnnn shsh hhhch uhnnn</description> <baseMoodEffect>2</baseMoodEffect> </li> <li> <label>masochist bound and gagged</label> <description>Shnnn ihhh shrrr fff shnnn... shsh chhhnnn uhfsh~!</description> <baseMoodEffect>4</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Bondage.xml
XML
mit
1,523
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!--Death thoughts--> <ThoughtDef Name="RJW_DeathMemory" Abstract="True"> <stackedEffectMultiplier>0.25</stackedEffectMultiplier> <stackLimit>5</stackLimit> </ThoughtDef> <ThoughtDef Name="RJW_DeathMemoryFamily" ParentName="RJW_DeathMemory" Abstract="True"> <durationDays>15.0</durationDays> <stackLimit>10</stackLimit> <showBubble>true</showBubble> </ThoughtDef> <ThoughtDef ParentName="RJW_DeathMemoryFamily"> <defName>MyPupDied</defName> <stages> <li> <label>my son {0} died</label> <description>My son is dead. My own flesh and blood...</description> <baseMoodEffect>-5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef ParentName="RJW_DeathMemoryFamily"> <defName>MyPupDiedFemale</defName> <stages> <li> <label>my daughter {0} died</label> <description>My daughter is dead. My own flesh and blood...</description> <baseMoodEffect>-5</baseMoodEffect> </li> </stages> </ThoughtDef> <!--Killed opinion thoughts--> <ThoughtDef> <defName>KilledMyPup</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>80.0</durationDays> <stackLimit>300</stackLimit> <stackLimitForSameOtherPawn>10</stackLimitForSameOtherPawn> <stages> <li> <label>killed my son</label> <baseOpinionOffset>-50</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>KilledMyPupFemale</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>80.0</durationDays> <stackLimit>300</stackLimit> <stackLimitForSameOtherPawn>10</stackLimitForSameOtherPawn> <stages> <li> <label>killed my daughter</label> <baseOpinionOffset>-50</baseOpinionOffset> </li> </stages> </ThoughtDef> <!--sold thought--> <ThoughtDef> <defName>SoldMyPup</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>2</stackLimit> <stackLimitForSameOtherPawn>2</stackLimitForSameOtherPawn> <stages> <li> <label>loved one sold</label> <description>My child was sold!</description> <baseOpinionOffset>-10</baseOpinionOffset> <baseMoodEffect>-5</baseMoodEffect> </li> </stages> </ThoughtDef> <!--incubator thoughts--> <!-- remake this into .cs so it works with quirks <ThoughtDef> <defName>IncubatorEmpty</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>9999</durationDays> <stackLimit>1</stackLimit> <stages> <li> <label>empty womb</label> <description>My womb is empty</description> <baseMoodEffect>-50</baseMoodEffect> </li> </stages> <requiredTraits> <li>Incubator</li> </requiredTraits> </ThoughtDef> <ThoughtDef> <defName>IncubatorFilled</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>9999</durationDays> <stackLimit>1</stackLimit> <stages> <li> <label>pregnant</label> <description>My womb is so full</description> <baseMoodEffect>50</baseMoodEffect> </li> </stages> <requiredTraits> <li>Incubator</li> </requiredTraits> </ThoughtDef> <ThoughtDef> <defName>IncubatorFilledEggs</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>9999</durationDays> <stackLimit>1</stackLimit> <stages> <li> <label>carrying eggs</label> <description>I'm filled with eggs</description> <baseMoodEffect>50</baseMoodEffect> </li> </stages> <requiredTraits> <li>Incubator</li> </requiredTraits> </ThoughtDef> --> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Family.xml
XML
mit
3,578
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>ViolatedCorpse</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.5</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>had sex with a corpse</label> <description>{0} wasn't the only thing that was stiff if you know what I mean...</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Necro.xml
XML
mit
507
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>ThatsMyFetish</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>Thats my fetish</label> <description>I just had sex that satisfied one of my quirks.</description> <baseMoodEffect>1</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Quirk.xml
XML
mit
480
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>FeelingBroken</defName> <!--<thoughtClass>Thought_Memory</thoughtClass>--><!--without this it works, with it doesn't. Better leave it this way--> <workerClass>rjw.ThoughtWorker_FeelingBroken</workerClass> <validWhileDespawned>true</validWhileDespawned> <stages> <li> <label>dizzy</label> <description>Huh...wha...how many times was I...?</description> <baseMoodEffect>-10</baseMoodEffect> </li> <li> <label>my body feels broken</label> <description>No...I don't want...aah...ahhh...my body feels...broken...please...no more...</description> <baseMoodEffect>-20</baseMoodEffect> </li> <li> <label>begging for more</label> <description>Masters, please violate me more, I only exist to be used by you. Please fuck me and fill me with your cum again, and again, and again...</description> <baseMoodEffect>20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotRaped</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>100</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped</label> <description>I was raped...I feel so helpless and used.</description> <baseMoodEffect>-18</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotAnalRaped</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>100</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>ass raped</label> <description>I was raped in the ass...I feel so violated and filthy.</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotAnalRapedByFemale</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>100</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>ass raped by a girl</label> <description>I was raped in the ass by a girl...It's so humiliating. I'm such a weak and worthless piece of trash. I probably deserved it for being so weak...</description> <baseMoodEffect>-22</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>GotRapedUnconscious</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>1</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped (Unconscious)</label> <description>Oh God, someone or something raped me while I was unconscious. I feel so violated and dirty.</description> <baseMoodEffect>-18</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotRapedUnconscious</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>1</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped (Unconscious)</label> <description>Some one used my body while I was unconscious and the worst part was that I missed out and didn't feel anything!</description> <baseMoodEffect>-18</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotRaped</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>raped</label> <description>I was used and thrown around like a piece of meat. God, I love it when they rape me.</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotAnalRaped</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>ass raped</label> <description>I was raped in the ass...it was so intense. They held me down and just pounded my asshole like a piledriver...mmm...</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MasochistGotAnalRapedByFemale</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>5.0</durationDays> <stackLimit>5</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>ass raped by a girl</label> <description>I was raped in the ass by a girl...God it was hot. There's just something about a woman having so much power over you as she pounds your ass and makes you her bitch...</description> <baseMoodEffect>3</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>HateMyRapist</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>300</stackLimit> <stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>raped me</label> <description>I was raped by {0}. I'll never forgive them.</description> <baseOpinionOffset>-130</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>KindaLikeMyRapist</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>1.0</durationDays> <stackLimit>300</stackLimit> <stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn> <stackedEffectMultiplier>0.7</stackedEffectMultiplier> <stages> <li> <label>raped me</label> <description>{0} forced themselves on me roughly. Wish they'd do it more often...</description> <baseOpinionOffset>3</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>AllowedMeToGetRaped</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>10.0</durationDays> <stackLimit>300</stackLimit> <stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn> <stackedEffectMultiplier>0.5</stackedEffectMultiplier> <stages> <li> <label>allowed me to get raped</label> <description>I got raped while that piece of shit {0} just looked the other way...</description> <baseOpinionOffset>-30</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>StoleSomeLovin</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>stole some lovin’</label> <description>I forced myself on some bitch. The sex was pretty shit, but it's better than nothing.</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>MadeSomeLovin</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>made some lovin’</label> <description>Spent some good time rolling in the hay.</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>BloodlustStoleSomeLovin</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.5</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>stole some lovin’</label> <description>I raped some cunt who deserved it. The way they screamed and cried was so fucking good.</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Rape.xml
XML
mit
7,809
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>ItchyCrotch</defName> <workerClass>rjw.ThoughtWorker_ItchyCrotch</workerClass> <stages> <li> <label>itchy crotch</label> <description>I don't think anyone's looking. Lemme just...</description> <baseMoodEffect>-3</baseMoodEffect> </li> <li> <label>itchy, burning crotch</label> <description>The worst part is: the more I scratch, the more it burns.</description> <baseMoodEffect>-6</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>SyphiliticThoughts</defName> <workerClass>rjw.ThoughtWorker_SyphiliticThoughts</workerClass> <stages> <li> <label>syphilitic thoughts</label> <description>Everyone's so stupid and everything's so annoying. Even me, I just can't think clearly.</description> <baseMoodEffect>-8</baseMoodEffect> </li> <li> <label>extreme syphilitic thoughts</label> <description>OK, what I need is... uh... what was I doing again? Oh right this thing. This fucking thing THIS FUCKING PIECE OF SHIT. FUCKING DAMN PIECE OF GARBAGE</description> <baseMoodEffect>-16</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>WastingAway</defName> <workerClass>rjw.ThoughtWorker_WastingAway</workerClass> <stages> <li> <label>wasting away</label> <description>Every day I feel weaker than the day before. I can feel my life slowly slipping away.</description> <baseMoodEffect>-5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>SawDiseasedPrivates1</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>4.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>saw an ugly rash on {0}'s crotch</label> <baseOpinionOffset>-9</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>SawDiseasedPrivates2</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>6.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>saw disgusting warts on {0}'s crotch</label> <baseOpinionOffset>-20</baseOpinionOffset> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>SawDiseasedPrivates3</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>8.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>nauseated by {0}'s diseased crotch</label> <baseOpinionOffset>-30</baseOpinionOffset> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_STD.xml
XML
mit
2,722
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>NeedSex</defName> <workerClass>rjw.ThoughtWorker_NeedSex</workerClass> <stages> <li> <label>sexually frustrated</label> <description>I NEED IT!!!</description> <baseMoodEffect>-10</baseMoodEffect> </li> <li> <label>horny</label> <description>It's been too long. I can't stop thinking about sex.</description> <baseMoodEffect>-6</baseMoodEffect> </li> <li> <label>sexually satisfied</label> <description>I had a good roll in the hay.</description> <baseMoodEffect>4</baseMoodEffect> </li> <li> <label>ahegao</label> <description>My legs are numb, my tongue's flopped out, and my eyes have rolled back in my head.</description> <baseMoodEffect>12</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>Fapped</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>1.0</durationDays> <stackLimit>3</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <stages> <li> <label>just fapped</label> <description>I just fapped. Alone.</description> <baseMoodEffect>-1</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Sex.xml
XML
mit
1,241
<?xml version="1.0" encoding="utf-8" ?> <Defs> <ThoughtDef> <defName>male2trap</defName> <workerClass>rjw.ThoughtWorker_MtT</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>Tee hee hee... Traps are gay, you know.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes</label> <description>Well, at least I'm pretty now.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender</label> <description>But I'm a boy!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery</label> <description>What are you doing to me!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>male2female</defName> <workerClass>rjw.ThoughtWorker_MtF</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>Although I was a boy before, I kinda like being a girl now.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes</label> <description>Well, I guess I will have to live with that now.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender</label> <description>But I'm a boy!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery</label> <description>Aah, I'm not your toy! Sew it back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>male2futa</defName> <workerClass>rjw.ThoughtWorker_MtH</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with a vagina</label> <description>Whoa... This thing is awesome! How could I live without it before!</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of vagina</label> <description>Well, I guess I will have to live with that now..</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with vagina</label> <description>This thing is horrible! Take it away from meee!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about vagina attached</label> <description>I'm a monster now! Aaah!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>female2trap</defName> <workerClass>rjw.ThoughtWorker_FtT</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>Tee hee hee... Now I have a built-in strap-on!</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes 1</label> <description>Well, at least I'm still pretty.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender 2</label> <description>But I'm a girl!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery 3</label> <description>What are you doing to me!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>female2male</defName> <workerClass>rjw.ThoughtWorker_FtM</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>I'm so happy now with all my masculinity unleashed.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes</label> <description>Well, I've got to live with this.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender</label> <description>But I'm a girl!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery</label> <description>What are you doing to me!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>female2futa</defName> <workerClass>rjw.ThoughtWorker_FtH</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with a dick</label> <description>Whoa... This thing is awesome! How could I live without it before!</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of penis</label> <description>Well, at least I can pee standing now.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with penis</label> <description>This thing is horrible! Take it away from meee!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about penis attached</label> <description>I'm a monster now! Aaah!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>futa2trap</defName> <workerClass>rjw.ThoughtWorker_HtT</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>Tee hee hee... I still have another hole!</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes</label> <description>Well, at least I'm still pretty.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender</label> <description>Come on! Don't be a pussy! Give mine back!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery</label> <description>Hey! Give it back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>futa2male</defName> <workerClass>rjw.ThoughtWorker_HtM</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy without a vagina</label> <description>It was an interesting experience. Let's not do that again.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Sad without a vagina</label> <description>Oh well, it was fun while it lasted.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Unhappy without a vagina</label> <description>Seriously, it is mine now. I want it back.</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about vagina removal</label> <description>Aww come on! Give it back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>futa2female</defName> <workerClass>rjw.ThoughtWorker_HtF</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy without a dick</label> <description>It was an interesting experience. Let's not do that again.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Sad without a dick</label> <description>Oh well, it was fun while it lasted.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Unhappy without a dick</label> <description>Seriously, it is mine! I want it back!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about dick removal</label> <description>Aww come on! Give it back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>trap2futa</defName> <workerClass>rjw.ThoughtWorker_TtH</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy with new self</label> <description>Hey, now I have best of both worlds!</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Acceptance of sex changes</label> <description>Well, now I know both sides.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Mild discontent with new gender</label> <description>But I was fine the way I was!</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about transgender surgery</label> <description>What are you doing to me!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>trap2male</defName> <workerClass>rjw.ThoughtWorker_TtM</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy without a breast</label> <description>It was an interesting experience. Let's not do that again.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Sad without a breast</label> <description>Oh well, it was fun while it lasted.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Unhappy without a breast</label> <description>Seriously, they're mine now. I want them back.</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about breast removal</label> <description>Aww come on! Give them back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>trap2female</defName> <workerClass>rjw.ThoughtWorker_TtF</workerClass> <!--<workerClass>rjw.ThoughtWorker_SexChange</workerClass>--> <stages> <li> <label>Happy without a dick</label> <description>It was an interesting experience. Let's not do that again.</description> <baseMoodEffect>5</baseMoodEffect> </li> <li> <label>Sad without a dick</label> <description>Oh well, time to learn to sit when I pee.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Unhappy without a dick</label> <description>Seriously, it is mine. I want it back.</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Furious about dick removal</label> <description>Aww come on! Give it back!</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_SexChange.xml
XML
mit
10,670
<?xml version="1.0" encoding="utf-8" ?> <Defs> <!-- Added by Hoge.--> <ThoughtDef> <defName>FortunateGaveVirginity</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stages> <li> <label>Gave virginity</label> <description>I gave my virginity.</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>UnfortunateLostVirginity</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>30.0</durationDays> <stages> <li> <label>Lost virginity</label> <description>I lost my virginity and I'll never get it back.</description> <baseMoodEffect>-20</baseMoodEffect> </li> </stages> </ThoughtDef> <ThoughtDef> <defName>TookVirginity</defName> <thoughtClass>Thought_Memory</thoughtClass> <durationDays>10.0</durationDays> <stages> <li> <label>Took virginity</label> <description>I've taken someone's virginity.</description> <baseMoodEffect>5</baseMoodEffect> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Virgin.xml
XML
mit
1,077
<?xml version="1.0" encoding="utf-8" ?> <Defs> <rjw.ThoughtDef_Whore> <defName>Whorish_Thoughts</defName> <thoughtClass>rjw.ThoughtWorker_Whore</thoughtClass> <durationDays>2.0</durationDays> <stackLimit>10</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <!--Numbers of whoring times needed to pass to next stage, one less than the stages count--> <!--I couldn't find a way to move them to thoughtStageDefs, fo a better code structure--> <stageCounts> <li>30</li> <li>50</li> </stageCounts> <storyOffset>30</storyOffset><!--Special stories count as this much experience to grow accustomed--> <stages> <li> <label>Resentful whore</label> <description>We just need money! I'm not a ...</description> <baseMoodEffect>-5</baseMoodEffect> </li> <li> <label>Whore</label> <description>Well, at least it pays well...</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>WHORE</label> <description>This job isn't so bad afterall!</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </rjw.ThoughtDef_Whore> <rjw.ThoughtDef_Whore> <defName>Whorish_Thoughts_Captive</defName> <thoughtClass>rjw.ThoughtWorker_Whore</thoughtClass> <durationDays>4.0</durationDays> <stackLimit>10</stackLimit> <stackedEffectMultiplier>0.4</stackedEffectMultiplier> <!--Numbers of whoring times needed to pass to next stage, one less than the stages count--> <!--I couldn't find a way to move them to thoughtStageDefs, for a better code structure--> <stageCounts> <li>30</li> <li>40</li> <li>80</li> </stageCounts> <storyOffset>10</storyOffset> <!--Special stories count as this much experience to grow accustomed--> <stages> <li> <label>Forced whore</label> <description>They forced me to serve as a sex toy!</description> <baseMoodEffect>-20</baseMoodEffect> </li> <li> <label>Unwilling whore</label> <description>I'm not just a rental ride!</description> <baseMoodEffect>-10</baseMoodEffect> </li> <li> <label>Accustomed whore</label> <description>Just no beatings, please.</description> <baseMoodEffect>-1</baseMoodEffect> </li> <li> <label>Complete whore</label> <description>I could get more clients if not these restraints!</description> <baseMoodEffect>2</baseMoodEffect> </li> </stages> </rjw.ThoughtDef_Whore> <!--Used to keep track of customers, so a whore doesn't repeatedly solicit the same guest--> <ThoughtDef> <defName>RJWFailedSolicitation</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>0.4</durationDays> <stackLimit>100</stackLimit> <stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn> <stackedEffectMultiplier>0.5</stackedEffectMultiplier> <stages> <li> <label>tried to solicit me</label> <baseOpinionOffset>-1</baseOpinionOffset> </li> </stages> </ThoughtDef> <!--Same as above, but for colonists--> <ThoughtDef> <defName>RJWTurnedDownWhore</defName> <thoughtClass>Thought_MemorySocial</thoughtClass> <durationDays>0.2</durationDays> <stackLimit>1</stackLimit> <stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn> <stackedEffectMultiplier>0.5</stackedEffectMultiplier> <stages> <li> <label>bothered me</label> <baseOpinionOffset>-1</baseOpinionOffset> </li> </stages> </ThoughtDef> </Defs>
Korth95/rjw
1.1/Defs/ThoughtDefs/Thoughts_Whore.xml
XML
mit
3,432
<?xml version="1.0" encoding="utf-8" ?> <Defs> <TipSetDef> <defName>RjwTips</defName> <tips> <!-- Fluff --> <li>RimJobWorld runs on porn logic.</li> <li>RimJobWorld is a community project with over 20 contributors.</li> <li>RimJobWorld is open source and accepts submissions from anyone.</li> <li>If the maintainer of RimJobWorld had a Patreon, then soliciting donations for that Patreon through this mod would be a violation of the RimWorld terms of service.</li> <li>The average bra size in RimJobWorld is 85DD. If you think that can't possibly be right because your wife has D cups and she is pretty big then she should probably be wearing a G cup.</li> <li>Most women wear a bra with a too small cup size and a too large band size.</li> <!-- Settings --> <li>Relative frequency of male and female pawns can be controlled in RimJobWorld mod settings.</li> <li>Frequency of male pawns with breasts and females with penises can be controlled in RimJobWorld mod settings.</li> <li>Necrophilia is disabled by default. It can be enabled in RimJobWorld mod settings.</li> <li>Bestiality is disabled by default. It can be enabled in RimJobWorld mod settings.</li> <li>Rape is disabled by default. It can be enabled in RimJobWorld mod settings.</li> <li>Cannibalism is enabled by default. It can't be disabled in RimJobWorld mod settings because it is a feature of the base game.</li> <li>Sex need has a great many configuration options in RimJobWorld mod settings.</li> <!-- UI --> <li>Quirks are visible in the "show sexuality" menu on the bio tab (the icon looks like a heart).</li> <li>Whoring price is visible in the "show sexuality" menu on the bio tab (the icon looks like a heart).</li> <li>Sexual preference is visible in the "show sexuality" menu on the bio tab (the icon looks like a heart).</li> <!-- Mechanics --> <li>Condoms can be automatically used if placed in a stockpile next to a bed - it might be a good idea to have some around if you intend on whoring your colonists out.</li> <li>Being sexually pent up lowers colonists' moods - be sure to let them blow off some steam!</li> <li>Humpshrooms and Aphrodisiacs can improve a pawn's mood, but also cause extreme arousal and can lead to more permanent alterations if abused.</li> <li>Rape will cause an extreme mood debuff, though after a while they might start to like the abuse.</li> <li>Sometimes a threat might be able to be subdued through sex and submission if you lack the firepower to deal with it.</li> <li>Guests and caravans are a great source of income for aspiring brothels.</li> <li>Some types of sex (such as sex with animals) have a chance of leaving a permanent mark on a pawn's psyche.</li> <li>Are your colonists bored? Let them have a tussle under the sheets, that'll cheer them up.</li> <li>The "Submit" button is one of the most powerful features added by any mod.</li> <!-- Other mods --> <li>RimJobWorld does not add any lewd graphics, you will need another mod for that. For example rimnude or rjw_animations.</li> <li>If you like twenty-breasted tittysnakes then try the Nephila submod.</li> <li>RimJobWorld is not compatible with the "Prepare Carefully" mod. Issues range from sex parts disappearing to babies being born with the wrong race.</li> <li>RimJobWorld is not compatible with the "Lost Forest" mod. This is a deliberate choice on the part of the author of Lost Forest and makes us very sad.</li> <li>RimJobWorld has birth and pregnancy features, but no babies. Children will be born fully grown unless you have another mod that changes that.</li> <li>If you use RJW with any alien race mods make sure you also install "RJW Race Support". Otherwise your Ewok won't have a raccoon penis.</li> </tips> </TipSetDef> </Defs>
Korth95/rjw
1.1/Defs/TipSetDefs/Tips.xml
XML
mit
3,846
<?xml version="1.0" encoding="utf-8" ?> <Defs> <TraitDef> <defName>Rapist</defName> <commonality>0.1</commonality> <commonalityFemale>0.02</commonalityFemale> <degreeDatas> <li> <label>rapist</label> <description>[PAWN_nameDef] doesn't take &#34;No&#34; as an answer.</description> <statOffsets> <SexFrequency>0.1</SexFrequency> </statOffsets> <!--<allowedMentalBreaks> <li>RandomRape</li> </allowedMentalBreaks>--> <randomMentalState>RandomRape</randomMentalState> <randomMentalStateMtbDaysMoodCurve> <points> <li>(0, 7.5)</li> <li>(50, 25)</li> <li>(100, 50)</li> </points> </randomMentalStateMtbDaysMoodCurve> </li> </degreeDatas> <conflictingTraits> <li>Kind</li> </conflictingTraits> <requiredWorkTags> <li>Violent</li> </requiredWorkTags> </TraitDef> <TraitDef> <defName>Necrophiliac</defName> <commonality>0.05</commonality> <commonalityFemale>0.01</commonalityFemale> <degreeDatas> <li> <label>necrophiliac</label> <description>Dead people can't say no, can they?</description> <statOffsets> <SexFrequency>0.1</SexFrequency> </statOffsets> <allowedMeditationFocusTypes> <li>Morbid</li> </allowedMeditationFocusTypes> </li> </degreeDatas> </TraitDef> <TraitDef> <defName>Zoophile</defName> <commonality>0.03</commonality> <commonalityFemale>0.03</commonalityFemale> <degreeDatas> <li> <label>zoophile</label> <description>[PAWN_nameDef] likes to walk on the wild side.</description> <statOffsets> <SexFrequency>0.1</SexFrequency> </statOffsets> </li> </degreeDatas> </TraitDef> </Defs>
Korth95/rjw
1.1/Defs/TraitDefs/Traits.xml
XML
mit
1,692