rjw-genes/Common/Defs/GeneDefs/GeneCategories.xml

71 lines
2 KiB
XML
Raw Normal View History

2022-11-13 17:37:40 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Note: It is very important that rjw_genes_gender has a higher priority than the other genes
That way they run in the correct order.
If the Gender Change happens after e.g. genitalia change, it will produce errors.
General Order:
1. Gender
2. Genitalia Types
3. Extra Genitalia
4. Genitalia Sizes
5. Others
-->
<GeneCategoryDef>
<defName>rjw_genes_gender</defName>
2024-06-01 11:44:53 +00:00
<label>gender</label>
<displayPriorityInXenotype>21</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_genitalia_type</defName>
2024-06-01 11:44:53 +00:00
<label>cosmetic - genitalia type</label>
<displayPriorityInXenotype>19</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_genitalia_extras</defName>
2024-06-01 11:44:53 +00:00
<label>genitalia count</label>
<displayPriorityInXenotype>17</displayPriorityInXenotype>
</GeneCategoryDef>
2022-11-13 17:37:40 +00:00
<GeneCategoryDef>
<defName>rjw_genes_genitalia_size</defName>
2024-06-01 11:44:53 +00:00
<label>genitalia size / attributes</label>
<displayPriorityInXenotype>15</displayPriorityInXenotype>
2022-11-13 17:37:40 +00:00
</GeneCategoryDef>
2024-05-26 21:41:32 +00:00
<GeneCategoryDef>
<defName>rjw_genes_fertilin</defName>
2024-06-01 11:44:53 +00:00
<label>fertilin</label>
2024-05-26 21:41:32 +00:00
<displayPriorityInXenotype>14</displayPriorityInXenotype>
</GeneCategoryDef>
2022-11-20 19:53:05 +00:00
<GeneCategoryDef>
<defName>rjw_genes_breeding</defName>
2024-06-01 11:44:53 +00:00
<label>breeding</label>
<displayPriorityInXenotype>13</displayPriorityInXenotype>
2022-11-20 19:53:05 +00:00
</GeneCategoryDef>
<GeneCategoryDef>
<defName>rjw_genes_cum</defName>
2024-06-01 11:44:53 +00:00
<label>cum</label>
<displayPriorityInXenotype>12</displayPriorityInXenotype>
</GeneCategoryDef>
<GeneCategoryDef>
2022-12-19 10:25:27 +00:00
<defName>rjw_genes_damage</defName>
2024-06-01 11:44:53 +00:00
<label>genital-related damage</label>
<displayPriorityInXenotype>11</displayPriorityInXenotype>
</GeneCategoryDef>
2022-12-19 10:25:27 +00:00
<GeneCategoryDef>
<defName>rjw_genes_special</defName>
2024-06-01 11:44:53 +00:00
<label>genital-based special abilities</label>
2022-12-19 10:25:27 +00:00
<displayPriorityInXenotype>8</displayPriorityInXenotype>
</GeneCategoryDef>
2022-11-13 17:37:40 +00:00
</Defs>