mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Add an explanation for RaceGroupDefs.
This commit is contained in:
parent
d5c51e32c8
commit
c12a6905b9
2 changed files with 24 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Those RaceGroupDefs add rudementary support for adding genes to specific race families. If you want to add more specific genes to a RaceName, add an entrie to /RaceGeneDefs/RaceNameSpecific/(Mod).xml
|
||||
|
||||
The RaceGroupDefs can be found in the "Race Support" mod and in "RJW" itself.
|
||||
|
||||
Code of conduct: The genes added here should fit every race inside of the RaceGroup. -->
|
||||
|
||||
<Defs>
|
||||
<RJW_BGS.RaceGeneDef Name = "Canine">
|
||||
<defName>Canine</defName>
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<RJW_BGS.RaceGeneDef ParentName = "Canine">
|
||||
<defName>AnimusVox</defName>
|
||||
<raceNames>
|
||||
<li>AA_AnimusVox</li>
|
||||
</raceNames>
|
||||
<genes>
|
||||
<li>
|
||||
<defName>StrongStomach</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
</genes>
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
</Defs>
|
Loading…
Reference in a new issue