mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
29 lines
No EOL
1.1 KiB
XML
29 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<GeneDef>
|
|
<defName>rjw_genes_unbreakable</defName>
|
|
<label>unbreakable</label>
|
|
<displayCategory>rjw_genes_damage</displayCategory>
|
|
<description>This Gene makes the Carrier unable to get mood or social penalties from being raped
|
|
and they cannot be broken for a long period of time.</description>
|
|
<iconPath>UI/Icons/Rituals/TrialDefend</iconPath>
|
|
<displayOrderInCategory>2</displayOrderInCategory>
|
|
<biostatMet>-1</biostatMet>
|
|
<biostatCpx>1</biostatCpx>
|
|
<!-- Note: This Gene is mostly handled by patching XMLs -->
|
|
<geneClass>RJW_Genes.Gene_Unbreakable</geneClass>
|
|
<hediffGiversCannotGive>
|
|
<li>FeelingBroken</li>
|
|
</hediffGiversCannotGive>
|
|
|
|
<modExtensions>
|
|
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
|
|
Class="VanillaGenesExpanded.GeneExtension">
|
|
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
|
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
|
</li>
|
|
</modExtensions>
|
|
</GeneDef>
|
|
|
|
</Defs> |