code
stringlengths 0
56.1M
| repo_name
stringclasses 515
values | path
stringlengths 2
147
| language
stringclasses 447
values | license
stringclasses 7
values | size
int64 0
56.8M
|
---|---|---|---|---|---|
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<PawnKindDef>
<defName>Nymph</defName>
<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>
|
TDarksword/rjw
|
Defs/PawnKindDefs/PawnKind_Nymph.xml
|
XML
|
mit
| 1,144 |
<?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>
|
TDarksword/rjw
|
Defs/PawnRelationDef/PawnRelations_Beast.xml
|
XML
|
mit
| 1,779 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<rjw.RaceGroupDef>
<defName>Alien_Group</defName>
<raceNames>
<li>Alien_NiHal</li>
</raceNames>
<femaleBreasts>
<li>FeaturelessChest</li>
</femaleBreasts>
<femaleGenitals>
<li>OvipositorF</li>
</femaleGenitals>
<maleBreasts>
<li>FeaturelessChest</li>
</maleBreasts>
<maleGenitals>
<li>HemiPenis</li>
</maleGenitals>
<tags>
<li>Scales</li>
</tags>
</rjw.RaceGroupDef>
</Defs>
|
TDarksword/rjw
|
Defs/RaceSupport/Alien_NiHal.xml
|
XML
|
mit
| 483 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
<li>Raccoon</li>
</raceNames>
<femaleGenitals>
<li>RodentVagina</li>
</femaleGenitals>
<maleGenitals>
<li>RodentPenis</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>
|
TDarksword/rjw
|
Defs/RaceSupport/_Rimworld.xml
|
XML
|
mit
| 4,598 |
<?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-->
<!--some weird code magic, probably not working-->
<!--wip--> <oviPregnancy>false</oviPregnancy> <!--ovi pregnancy, birth eggs instead of normal pregnancy, eggs will be always mother race(unless implanted with Ovipositor)-->
<!--wip--> <ImplantEggs>false</ImplantEggs> <!--race can implant eggs with normal penises, 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>
|
TDarksword/rjw
|
Defs/RaceSupport/_base.xml
|
XML
|
mit
| 5,297 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
Defs/RecipeDefs/Recipes_ForceRemoveBondage.xml
|
XML
|
mit
| 1,216 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RecipeDef>
<defName>MakeHololock</defName>
<label>make hololock</label>
<description>Make a hololock.</description>
<jobString>Making hololock.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>9000</workAmount>
<unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
<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>
<workSkill>Crafting</workSkill>
</RecipeDef>
<RecipeDef>
<defName>MakePrisonerChains</defName>
<label>make chains</label>
<description>Make a restricvive chains.</description>
<jobString>Making chains.</jobString>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<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>
<workSkill>Crafting</workSkill>
<recipeUsers>
<li>TableMachining</li>
</recipeUsers>
</RecipeDef>
</Defs>
|
TDarksword/rjw
|
Defs/RecipeDefs/Recipes_MakeBondageGear.xml
|
XML
|
mit
| 2,320 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RecipeDef Abstract="True" Name="MakePrivates">
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<unfinishedThingDef>UnfinishedComponent</unfinishedThingDef>
<workSkill>Crafting</workSkill>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<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="MakePrivates">
<defName>MakeHydraulicPenis</defName>
<label>craft hydraulic penis</label>
<description>Crafts a hydraulic penis from steel and components.</description>
<jobString>Crafting hydraulic penis.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>3000</workAmount>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<defName>MakeBionicPenis</defName>
<label>craft bionic penis</label>
<description>Crafts a bionic penis from hyperweave, plasteel, and components.</description>
<jobString>Crafting bionic penis.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>7000</workAmount>
<skillRequirements>
<Crafting>14</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Bionics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<defName>MakeHydraulicVagina</defName>
<label>craft hydraulic vagina</label>
<description>Crafts a hydraulic vagina from steel and components.</description>
<jobString>Crafting hydraulic vagina.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>4000</workAmount>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<defName>MakeBionicVagina</defName>
<label>craft bionic vagina</label>
<description>Crafts a bionic vagina from hyperweave, plasteel, and components.</description>
<jobString>Crafting bionic vagina.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>11000</workAmount>
<skillRequirements>
<Crafting>14</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Bionics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<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>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>4000</workAmount>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<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>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>11000</workAmount>
<skillRequirements>
<Crafting>14</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Bionics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<defName>MakeHydraulicAnus</defName>
<label>craft hydraulic anus</label>
<description>Crafts a hydraulic anus from steel and components.</description>
<jobString>Crafting hydraulic anus.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>4000</workAmount>
<skillRequirements>
<Crafting>8</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="MakePrivates">
<defName>MakeBionicAnus</defName>
<label>craft bionic anus</label>
<description>Crafts a bionic anus from hyperweave, plasteel, and components.</description>
<jobString>Crafting bionic anus.</jobString>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>11000</workAmount>
<skillRequirements>
<Crafting>14</Crafting>
</skillRequirements>
<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>
<researchPrerequisite>Bionics</researchPrerequisite>
</RecipeDef>
</Defs>
|
TDarksword/rjw
|
Defs/RecipeDefs/Recipes_MakeProsthetics.xml
|
XML
|
mit
| 9,245 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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.8)->[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>
|
TDarksword/rjw
|
Defs/RulePackDefs/RulePacks_TalkTopics_Sex.xml
|
XML
|
mit
| 1,051 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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</max>
</li>
<li>
<capacity>Consciousness</capacity>
<useReciprocal>true</useReciprocal>
<weight>1.0</weight>
<max>1</max>
</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>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>
|
TDarksword/rjw
|
Defs/StatDefs/Stats.xml
|
XML
|
mit
| 4,033 |
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<ThingCategoryDef>
<defName>Bondage</defName>
<label>Bondage gear</label>
<parent>Apparel</parent>
<resourceReadoutRoot>true</resourceReadoutRoot>
</ThingCategoryDef>
</Defs>
|
TDarksword/rjw
|
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>
</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>
|
TDarksword/rjw
|
Defs/ThingDefs/Birth_Control.xml
|
XML
|
mit
| 3,216 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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 clittoris 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>
|
TDarksword/rjw
|
Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Animal.xml
|
XML
|
mit
| 6,012 |
<?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>
|
TDarksword/rjw
|
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>A 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>
|
TDarksword/rjw
|
Defs/ThingDefs/Items_BodyParts/Items_BodyParts_Human.xml
|
XML
|
mit
| 1,503 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
Defs/ThingDefs/Items_Bondage.xml
|
XML
|
mit
| 9,906 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
Defs/ThinkTreeDefs/ThinkTrees_Animal.xml
|
XML
|
mit
| 1,345 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<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>
|
TDarksword/rjw
|
Defs/ThinkTreeDefs/ThinkTrees_Misc.xml
|
XML
|
mit
| 2,407 |
<?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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
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>
|
TDarksword/rjw
|
Defs/ThoughtDefs/Thoughts_Whore.xml
|
XML
|
mit
| 3,432 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<TipSetDef>
<defName>RjwTips</defName>
<tips>
<!-- Misc -->
<li>Rise up! Free world from sjw oppression!.</li>
<li>Best leather hats made of sjw's.</li>
<li>Prude? How sad at least you'll be a decent hat.</li>
<li>Have a thought? Have a knot!</li>
<li>Alt right trashboat says: *angry boat noises*</li>
<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>
</tips>
</TipSetDef>
</Defs>
|
TDarksword/rjw
|
Defs/TipSetDefs/Tips.xml
|
XML
|
mit
| 1,280 |
<?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 "No" 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>
|
TDarksword/rjw
|
Defs/TraitDefs/Traits.xml
|
XML
|
mit
| 1,692 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<TraitDef>
<defName>Nymphomaniac</defName>
<commonality>0.1</commonality>
<commonalityFemale>0.08</commonalityFemale>
<degreeDatas>
<li>
<label>hypersexuality</label>
<description>[PAWN_nameDef] loves sex and always wants more. Can regain psyfocus only through sex.</description>
<statOffsets>
<Vulnerability>0.1</Vulnerability>
<SexFrequency>2.0</SexFrequency>
</statOffsets>
<allowedMeditationFocusTypes>
<li>Sex</li>
</allowedMeditationFocusTypes>
</li>
</degreeDatas>
<conflictingTraits>
<li>DislikesMen</li>
<li>DislikesWomen</li>
</conflictingTraits>
<requiredWorkTags>
<li>Social</li>
</requiredWorkTags>
</TraitDef>
</Defs>
|
TDarksword/rjw
|
Defs/TraitDefs/Traits_Nymphomaniac.xml
|
XML
|
mit
| 753 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<rjw.StringListDef>
<defName>WhoreBackstories</defName>
<strings>
<!--Story Short names-->
<!--Only adult stories are checked-->
<!--Due to some genius(that is not compliment) encrypting backstories in the game executable, there is no reliable way to determine them-->
<!--Will have to do string match along the names, this can have unexpected results-->
<li>Sex slave</li>
<li>Courtesean</li>
<li>Housemate</li><!--filthy MILF whores-->
<li>Model</li><!--in fashion business they are either whores or gays... or both-->
<li>idol</li><!--same as above-->
<!--rjw own-->
<li>Nymph</li>
<!--ChJees Androids-->
<li>Pleasure</li>
<li>Courtesan</li>
<!--Orassan-->
<li>Dancer</li>
<li>Holo-star</li>
<!--Nihal-->
<li>Prostitute</li>
<li>Breeder</li>
</strings>
</rjw.StringListDef>
</Defs>
|
TDarksword/rjw
|
Defs/WhoreBackstories.xml
|
XML
|
mit
| 903 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<WorkGiverDef>
<defName>CleanSelf</defName>
<label>clean self</label>
<giverClass>rjw.WorkGiver_CleanSelf</giverClass>
<workType>Cleaning</workType>
<verb>clean self</verb>
<gerund>cleaning self</gerund>
<scanCells>false</scanCells>
<priorityInType>11</priorityInType><!-- slightly higher than normal cleaning (relatively unimportant)-->
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</Defs>
|
TDarksword/rjw
|
Defs/WorkGiverDefs/WorkGivers_CleanSelf.xml
|
XML
|
mit
| 498 |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<rjw.config>
<defName>the_one</defName>
<max_nymph_fraction>0.99</max_nymph_fraction>
<!-- STD stuff -->
<nymph_spawn_with_std_mul>3.0</nymph_spawn_with_std_mul>
<!-- Logs the process of handing out STDs after sex for debug purposes (or for anyone who's curious) -->
<std_show_roll_to_catch>false</std_show_roll_to_catch>
<!-- STD infections must be at least this severe to spread between pawns -->
<std_min_severity_to_pitch>0.21</std_min_severity_to_pitch>
<!-- "Clean" rooms (cleanliness stat >= 0) have their stat multiplied by this amount -->
<std_env_pitch_cleanliness_exaggeration>2.0</std_env_pitch_cleanliness_exaggeration>
<!-- "Dirty" rooms (cleanliness stat< 0) have their stat multiplied by this amount -->
<std_env_pitch_dirtiness_exaggeration>0.5</std_env_pitch_dirtiness_exaggeration>
<!-- Cleanliness stat for sex outside of a room -->
<std_outdoor_cleanliness>-1.0</std_outdoor_cleanliness>
<opp_inf_initial_immunity>0.55</opp_inf_initial_immunity>
<!-- Cooldown for animal breeding, CP.-->
<comfort_prisoner_rape_mtbh_mul>4.0</comfort_prisoner_rape_mtbh_mul>
<!-- Rape beating -->
<minor_pain_threshold>0.3</minor_pain_threshold>
<significant_pain_threshold>0.6</significant_pain_threshold>
<extreme_pain_threshold>0.9</extreme_pain_threshold>
<base_chance_to_hit_prisoner>0.50</base_chance_to_hit_prisoner>
<min_ticks_between_hits>500</min_ticks_between_hits>
<max_ticks_between_hits>700</max_ticks_between_hits>
</rjw.config>
</Defs>
|
TDarksword/rjw
|
Defs/_config.xml
|
XML
|
mit
| 1,555 |
@ECHO OFF
SET ThisScriptsDirectory=%~dp0
SET PSSctiptName=Deploy.ps1
SET PowerShellScriptPath=%ThisScriptsDirectory%%PSSctiptName%
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'";
|
TDarksword/rjw
|
Deploy/Deploy.bat
|
Batchfile
|
mit
| 215 |
# Configurable variables
$repo = '..'
$packing = 'rjw_packing'
$outputFormat = '..\..\RJW-{0}.7z'
$internalPath = 'RJW'
$pathsToRemove = '.git', '.gitattributes', '.gitignore', 'Obsolete', 'packages', 'Deploy'
[Console]::ResetColor()
# Progress Bar Variables
$Activity = "Deploying"
$Id = 1
# Complex Progress Bar
$Step = 0
$TotalSteps = 6
$StatusText = '"Step $($Step.ToString().PadLeft($TotalSteps.ToString().Length)) of $TotalSteps | $Task"' # Single quotes need to be on the outside
$StatusBlock = [ScriptBlock]::Create($StatusText) # This script block allows the string above to use the current values of embedded values each time it's run
# Read environvemt
$Task = "Collecting info..."
$Step++
##Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
$startupPath = Get-Location
$7z = (GET-ItemProperty 'HKLM:\SOFTWARE\7-Zip').Path + '7z.exe'
$packingRjw = $packing + "\" + $internalPath
Push-Location -Path $repo
try {
[string]$version = git describe --tags
} catch {
[string]$version = ""
}
if ($version -eq "") {
$manifest = "./About/Manifest.xml"
[string]$version = (Select-Xml -Path $manifest -XPath '/Manifest/version' | Select-Object -ExpandProperty Node).innerText
}
$output = $outputFormat -f $version
Pop-Location
# Cleanup
$Task = "Cleanup..."
$Step++
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
if (Test-Path $packing) { Remove-Item -Recurse -Force $packing }
if (Test-Path $output) { Remove-Item $output }
# Prepating data
$Task = "Copying..."
$Step++
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
$items = Get-ChildItem -Force -Path $repo
$items | Foreach-Object -Begin {
$i = 0
} -Process {
$i++
if (-Not ($pathsToRemove -contains $_.Name)) {
Copy-Item -Recurse $_.FullName -Destination ($packingRjw + "\" + $_.Name)
}
$p = $i * 100 / $items.Count
Write-Progress -Id ($Id+1) -ParentId $Id -Activity 'Copying' -Status ('{0:0}% complete' -f $p) -PercentComplete $p
}
Write-Progress -Id ($Id+1) -ParentId $Id -Activity "Copying" -Status "Ready" -Completed
# removing files from subfolders
$Task = "Excluding..."
$Step++
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
foreach ($path in $pathsToRemove) {
$p = $packingRjw + '\' + $path
if (Test-Path $p) { Remove-Item -Recurse -Force $p }
}
# archiving
$Task = "Archiving..."
$Step++
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
Push-Location -Path $packing
& $7z a -r -bsp1 ($startupPath.Path+'\'+$output) + $internalPath | Foreach-Object -Begin {
Write-Progress -Id ($Id+1) -ParentId $Id -Activity 'Archiving' -Status "Starting..." -PercentComplete 0
} -Process {
$line = $_.Trim()
if ($line -ne "") {
[int]$p = 0
[bool]$result = [int]::TryParse($line.Split('%')[0], [ref]$p)
if ($result) {
Write-Progress -Id ($Id+1) -ParentId $Id -Activity 'Archiving' -Status $line -PercentComplete $p
}
}
}
Write-Progress -Id ($Id+1) -Activity "Archiving" -Status "Ready" -Completed
Pop-Location
# cleanup
$Task = "Cleanup..."
$Step++
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -CurrentOperation " " -PercentComplete ($Step / $TotalSteps * 100)
if (Test-Path $packing) { Remove-Item -Recurse -Force $packing }
Write-Progress -Id $Id -Activity $Activity -Status (& $StatusBlock) -Completed
# If running in the console, wait for input before closing.
if ($Host.Name -eq "ConsoleHost")
{
Write-Host "Done"
Write-Host "Press any key to continue..."
$Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyUp") > $null
}
|
TDarksword/rjw
|
Deploy/Deploy.ps1
|
PowerShell
|
mit
| 3,990 |
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>RimJobWorld</name>
<author>Ed86</author>
<url>https://gitgud.io/Ed86/rjw</url>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>rim.job.world</packageId>
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
<li>
<packageId>UnlimitedHugs.HugsLib</packageId>
<displayName>HugsLib</displayName>
<downloadUrl>https://github.com/UnlimitedHugs/RimworldHugsLib/releases/latest</downloadUrl>
<steamWorkshopUrl>steam://url/CommunityFilePage/818773962</steamWorkshopUrl>
</li>
</modDependencies>
<loadAfter>
<li>UnlimitedHugs.HugsLib</li>
<li>brrainz.harmony</li>
</loadAfter>
<incompatibleWith>
<!--<li>EdB.PrepareCarefully</li>--><!-- Hijacks generated/edited pawns at world start, breaks C# hediffs of edited pawns and who knows what else -->
<li>Dalrae.GaramRaceAddon</li><!-- Hijacks pawn generator fucking up pawn genders and who knows what else -->
<li>IGNI.LostForest</li><!-- Breaks rjw jobs, hijacks storyteller to call raids and intentionally causes other issues when rjw detected -->
</incompatibleWith>
<description>MOD版本:4.4.4
汉化\校对:敏芳缘
M for Mature
将MOD排在MOD列表底部:
Harmony
Core
HugsLib
其他MOD
RimJobWorld
RJW扩展补丁
赞助Ed86:https://www.patreon.com/Ed86
https://subscribestar.adult/Ed86
论坛:https://www.loverslab.com/files/file/7257-rimjobworld/
群聊:https://discord.gg/CXwHhv8。</description>
</ModMetaData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/About.xml
|
XML
|
mit
| 1,738 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Genitals.label>生殖器</Genitals.label>
<Chest.label>胸部</Chest.label>
<Anus.label>肛门</Anus.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/BodyPartDef/BodyParts_Humanlike.xml
|
XML
|
mit
| 184 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<MechGenitals.label>机械生殖器</MechGenitals.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/BodyPartDef/BodyParts_Mech.xml
|
XML
|
mit
| 130 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RJW_Fertility.label>生殖能力来源</RJW_Fertility.label>
<RJW_Fertility.description>生殖的必要条件。</RJW_Fertility.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/BodyPartTagDef/BodyPartTags_FertilitySource.xml
|
XML
|
mit
| 216 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Ambrosia addiction -->
<HumpShroom.label>驼峰菇</HumpShroom.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/ChemicalDef/Humpshroom.xml
|
XML
|
mit
| 150 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<ViralDamage.label>病毒侵染</ViralDamage.label>
<ViralDamage.deathMessage>{0}死于疾病。</ViralDamage.deathMessage>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/DamageDef/Damage_Viral.xml
|
XML
|
mit
| 198 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- As usual stolen from CnP -->
<RJW_Contraceptive.label>避孕</RJW_Contraceptive.label>
<RJW_Contraceptive.description>避孕药会严重影响四分之一的生育能力。</RJW_Contraceptive.description>
<RJW_Contraceptive.stages.0.label>避孕</RJW_Contraceptive.stages.0.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Contraceptive.xml
|
XML
|
mit
| 364 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- As usual stolen from CnP -->
<RJW_FertPill.label>排卵药物</RJW_FertPill.label>
<RJW_FertPill.description>提高生育率。温和的催情药。</RJW_FertPill.description>
<RJW_FertPill.stages.0.label>高生育率</RJW_FertPill.stages.0.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/FertPill.xml
|
XML
|
mit
| 334 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Chains.label>链条</Chains.label>
<Chains.description>带袖口的链条,用于限制小人的行动能力和操作能力,防止格斗*建议配合口球使用。</Chains.description>
<Chains.labelNoun>链条</Chains.labelNoun>
<BoundHands.label>绑手</BoundHands.label>
<BoundHands.description>绑手。</BoundHands.description>
<BoundHands.labelNoun>绑手</BoundHands.labelNoun>
<BoundLegs.label>绑腿</BoundLegs.label>
<BoundLegs.description>绑腿。</BoundLegs.description>
<BoundLegs.labelNoun>绑腿</BoundLegs.labelNoun>
<RJW_Restraints.label>束缚</RJW_Restraints.label>
<RJW_Restraints.description>束缚。</RJW_Restraints.description>
<RJW_Restraints.labelNoun>束缚。</RJW_Restraints.labelNoun>
<!-- insect restraints -->
<RJW_Cocoon.label>结茧</RJW_Cocoon.label>
<RJW_Cocoon.description>虫在准备繁殖时束缚寄主的茧。</RJW_Cocoon.description>
<RJW_Cocoon.labelNoun>结茧</RJW_Cocoon.labelNoun>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Bondage.xml
|
XML
|
mit
| 1,038 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- master hediff adding up the smaller semen splatches -->
<Hediff_Bukkake.label>颜射</Hediff_Bukkake.label>
<Hediff_Bukkake.description>射了一脸。</Hediff_Bukkake.description>
<Hediff_Bukkake.stages.0.label>少量</Hediff_Bukkake.stages.0.label>
<Hediff_Bukkake.stages.1.label>中量</Hediff_Bukkake.stages.1.label>
<Hediff_Bukkake.stages.2.label>大量</Hediff_Bukkake.stages.2.label>
<Hediff_Bukkake.stages.3.label>满满的</Hediff_Bukkake.stages.3.label>
<Hediff_Semen.label>精液</Hediff_Semen.label>
<Hediff_Semen.description>精液。</Hediff_Semen.description>
<Hediff_Semen.stages.0.label>中量</Hediff_Semen.stages.0.label>
<Hediff_Semen.stages.1.label>一些</Hediff_Semen.stages.1.label>
<Hediff_Semen.stages.2.label>湿哒哒</Hediff_Semen.stages.2.label>
<Hediff_Semen.stages.3.label>湿透了</Hediff_Semen.stages.3.label>
<Hediff_Semen.labelNoun>精液</Hediff_Semen.labelNoun>
<Hediff_InsectSpunk.label>虫精液</Hediff_InsectSpunk.label>
<Hediff_InsectSpunk.description>虫精液。</Hediff_InsectSpunk.description>
<Hediff_InsectSpunk.stages.0.label>中量</Hediff_InsectSpunk.stages.0.label>
<Hediff_InsectSpunk.stages.1.label>一些</Hediff_InsectSpunk.stages.1.label>
<Hediff_InsectSpunk.stages.2.label>湿哒哒</Hediff_InsectSpunk.stages.2.label>
<Hediff_InsectSpunk.stages.3.label>湿透了</Hediff_InsectSpunk.stages.3.label>
<Hediff_InsectSpunk.labelNoun>虫精液</Hediff_InsectSpunk.labelNoun>
<Hediff_MechaFluids.label>机械精液</Hediff_MechaFluids.label>
<Hediff_MechaFluids.description>机械精液。</Hediff_MechaFluids.description>
<Hediff_MechaFluids.stages.0.label>中量</Hediff_MechaFluids.stages.0.label>
<Hediff_MechaFluids.stages.1.label>一些</Hediff_MechaFluids.stages.1.label>
<Hediff_MechaFluids.stages.2.label>湿哒哒</Hediff_MechaFluids.stages.2.label>
<Hediff_MechaFluids.stages.3.label>湿透了</Hediff_MechaFluids.stages.3.label>
<Hediff_MechaFluids.labelNoun>机械精液</Hediff_MechaFluids.labelNoun>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Bukkake.xml
|
XML
|
mit
| 2,107 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<FeelingBroken.label>精神崩坏</FeelingBroken.label>
<FeelingBroken.description>不再有感情。</FeelingBroken.description>
<FeelingBroken.stages.0.label>轻微</FeelingBroken.stages.0.label>
<FeelingBroken.stages.1.label>恍惚</FeelingBroken.stages.1.label>
<FeelingBroken.stages.2.label>边缘</FeelingBroken.stages.2.label>
<FeelingBroken.stages.3.label>严重</FeelingBroken.stages.3.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_FeelingBroken.xml
|
XML
|
mit
| 486 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RJW_IUD.label>节育环</RJW_IUD.label>
<RJW_IUD.description>插入子宫防止怀孕的加铜的小装置。</RJW_IUD.description>
<IncreasedFertility.label>高生育能力</IncreasedFertility.label>
<IncreasedFertility.description>增加生育能力,用于生产婴儿。</IncreasedFertility.description>
<DecreasedFertility.label>低生育能力</DecreasedFertility.label>
<DecreasedFertility.description>低生育能力。</DecreasedFertility.description>
<ImpregnationBlocker.label>远古绝育器</ImpregnationBlocker.label>
<ImpregnationBlocker.description>防止卵巢产卵的复杂装置。</ImpregnationBlocker.description>
<FertilityEnhancer.label>远古生育增强器</FertilityEnhancer.label>
<FertilityEnhancer.description>增加怀孕可能性的复杂装置。</FertilityEnhancer.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Fertility.xml
|
XML
|
mit
| 905 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RJW_Orgasm.label>性高潮</RJW_Orgasm.label>
<RJW_Orgasm.description>“哦~耶~哈……哈……哦!”</RJW_Orgasm.description>
<RJW_Orgasm.stages.0.label>轻微</RJW_Orgasm.stages.0.label>
<RJW_Orgasm.stages.1.label>兴奋</RJW_Orgasm.stages.1.label>
<RJW_Orgasm.stages.2.label>亢奋</RJW_Orgasm.stages.2.label>
<TransportCums.description>内射。</TransportCums.description>
<TransportEggs.description>在里面产卵。</TransportEggs.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_MCEvents.xml
|
XML
|
mit
| 547 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Severity will be set to equal (1.0 - blood_filtration) in xxx.update_std_effects -->
<Immunodeficiency.label>免疫缺陷</Immunodeficiency.label>
<Immunodeficiency.description>非常容易生病。</Immunodeficiency.description>
<Immunodeficiency.stages.0.label>轻度</Immunodeficiency.stages.0.label>
<Immunodeficiency.stages.1.label>重度</Immunodeficiency.stages.1.label>
<Immunodeficiency.stages.2.label>极重</Immunodeficiency.stages.2.label>
<VirusPerma.label>病毒侵染</VirusPerma.label>
<VirusPerma.description>病毒侵染。</VirusPerma.description>
<VirusPerma.injuryProps.destroyedLabel>因疾病萎缩</VirusPerma.injuryProps.destroyedLabel>
<VirusPerma.injuryProps.destroyedOutLabel>因疾病萎缩</VirusPerma.injuryProps.destroyedOutLabel>
<PegArm.label>钉臂</PegArm.label>
<PegArm.description>钉臂。</PegArm.description>
<PegArm.labelNoun>钉臂</PegArm.labelNoun>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Other.xml
|
XML
|
mit
| 1,000 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RJW_pregnancy.label>怀孕(类人)</RJW_pregnancy.label>
<RJW_pregnancy.description>婴儿在西瓜肚里。</RJW_pregnancy.description>
<RJW_pregnancy.stages.0.label>前期</RJW_pregnancy.stages.0.label>
<RJW_pregnancy.stages.1.label>中期</RJW_pregnancy.stages.1.label>
<RJW_pregnancy.stages.2.label>晚期</RJW_pregnancy.stages.2.label>
<RJW_pregnancy.stages.3.label>临产</RJW_pregnancy.stages.3.label>
<RJW_pregnancy_beast.label>怀孕(动物)</RJW_pregnancy_beast.label>
<RJW_pregnancy_beast.description>宝宝在西瓜肚里。</RJW_pregnancy_beast.description>
<RJW_pregnancy_beast.stages.0.label>前期</RJW_pregnancy_beast.stages.0.label>
<RJW_pregnancy_beast.stages.1.label>中期</RJW_pregnancy_beast.stages.1.label>
<RJW_pregnancy_beast.stages.2.label>晚期</RJW_pregnancy_beast.stages.2.label>
<RJW_pregnancy_beast.stages.3.label>临产</RJW_pregnancy_beast.stages.3.label>
<RJW_pregnancy_mech.label>怀孕(机械)</RJW_pregnancy_mech.label>
<RJW_pregnancy_mech.description>奇怪的东西在西瓜肚里。</RJW_pregnancy_mech.description>
<RJW_pregnancy_mech.stages.0.label>前期</RJW_pregnancy_mech.stages.0.label>
<RJW_pregnancy_mech.stages.1.label>中期</RJW_pregnancy_mech.stages.1.label>
<RJW_pregnancy_mech.stages.2.label>晚期</RJW_pregnancy_mech.stages.2.label>
<RJW_pregnancy_mech.stages.3.label>临产</RJW_pregnancy_mech.stages.3.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Pregnancy.xml
|
XML
|
mit
| 1,493 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<AcuteHIV.label>急性艾滋病</AcuteHIV.label>
<AcuteHIV.description>通过性接触传播的免疫缺陷病毒。</AcuteHIV.description>
<AcuteHIV.stages.0.label>微度</AcuteHIV.stages.0.label>
<AcuteHIV.stages.1.label>轻度</AcuteHIV.stages.1.label>
<AcuteHIV.stages.2.label>轻度</AcuteHIV.stages.2.label>
<AcuteHIV.stages.3.label>轻度</AcuteHIV.stages.3.label>
<AcuteHIV.stages.4.label>中度</AcuteHIV.stages.4.label>
<AcuteHIV.stages.5.label>严重</AcuteHIV.stages.5.label>
<AcuteHIV.stages.6.label>严重</AcuteHIV.stages.6.label>
<AcuteHIV.stages.7.label>严重</AcuteHIV.stages.7.label>
<AcuteHIV.stages.8.label>极重</AcuteHIV.stages.8.label>
<AcuteHIV.stages.9.label>极重</AcuteHIV.stages.9.label>
<ChronicHIV.label>慢性艾滋病</ChronicHIV.label>
<ChronicHIV.description>通过性接触传播的免疫缺陷病毒。</ChronicHIV.description>
<ChronicHIV.stages.0.label>微度</ChronicHIV.stages.0.label>
<ChronicHIV.stages.1.label>轻度</ChronicHIV.stages.1.label>
<ChronicHIV.stages.2.label>轻度</ChronicHIV.stages.2.label>
<ChronicHIV.stages.3.label>轻度</ChronicHIV.stages.3.label>
<ChronicHIV.stages.4.label>中度</ChronicHIV.stages.4.label>
<ChronicHIV.stages.5.label>严重</ChronicHIV.stages.5.label>
<ChronicHIV.stages.6.label>严重</ChronicHIV.stages.6.label>
<ChronicHIV.stages.7.label>严重</ChronicHIV.stages.7.label>
<ChronicHIV.stages.8.label>极重</ChronicHIV.stages.8.label>
<ChronicHIV.stages.9.label>极重</ChronicHIV.stages.9.label>
<Herpes.label>疱疹</Herpes.label>
<Herpes.description>通过性接触传播的生殖器感染,会疼痛。</Herpes.description>
<Herpes.stages.0.label>轻度</Herpes.stages.0.label>
<Herpes.stages.1.label>中度</Herpes.stages.1.label>
<Herpes.stages.2.label>严重</Herpes.stages.2.label>
<Warts.label>菜花病</Warts.label>
<Warts.description>通过性接触传播的生殖器菜花型湿疣。</Warts.description>
<Warts.stages.0.label>轻度</Warts.stages.0.label>
<Warts.stages.1.label>严重</Warts.stages.1.label>
<Syphilis.label>梅毒</Syphilis.label>
<Syphilis.description>通过性接触传播的细菌感染。</Syphilis.description>
<Syphilis.stages.0.label>轻度</Syphilis.stages.0.label>
<Syphilis.stages.1.label>中度</Syphilis.stages.1.label>
<Syphilis.stages.2.label>严重</Syphilis.stages.2.label>
<Syphilis.stages.3.label>极重</Syphilis.stages.3.label>
<Syphilis.stages.4.label>极重</Syphilis.stages.4.label>
<Syphilis.stages.5.label>极重</Syphilis.stages.5.label>
<Boobitis.label>乳房机械感染</Boobitis.label>
<Boobitis.description>乳房机械感染是一种高度传染性的机械瘟疫,如果不加以治疗,会导致乳房永久生长。它最初是一种无害的闪耀科技“娱乐药物”但后来发生变异并传播到每个人类殖民地。</Boobitis.description>
<Boobitis.stages.0.label>轻微肿胀</Boobitis.stages.0.label>
<Boobitis.stages.1.label>明显肿胀</Boobitis.stages.1.label>
<Boobitis.stages.2.label>壮观的肿胀</Boobitis.stages.2.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_STDs.xml
|
XML
|
mit
| 3,177 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RJW_BabyState.label>儿童成长状态</RJW_BabyState.label>
<RJW_BabyState.description>一个正在成长的孩子。</RJW_BabyState.description>
<RJW_BabyState.stages.0.label>婴儿</RJW_BabyState.stages.0.label>
<RJW_BabyState.stages.1.label>幼儿</RJW_BabyState.stages.1.label>
<RJW_BabyState.stages.2.label>儿童</RJW_BabyState.stages.2.label>
<!-- This only exists separately from BabyState to get around a bug making children drop their weapons on savegame load. -->
<RJW_NoManipulationFlag.label>太年轻了,不能工作</RJW_NoManipulationFlag.label>
<RJW_NoManipulationFlag.description>太年轻了,不能工作。</RJW_NoManipulationFlag.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_SimpleBaby.xml
|
XML
|
mit
| 760 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- (broken) -->
<size0.label>RJW部件尺寸设置(PC)(损坏):</size0.label>
<size0.description>将部件尺寸更改为:</size0.description>
<size0.stages.0.label>飞机场/微型</size0.stages.0.label>
<size0.stages.1.label>很小/紧致</size0.stages.1.label>
<size0.stages.2.label>平均</size0.stages.2.label>
<size0.stages.3.label>很大/松弛</size0.stages.3.label>
<size0.stages.4.label>巨大/敞口</size0.stages.4.label>
<size0.stages.5.label>超大</size0.stages.5.label>
<!-- For use in CE -->
<size1.label>RJW尺寸设置(CE):飞机场/微型</size1.label>
<size1.description>将部件尺寸更改为:</size1.description>
<size2.label>RJW尺寸设置(CE):很小/微型</size2.label>
<size2.description>将部件尺寸更改为:</size2.description>
<size3.label>RJW尺寸设置(CE):小/紧致</size3.label>
<size3.description>将部件尺寸更改为:</size3.description>
<size4.label>RJW尺寸设置(CE):平均</size4.label>
<size4.description>将部件尺寸更改为:</size4.description>
<size5.label>RJW尺寸设置(CE):大/松弛</size5.label>
<size5.description>将部件尺寸更改为:</size5.description>
<size6.label>RJW尺寸设置(CE):巨大/敞口</size6.label>
<size6.description>将部件尺寸更改为:</size6.description>
<size7.label>RJW尺寸设置(CE):超大/深渊</size7.label>
<size7.description>将部件尺寸更改为:</size7.description>
<size8.label>RJW胸部尺寸设置(CE):超巨大</size8.label>
<size8.description>将部件尺寸更改为:</size8.description>
<size9.label>RJW胸部尺寸设置(CE):巨大怪兽</size9.label>
<size9.description>将部件尺寸更改为:</size9.description>
<size10.label>RJW胸部尺寸设置(CE):超巨大建筑</size10.label>
<size10.description>将部件尺寸更改为:</size10.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_SizeChanger.xml
|
XML
|
mit
| 2,016 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Sterilized.label>绝育</Sterilized.label>
<Sterilized.description>无法繁殖。</Sterilized.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Sterilized.xml
|
XML
|
mit
| 185 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Hediff_Submitting.label>自我屈服</Hediff_Submitting.label>
<Hediff_Submitting.description>躺在地上等着什么东西来上一发。</Hediff_Submitting.description>
<!-- prevents 10 job stacks error -->
<Hediff_RapeEnemyCD.label>强奸敌人冷却</Hediff_RapeEnemyCD.label>
<Hediff_RapeEnemyCD.description>“下一个是谁?”</Hediff_RapeEnemyCD.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Submitting.xml
|
XML
|
mit
| 457 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- THese are all the same, the flavor text is different -->
<hediff_male2trap.label>变性(男至人妖)</hediff_male2trap.label>
<hediff_male2trap.description>曾是男孩儿。</hediff_male2trap.description>
<hediff_male2trap.stages.0.label>忽略</hediff_male2trap.stages.0.label>
<hediff_male2trap.stages.1.label>接受</hediff_male2trap.stages.1.label>
<hediff_male2trap.stages.2.label>悲伤</hediff_male2trap.stages.2.label>
<hediff_male2trap.stages.3.label>愤怒</hediff_male2trap.stages.3.label>
<hediff_male2trap.stages.4.label>抗拒</hediff_male2trap.stages.4.label>
<hediff_male2female.label>变性(男至女)</hediff_male2female.label>
<hediff_male2female.description>曾是男孩儿。</hediff_male2female.description>
<hediff_male2female.stages.0.label>忽略</hediff_male2female.stages.0.label>
<hediff_male2female.stages.1.label>接受</hediff_male2female.stages.1.label>
<hediff_male2female.stages.2.label>悲伤</hediff_male2female.stages.2.label>
<hediff_male2female.stages.3.label>愤怒</hediff_male2female.stages.3.label>
<hediff_male2female.stages.4.label>抗拒</hediff_male2female.stages.4.label>
<hediff_male2futa.label>变性(男至扶她)</hediff_male2futa.label>
<hediff_male2futa.description>曾是男孩儿。</hediff_male2futa.description>
<hediff_male2futa.stages.0.label>忽略</hediff_male2futa.stages.0.label>
<hediff_male2futa.stages.1.label>接受</hediff_male2futa.stages.1.label>
<hediff_male2futa.stages.2.label>悲伤</hediff_male2futa.stages.2.label>
<hediff_male2futa.stages.3.label>愤怒</hediff_male2futa.stages.3.label>
<hediff_male2futa.stages.4.label>抗拒</hediff_male2futa.stages.4.label>
<hediff_female2trap.label>变性(女至人妖)</hediff_female2trap.label>
<hediff_female2trap.description>曾是女孩儿。</hediff_female2trap.description>
<hediff_female2trap.stages.0.label>忽略</hediff_female2trap.stages.0.label>
<hediff_female2trap.stages.1.label>接受</hediff_female2trap.stages.1.label>
<hediff_female2trap.stages.2.label>悲伤</hediff_female2trap.stages.2.label>
<hediff_female2trap.stages.3.label>愤怒</hediff_female2trap.stages.3.label>
<hediff_female2trap.stages.4.label>抗拒</hediff_female2trap.stages.4.label>
<hediff_female2male.label>变性(女至男)</hediff_female2male.label>
<hediff_female2male.description>曾是女孩儿。</hediff_female2male.description>
<hediff_female2male.stages.0.label>忽略</hediff_female2male.stages.0.label>
<hediff_female2male.stages.1.label>接受</hediff_female2male.stages.1.label>
<hediff_female2male.stages.2.label>悲伤</hediff_female2male.stages.2.label>
<hediff_female2male.stages.3.label>愤怒</hediff_female2male.stages.3.label>
<hediff_female2male.stages.4.label>抗拒</hediff_female2male.stages.4.label>
<hediff_female2futa.label>变性(女至扶她)</hediff_female2futa.label>
<hediff_female2futa.description>曾是女孩儿。</hediff_female2futa.description>
<hediff_female2futa.stages.0.label>忽略</hediff_female2futa.stages.0.label>
<hediff_female2futa.stages.1.label>接受</hediff_female2futa.stages.1.label>
<hediff_female2futa.stages.2.label>悲伤</hediff_female2futa.stages.2.label>
<hediff_female2futa.stages.3.label>愤怒</hediff_female2futa.stages.3.label>
<hediff_female2futa.stages.4.label>抗拒</hediff_female2futa.stages.4.label>
<hediff_futa2trap.label>变性(扶她至人妖)</hediff_futa2trap.label>
<hediff_futa2trap.description>曾是扶她。</hediff_futa2trap.description>
<hediff_futa2trap.stages.0.label>忽略</hediff_futa2trap.stages.0.label>
<hediff_futa2trap.stages.1.label>接受</hediff_futa2trap.stages.1.label>
<hediff_futa2trap.stages.2.label>悲伤</hediff_futa2trap.stages.2.label>
<hediff_futa2trap.stages.3.label>愤怒</hediff_futa2trap.stages.3.label>
<hediff_futa2trap.stages.4.label>抗拒</hediff_futa2trap.stages.4.label>
<hediff_futa2male.label>变性(扶她至男)</hediff_futa2male.label>
<hediff_futa2male.description>曾是扶她。</hediff_futa2male.description>
<hediff_futa2male.stages.0.label>忽略</hediff_futa2male.stages.0.label>
<hediff_futa2male.stages.1.label>接受</hediff_futa2male.stages.1.label>
<hediff_futa2male.stages.2.label>悲伤</hediff_futa2male.stages.2.label>
<hediff_futa2male.stages.3.label>愤怒</hediff_futa2male.stages.3.label>
<hediff_futa2male.stages.4.label>抗拒</hediff_futa2male.stages.4.label>
<hediff_futa2female.label>变性(扶她至女)</hediff_futa2female.label>
<hediff_futa2female.description>曾是扶她。</hediff_futa2female.description>
<hediff_futa2female.stages.0.label>忽略</hediff_futa2female.stages.0.label>
<hediff_futa2female.stages.1.label>接受</hediff_futa2female.stages.1.label>
<hediff_futa2female.stages.2.label>悲伤</hediff_futa2female.stages.2.label>
<hediff_futa2female.stages.3.label>愤怒</hediff_futa2female.stages.3.label>
<hediff_futa2female.stages.4.label>抗拒</hediff_futa2female.stages.4.label>
<hediff_trap2futa.label>变性(人妖至扶她)</hediff_trap2futa.label>
<hediff_trap2futa.description>曾是人妖。</hediff_trap2futa.description>
<hediff_trap2futa.stages.0.label>忽略</hediff_trap2futa.stages.0.label>
<hediff_trap2futa.stages.1.label>接受</hediff_trap2futa.stages.1.label>
<hediff_trap2futa.stages.2.label>悲伤</hediff_trap2futa.stages.2.label>
<hediff_trap2futa.stages.3.label>愤怒</hediff_trap2futa.stages.3.label>
<hediff_trap2futa.stages.4.label>抗拒</hediff_trap2futa.stages.4.label>
<hediff_trap2male.label>变性(人妖至男)</hediff_trap2male.label>
<hediff_trap2male.description>曾是人妖。</hediff_trap2male.description>
<hediff_trap2male.stages.0.label>忽略</hediff_trap2male.stages.0.label>
<hediff_trap2male.stages.1.label>接受</hediff_trap2male.stages.1.label>
<hediff_trap2male.stages.2.label>悲伤</hediff_trap2male.stages.2.label>
<hediff_trap2male.stages.3.label>愤怒</hediff_trap2male.stages.3.label>
<hediff_trap2male.stages.4.label>rejection</hediff_trap2male.stages.4.label>
<hediff_trap2female.label>变性(人妖至女)</hediff_trap2female.label>
<hediff_trap2female.description>曾是人妖。</hediff_trap2female.description>
<hediff_trap2female.stages.0.label>忽略</hediff_trap2female.stages.0.label>
<hediff_trap2female.stages.1.label>接受</hediff_trap2female.stages.1.label>
<hediff_trap2female.stages.2.label>悲伤</hediff_trap2female.stages.2.label>
<hediff_trap2female.stages.3.label>愤怒</hediff_trap2female.stages.3.label>
<hediff_trap2female.stages.4.label>抗拒</hediff_trap2female.stages.4.label>
<!-- hidden hediffs to track original sex -->
<hediff_was_boy.label>曾是男孩</hediff_was_boy.label>
<hediff_was_boy.description>性转。</hediff_was_boy.description>
<hediff_was_girl.label>曾是女孩</hediff_was_girl.label>
<hediff_was_girl.description>性转。</hediff_was_girl.description>
<!-- whatever this may mean: -->
<hediff_was_futa.label>曾是扶她</hediff_was_futa.label>
<hediff_was_futa.description>性转。</hediff_was_futa.description>
<hediff_was_trap.label>曾是人妖</hediff_was_trap.label>
<hediff_was_trap.description>性转。</hediff_was_trap.description>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Hediffs_Transgender.xml
|
XML
|
mit
| 7,295 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Consumable item -->
<HumpShroomEffect.label>催情</HumpShroomEffect.label>
<HumpShroomEffect.description>驼峰菇催情效果。</HumpShroomEffect.description>
<!-- Ambrosia addiction -->
<HumpShroomTolerance.label>驼峰菇耐受</HumpShroomTolerance.label>
<HumpShroomTolerance.description>驼峰菇效果耐受。</HumpShroomTolerance.description>
<HumpShroomAddiction.label>驼峰菇成瘾</HumpShroomAddiction.label>
<HumpShroomAddiction.description>驼峰菇效果成瘾。</HumpShroomAddiction.description>
<HumpShroomAddiction.stages.1.label>未满足</HumpShroomAddiction.stages.1.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/HediffDef/Humpshroom.xml
|
XML
|
mit
| 692 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<NymphJoins.label>流莺加入</NymphJoins.label>
<NymphVisitor.label>流莺访客组</NymphVisitor.label>
<NymphVisitorGroupEasy.label>流莺袭击(简单)</NymphVisitorGroupEasy.label>
<NymphVisitorGroupHard.label>流莺袭击(困难)</NymphVisitorGroupHard.label>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/IncidentDef/Incidents_Nymph.xml
|
XML
|
mit
| 353 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Disease_Boobitis.label>乳房机械感染</Disease_Boobitis.label>
<Disease_Boobitis.letterLabel>疾病(乳房机械感染)</Disease_Boobitis.letterLabel>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/IncidentDef/Incidents_STD.xml
|
XML
|
mit
| 236 |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<TestInc.label>测试事件</TestInc.label>
<TestInc.letterText>什么事发生了</TestInc.letterText>
<TestInc.letterLabel>什么事发生了</TestInc.letterLabel>
<TestInc2.label>测试事件2</TestInc2.label>
<TestInc2.letterText>什么事发生了2</TestInc2.letterText>
<TestInc2.letterLabel>什么事发生了2</TestInc2.letterLabel>
</LanguageData>
|
TDarksword/rjw
|
Languages/ChineseSimplified/DefInjected/IncidentDef/Incidents_Testing.xml
|
XML
|
mit
| 420 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.