mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Cumflation Immunity, Rapist Trait
This commit is contained in:
parent
dc701be2de
commit
f17da08394
4 changed files with 19 additions and 6 deletions
2
Common/Assemblies/.gitignore
vendored
Normal file
2
Common/Assemblies/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*dll
|
||||||
|
!RJW-Genes.dll
|
Binary file not shown.
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue