const desc = [
  "large",
  "small",
  "medium",
  "tiny",
  "nubby",
  "huge",
  "heavy",
  "bulky",
  "oversized",
  "forked",
  "webbed",
  "solid",
  "sharp",
  "dull",
  "long",
  "short",
  "imperfect",
  "broken",
  "shattered",
  "pristine",
  "shiny",
  "matte",
  "perfect",
  "beautiful",
  "metallic",
  "scaly",
  "scratched",
  "lightly damaged",
  "heavily damaged",
  "bumpy",
  "ridged",
  "cold",
  "warm",
  "rough",
  "plasticky",
  "sticky",
  "tough",
  "wide",
  "thin",
  "fragile",
  "cracked",
  "hole-filled",
  "boney",
  "glossy",
  "symmetrical",
  "asymmetrical",
  "bloody",
  "dangerous",
  "plant-covered",
  "fungi-covered",
  "decorated",
  "plain",
  "pale",
  "glowy",
  "light",
  "bold",
  "dark",
  "shadowy",
  "ghostly",
  "wispy",
  "firey",
];

const appr = [
  "large",
  "small",
  "medium",
  "tiny",
  "nubby",
  "huge",
  "heavy",
  "bulky",
  "solid",
  "dull",
  "long",
  "short",
  "imperfect",
  "pristine",
  "shiny",
  "matte",
  "perfect",
  "beautiful",
  "metallic",
  "scaly",
  "scratched",
  "lightly injured",
  "lightly scarred",
  "injured",
  "scarred",
  "heavily damaged",
  "heavily scarred",
  "bumpy",
  "cold",
  "warm",
  "rough",
  "plasticky",
  "sticky",
  "tough",
  "wide",
  "thin",
  "fragile",
  "boney",
  "glossy",
  "symmetrical",
  "asymmetrical",
  "weak",
  "strong",
  "buff",
  "dying",
  "lively",
  "undead",
  "colorful",
  "monochrome",
  "CWD-infected",
  "mangy",
  "scruffy",
  "pathetic",
  "admirable",
  "android",
  "cybernetic",
  "robotic",
  "ghostly",
  "false",
  "fake",
  "unreal",
  "dreamy",
  "sad",
  "curious",
  "skittish",
  "unbothered",
  "decaying",
  "anthropomorphic",
  "sleepy",
  "ill",
  "unwell",
  "infected",
  "BTB-infected",
  "EHD-infected",
  "parasite-infected",
  "screwworm-infested",
  "tick-infested",
  "maggot-infested",
  "brain abcess-suffering",
  "brucellosis-infected",
  "AHD-infected",
  "deer warts-infected",
  "drunken",
  "scrawny",
  "scrappy",
  "hungry",
  "well-fed",
  "cared-for",
  "domestic",
  "feral",
  "wild",
  "pneumonic",
  "cancer-ridden",
  "paralyzed",
  "clumsy",
  "thirsty",
  "hydrated",
  "rabid",
  "bitey",
  "tolerant",
  "irritable",
  "gluttonous",
  "ambiguous",
  "feminine",
  "masculine",
];

const randdesc = Math.floor(Math.random() * desc.length);
const randdescc = Math.floor(Math.random() * desc.length);
const randdesccc = Math.floor(Math.random() * desc.length);

const animal = [
  "Anhui musk deer",
  "axis deer",
  "Barasingha deer",
  "Bawean deer",
  "Bornean yellow muntjac",
  "brocket deer",
  "Calamian deer",
  "Chinese water deer",
  "Coues deer",
  "Eld's deer",
  "elk",
  "fallow deer",
  "Fea's muntjac",
  "Indian hog deer",
  "Indian muntjac",
  "Indian sambar deer",
  "Irish elk",
  "key deer",
  "marsh deer",
  "moose",
  "mule deer",
  "muntjac deer",
  "northern pudu",
  "Pampas deer",
  "Pere David deer",
  "Persian fallow deer",
  "Phillipene deer",
  "Phillipene spotted deer",
  "red deer",
  "Reeves muntjac",
  "reindeer",
  "roe deer",
  "rusa deer",
  "sika deer",
  "South Andean deer",
  "southern pudu",
  "Taruca deer",
  "tufted deer",
  "white-lipped deer",
  "white-tailed deer",
  "barren-ground caribou",
  "Alashan wapiti",
  "boreal woodland caribou",
  "California mule deer",
  "Cedros Island mule deer",
  "Columbian black-tailed deer",
  "eastern elk",
  "Alaskan moose",
  "eastern moose",
  "European fallow",
  "Finnish forest deer",
  "Manitoban elk",
  "Merriam's elk",
  "mountain reindeer",
  "northwestern moose",
  "peary caribou",
  "porcupine caribou",
  "pudu",
  "rocky mountain elk",
  "roosevelt elk",
  "Shiras moose",
  "sitka deer",
  "Svalbard reindeer",
  "tule elk",
  "dik-dik",
  "Kirk's dik-dik",
  "Günther's dik-dik",
  "silver dik-dik",
  "Salt's dik-dik",
];

const randanim = Math.floor(Math.random() * animal.length);

console.log(appr[randdesccc], animal[randanim], "with", desc[randdesc], ",", desc[randdescc], "antlers");

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: