Remove trait stuff

This commit is contained in:
AsmodeusRex 2022-10-30 09:25:37 -07:00
parent 8eea7dc87e
commit d6cac887c6
4 changed files with 0 additions and 154 deletions

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<TraitDef>
<defName>SexDriveTraits_Spectrum</defName>
<commonality>0.1</commonality>
<degreeDatas>
<li>
<degree>-3</degree>
<label>sexually inhibited</label>
<description>{PAWN_nameDef} sees {PAWN_possessive} body as a temple, {PAWN_pronoun} is able to hold off {PAWN_possessive} need for sex.</description>
<statOffsets>
<Vulnerability>-0.5</Vulnerability>
<SexFrequency>-0.8</SexFrequency>
</statOffsets>
</li>
<li>
<degree>-2</degree>
<label>sexually cooled</label>
<description>{PAWN_nameDef}'s sex drive is much less stimulated than others. {PAWN_pronoun} wants sex much less often.</description>
<statOffsets>
<Vulnerability>-0.3</Vulnerability>
<SexFrequency>-0.4</SexFrequency>
</statOffsets>
</li>
<li>
<degree>-1</degree>
<label>sexually collected</label>
<description>{PAWN_nameDef}'s sex drive is a little less stimulated than others. {PAWN_pronoun} wants sex less often.</description>
<statOffsets>
<Vulnerability>-0.1</Vulnerability>
<SexFrequency>-0.2</SexFrequency>
</statOffsets>
</li>
<li>
<degree>1</degree>
<label>sexually bothered</label>
<description>{PAWN_nameDef}'s sex drive is a little more stimulated than others. {PAWN_pronoun} wants sex more often.</description>
<statOffsets>
<Vulnerability>0.1</Vulnerability>
<SexFrequency>2</SexFrequency>
</statOffsets>
</li>
<li>
<degree>2</degree>
<label>sexually heated</label>
<description>{PAWN_nameDef}'s sex drive is much more stimulated than others. {PAWN_pronoun} wants sex much more often.</description>
<statOffsets>
<Vulnerability>0.3</Vulnerability>
<SexFrequency>4</SexFrequency>
</statOffsets>
</li>
<li>
<degree>3</degree>
<label>sexually insatiable</label>
<description>No matter how often {PAWN_nameDef} has sex, {PAWN_pronoun} is never satisfied. {PAWN_possessive} lust knows no bounds.</description>
<statOffsets>
<Vulnerability>0.5</Vulnerability>
<SexFrequency>8</SexFrequency>
</statOffsets>
</li>
</degreeDatas>
</TraitDef>
</Defs>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RimJobWorld - Licentia Labs</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="LikesCumflation"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>10</li>
</traitValues>
</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="Rapist"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>-30</li>
</traitValues>
</li>
</value>
</li>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="Nymphomaniac"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>-20</li>
</traitValues>
</li>
</value>
</li>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="Necrophiliac"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>0</li>
</traitValues>
</li>
</value>
</li>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="Zoophile"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>20</li>
</traitValues>
</li>
</value>
</li>
</operations>
</Operation>
</Patch>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAddModExtension">
<xpath>*/TraitDef[defName="SexDriveTraits_Spectrum"]</xpath>
<value>
<li Class="SyrTraitValue.TraitValueExtension">
<traitValues>
<li>-3, 30</li>
<li>-2, 10</li>
<li>-1, 5</li>
<li>1, -10</li>
<li>2, -30</li>
<li>3, -30</li>
</traitValues>
</li>
</value>
</li>
</operations>
</Operation>
</Patch>