mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
11.2.5
This commit is contained in:
parent
61a4db42a0
commit
c7106e9ce8
4 changed files with 51 additions and 11 deletions
|
@ -127,7 +127,6 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"Alien_Shearl",
|
||||
"Alien_Twi'lek",
|
||||
"Alien_Zabrak",
|
||||
"FP_OgreRace",
|
||||
"WMH_Cyclops",
|
||||
"Yokai_YukiShizuku",
|
||||
"DwarfRace",
|
||||
|
@ -489,7 +488,6 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
RaceGroup::standard(
|
||||
vec![
|
||||
"ATK_Lagomorph",
|
||||
"Alien_Momu",
|
||||
"Alien_Skaven",
|
||||
"Alien_SkavenStorm",
|
||||
"Alien_SkavenMoulder",
|
||||
|
@ -1010,7 +1008,7 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"Horse",
|
||||
"Fur", "1", None,
|
||||
"MammalBreasts",
|
||||
"Mammal",
|
||||
"Horse",
|
||||
("Horse", "Horse"),
|
||||
),
|
||||
// I know hippos are more closely related to other artiodactyls than to pinnipeds, but their genitalia are strikingly similar due to convergent evolution
|
||||
|
@ -1053,6 +1051,20 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"Cloacal",
|
||||
("Cloacal", "Hemi"),
|
||||
),
|
||||
// TODO: Should be single gender
|
||||
RaceGroup::standard_animal(
|
||||
vec![
|
||||
"OG_Squig",
|
||||
"OG_Squig_Eatin",
|
||||
"OG_Squig_Oily",
|
||||
"OG_Snotling",
|
||||
],
|
||||
"Orc",
|
||||
"Skin", "1", None,
|
||||
"MammalBreasts",
|
||||
"Orc",
|
||||
("Orc", "Orc"),
|
||||
),
|
||||
RaceGroup::standard_animal(
|
||||
vec![
|
||||
"Pig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue