mirror of
https://github.com/Shabakur/RJW_Animal_Gene_Inheritance.git
synced 2024-08-14 22:46:41 +00:00
Made each gene to have a chance to be inherited
This commit is contained in:
parent
3c5cf22169
commit
ddd55d1400
14 changed files with 69 additions and 36 deletions
|
@ -6,7 +6,7 @@
|
|||
defName can be anything you want, as long as it is unique
|
||||
|
||||
<raceGroup>Canine_Group</raceGroup>
|
||||
RJW.Racegroupdef, all animals in the raceGroup will be part of this group
|
||||
RJW.Racegroupdef, all animals in the raceGroup will be part of this group, RJW race support uses this so those can be used to quickly add a group
|
||||
|
||||
<raceNames>
|
||||
<li> </li>
|
||||
|
@ -27,9 +27,9 @@
|
|||
</genes>
|
||||
The genes which may be inherited.
|
||||
|
||||
<geneweights>
|
||||
<li>90</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.9</li>
|
||||
</genechances>
|
||||
WIP, the chance of each gene to be inherited. Is in same order as genes, so for the second gene the chance to inherit is based on the second line in geweights.
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<genes>
|
||||
<li>Ears_Floppy</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>90</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.9</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -17,9 +17,9 @@
|
|||
<genes>
|
||||
<li>Beauty_Ugly</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>50</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.5</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -30,11 +30,11 @@
|
|||
<li>Sleepy</li>
|
||||
<li>DarkVision</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>90</li>
|
||||
<li>25</li>
|
||||
<li>25</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.9</li>
|
||||
<li>0.25</li>
|
||||
<li>0.25</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
<!--
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -43,9 +43,9 @@
|
|||
<genes>
|
||||
<li>Ears_Floppy</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<genechances>
|
||||
<li>10</li>
|
||||
</geneweights>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
-->
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -55,10 +55,10 @@
|
|||
<li>Unstoppable</li>
|
||||
<li>Headbone_CenterHorn</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>25</li>
|
||||
<li>90</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.25</li>
|
||||
<li>0.9</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -67,9 +67,9 @@
|
|||
<genes>
|
||||
<li>Fertile</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>10</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.25</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -78,9 +78,9 @@
|
|||
<genes>
|
||||
<li>StrongStomach</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<li>50</li>
|
||||
</geneweights>
|
||||
<genechances>
|
||||
<li>0.5</li>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
<!--
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
|
@ -89,9 +89,9 @@
|
|||
<genes>
|
||||
<li>Ears_Floppy</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<genechances>
|
||||
<li>10</li>
|
||||
</geneweights>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
-->
|
||||
<!--
|
||||
|
@ -101,9 +101,9 @@
|
|||
<genes>
|
||||
<li>Ears_Floppy</li>
|
||||
</genes>
|
||||
<geneweights>
|
||||
<genechances>
|
||||
<li>10</li>
|
||||
</geneweights>
|
||||
</genechances>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
-->
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue