mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Update race support for mods to 1.4
This commit is contained in:
parent
66bd6eba47
commit
c6e966acc2
12 changed files with 383 additions and 374 deletions
|
@ -836,8 +836,8 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
),
|
||||
RaceGroup::standard_animal(
|
||||
vec![
|
||||
"AA_Behemoth",
|
||||
"AA_DecayDrake",
|
||||
"FO_RBehemoth",
|
||||
"GR_Thrumbear",
|
||||
"GR_Thrumbalope",
|
||||
"GR_Thrumbochicken",
|
||||
|
@ -901,6 +901,7 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
RaceGroup::standard_animal(
|
||||
vec![
|
||||
"Rhinoceros",
|
||||
"AA_Thunderox",
|
||||
"ACPHorse",
|
||||
"ACPWoolyHorse",
|
||||
"ACPLlama",
|
||||
|
@ -909,7 +910,6 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"AEXP_BlackRhino",
|
||||
"AEXP_Zebra",
|
||||
"AEXP_Quagga",
|
||||
"FO_Thunderox",
|
||||
"GR_Bearhorse",
|
||||
"GR_Boomhorse",
|
||||
"GR_Chickenhorse",
|
||||
|
@ -939,6 +939,7 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
RaceGroup::standard_animal(
|
||||
vec![
|
||||
"AA_ArcticLion",
|
||||
"AA_DuskProwler",
|
||||
"AA_SandLion",
|
||||
"AA_PhoenixOwlcat",
|
||||
"AA_SandProwler",
|
||||
|
@ -963,7 +964,6 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"AEXP_Lion",
|
||||
"AEXP_Cheetah",
|
||||
"AEXP_Thylacine",
|
||||
"FO_DuskProwler",
|
||||
"GR_Catbear",
|
||||
"GR_Catalope",
|
||||
"GR_Catchicken",
|
||||
|
@ -1046,9 +1046,9 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"WildBoar",
|
||||
"AA_Thunderbeast",
|
||||
"AA_Darkbeast",
|
||||
"AA_DarkVandal",
|
||||
"ACPTapir",
|
||||
"ACPPeccary",
|
||||
"FO_DarkVandal",
|
||||
"MM_ErymanthianBoar",
|
||||
"Daeodon",
|
||||
],
|
||||
|
@ -1141,12 +1141,13 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"AA_FissionMouse",
|
||||
"AA_FissionMouseSecond",
|
||||
"AA_FissionMouseThird",
|
||||
"AA_FrostboundBehemoth",
|
||||
"AA_Frostling",
|
||||
"AA_Frostmite",
|
||||
"AA_Groundrunner",
|
||||
"AA_Murkling",
|
||||
"AA_Nightling",
|
||||
"AA_Razorjack",
|
||||
"AA_FrostboundBehemoth",
|
||||
"ACPAngoraRabbit",
|
||||
"ACPChipmunk",
|
||||
"ACPDomesticRabbit",
|
||||
|
@ -1159,7 +1160,6 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"AEXP_Hedgehog",
|
||||
"AEXP_Beaver",
|
||||
"AEXP_Porcupine",
|
||||
"FO_RMurkling",
|
||||
"GR_Beaverwolf",
|
||||
"GR_Mansquirrel",
|
||||
"GR_Molebear",
|
||||
|
@ -1252,6 +1252,7 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"AA_NightMule",
|
||||
"AA_NightRam",
|
||||
"AA_Radyak",
|
||||
"AA_ShadowCharger",
|
||||
"AA_ShockGoat",
|
||||
"AA_SpinedGow",
|
||||
"AA_GreyCoatedMouflon",
|
||||
|
@ -1281,7 +1282,6 @@ pub fn racegroup_data_animals() -> Vec<RaceGroup> {
|
|||
"GR_ParagonBoomalope",
|
||||
"GR_ParagonMuffalo",
|
||||
"RG-EAP-Protoceratidae",
|
||||
"FO_ShadowCharger",
|
||||
"MM_WildMinotaur",
|
||||
"MM_Catoblepas",
|
||||
"MM_CeryneianHind",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue