pub const ANIMALS: [&str; 61] = [
"alpaca",
"alphabeaver",
"bison",
"boomalope",
"boomrat",
"capybara",
"caribou",
"cassowary",
"cat",
"chicken",
"chinchilla",
"chimpanzee",
"cobra",
"cougar",
"cow",
"deer",
"donkey",
"dromedary",
"duck",
"elephant",
"elk",
"emu",
"fox",
"gazelle",
"goat",
"goose",
"grizzly-bear",
"pig",
"hare",
"horse",
"husky",
"ibex",
"iguana",
"labrador",
"lynx",
"megascarab",
"megaspider",
"megasloth",
"monkey",
"muffalo",
"ostrich",
"panther",
"pig",
"panda",
"polar-bear",
"raccoon",
"rat",
"rhinoceros",
"sheep",
"sloth",
"snowhare",
"spelopede",
"squirrel",
"thrumbo",
"t-rex",
"wolf",
"tortoise",
"turkey",
"warg",
"wild-boar",
"yak",
];