mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Draft for birth-inheritance of hive genes
This commit is contained in:
parent
085f572780
commit
a15895947a
11 changed files with 411 additions and 3 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
<exclusionTags>
|
||||
<li>rjw_genes_hive_caste</li>
|
||||
<li>rjw_genes_swearing_loyalty</li>
|
||||
</exclusionTags>
|
||||
|
||||
<biostatCpx>7</biostatCpx>
|
||||
|
@ -121,6 +122,10 @@
|
|||
<displayOrderInCategory>10</displayOrderInCategory>
|
||||
<displayCategory>rjw_genes_hive</displayCategory>
|
||||
|
||||
<exclusionTags>
|
||||
<li>rjw_genes_swearing_loyalty</li>
|
||||
</exclusionTags>
|
||||
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
</GeneDef>
|
||||
|
|
32
Common/Defs/GeneDefs/Xenotype_Hive.xml
Normal file
32
Common/Defs/GeneDefs/Xenotype_Hive.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<XenotypeDef>
|
||||
<defName>rjw_genes_test_queen_xenotype</defName>
|
||||
<label>Test Queen</label>
|
||||
<iconPath>UI/Icons/Xenotypes/Sanguophage</iconPath>
|
||||
<soundDefOnImplant>PawnBecameSanguophage</soundDefOnImplant>
|
||||
|
||||
<genes>
|
||||
<li>rjw_genes_queen</li>
|
||||
<li>rjw_genes_hypersexual</li>
|
||||
<li>rjw_genes_female_only</li>
|
||||
<li>Fertile</li>
|
||||
<li>Skin_PaleYellow</li>
|
||||
</genes>
|
||||
</XenotypeDef>
|
||||
|
||||
<XenotypeDef>
|
||||
<defName>rjw_genes_test_drone_xenotype</defName>
|
||||
<label>Test Drone</label>
|
||||
<iconPath>UI/Icons/Xenotypes/Sanguophage</iconPath>
|
||||
<genes>
|
||||
<li>rjw_genes_drone</li>
|
||||
<li>rjw_genes_male_only</li>
|
||||
<li>rjw_genes_zealous_loyalty</li>
|
||||
<li>Fertile</li>
|
||||
<li>Skin_DeepRed</li>
|
||||
</genes>
|
||||
</XenotypeDef>
|
||||
|
||||
</Defs>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<RJW_Genes.QueenWorkerMappingDef>
|
||||
<!-- Important: this default defName cannot be renamed! It is a protected keyword.-->
|
||||
<!-- Changing the queenXenotype-Name will also throw an error.-->
|
||||
<!-- But you can change the workerGenes list.-->
|
||||
<defName>rjw_genes_default_worker_genes</defName>
|
||||
<queenXenotype>default</queenXenotype>
|
||||
<workerGenes>
|
||||
<li>rjw_genes_worker</li>
|
||||
<li>Sterile</li>
|
||||
<li>rjw_genes_zealous_loyalty</li>
|
||||
<li>Skin_Green</li>
|
||||
</workerGenes>
|
||||
</RJW_Genes.QueenWorkerMappingDef>
|
||||
|
||||
<RJW_Genes.QueenWorkerMappingDef>
|
||||
<defName>rjw_genes_test_queen_worker_mapping</defName>
|
||||
<queenXenotype>rjw_genes_test_queen_xenotype</queenXenotype>
|
||||
<workerGenes>
|
||||
<li>rjw_genes_worker</li>
|
||||
<li>rjw_genes_zealous_loyalty</li>
|
||||
<li>Skin_InkBlack</li>
|
||||
</workerGenes>
|
||||
</RJW_Genes.QueenWorkerMappingDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue