Added Cumflation Immunity, Rapist Trait

This commit is contained in:
Vegapnk 2022-11-26 20:09:57 +01:00
parent dc701be2de
commit f17da08394
4 changed files with 19 additions and 6 deletions

2
Common/Assemblies/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*dll
!RJW-Genes.dll

Binary file not shown.

View File

@ -58,8 +58,6 @@
</exclusionTags> </exclusionTags>
</GeneDef> </GeneDef>
<!-- Does not Work like this (yet)-->
<!--
<GeneDef MayRequire="LustLicentia.RJWLabs"> <GeneDef MayRequire="LustLicentia.RJWLabs">
<defName>rjw_genes_cumflation_immunity</defName> <defName>rjw_genes_cumflation_immunity</defName>
<label>Cumflation Immunity</label> <label>Cumflation Immunity</label>
@ -67,13 +65,13 @@
<description>This Xenotype cannot get cumflated.</description> <description>This Xenotype cannot get cumflated.</description>
<iconPath>Genes/Icons/Placeholder</iconPath> <iconPath>Genes/Icons/Placeholder</iconPath>
<displayOrderInCategory>537</displayOrderInCategory> <displayOrderInCategory>537</displayOrderInCategory>
<hediffGiversCannotGive> <!--
<li>Cumflation</li> Note: This Gene has an accompanying patch for LicentiaLabs in ../Patches
</hediffGiversCannotGive> -->
<exclusionTags> <exclusionTags>
<li>NotCumflatable</li> <li>NotCumflatable</li>
</exclusionTags> </exclusionTags>
</GeneDef> </GeneDef>
-->
</Defs> </Defs>

View File

@ -15,4 +15,17 @@
</forcedTraits> </forcedTraits>
</GeneDef> </GeneDef>
<GeneDef>
<defName>rjw_genes_rapist</defName>
<label>Rapist</label>
<displayCategory>Reproduction</displayCategory>
<description>Xenotypes with this Gene are Rapists.</description>
<iconPath>Genes/Icons/Placeholder</iconPath>
<displayOrderInCategory>2</displayOrderInCategory>
<forcedTraits>
<li>
<def>Rapist</def>
</li>
</forcedTraits>
</GeneDef>
</Defs> </Defs>