RJW_More_/RJW-Genes-Addons/Common/Defs/GeneDefs/GeneDefs_RJW.xml

30 lines
1.2 KiB
XML
Raw Normal View History

2022-11-18 08:27:01 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Mechbreeder -->
<GeneDef>
<defName>rjw_genes_mechbreeder</defName>
<label>Mechbreeder</label>
<description>Pawns with this gene are able to birth mechanoids unharmed.</description>
<iconPath>World/WorldObjects/Expanding/Mechanoids</iconPath>
<displayOrderInCategory>51</displayOrderInCategory>
<displayCategory>Reproduction</displayCategory>
</GeneDef>
<GeneDef>
<defName>rjw_genes_insectincubator</defName>
<label>InsectIncubator</label>
<description>Pawns with this gene are able to hold more insect eggs.</description>
<iconPath>World/WorldObjects/Expanding/Mechanoids</iconPath>
<displayOrderInCategory>52</displayOrderInCategory>
<displayCategory>Reproduction</displayCategory>
</GeneDef>
2022-11-18 13:23:12 +00:00
<GeneDef>
<defName>rjw_genes_insectbreeder</defName>
<label>InsectBreeder</label>
<description>Pawns with this gene are able to fertilize eggs with any fertile penis.</description>
<iconPath>World/WorldObjects/Expanding/Mechanoids</iconPath>
<displayOrderInCategory>53</displayOrderInCategory>
<displayCategory>Reproduction</displayCategory>
</GeneDef>
2022-11-18 08:27:01 +00:00
</Defs>