monster-mash
Version:
A generator of more memorable and pretty unique IDs (especially in the sense of "that's an ID you don't see every day!").
77 lines (75 loc) • 958 B
JavaScript
const monsters = [
'Alicorn',
'Banshee',
'Basilisk',
'Bigfoot',
'Black Dog',
'Black Eyed Being',
'Bogeyman',
'Bogle',
'Bray Road Beast',
'Brownie',
'Centaur',
'Cerberus',
'Charybdis',
'Chimera',
'Cockatrice',
'Cyclops',
'Cynocephalus',
'Demon',
'Doppelganger',
'Dragon',
'Dwarf',
'Echidna',
'Elf',
'Fairy',
'Ghost',
'Gnome',
'Goblin',
'Golem',
'Gorgon',
'Griffin',
'Grim Reaper',
'Hobgoblin',
'Hydra',
'Imp',
'Ladon',
'Leprechaun',
'Loch Ness Monster',
'Manticore',
'Medusa',
'Mermaid',
'Minotaur',
'Mothman',
'Mutant',
'Nemean Lion',
'New Jersey Devil',
'Nymph',
'Ogre',
'Orthros',
'Pegasus',
'Phoenix',
'Pixie',
'Sasquatch',
'Satyr',
'Scylla',
'Sea Monster',
'Sea-Goat',
'Shade',
'Shapeshifter',
'Siren',
'Sphinx',
'Sprite',
'Sylph',
'Thunderbird',
'Typhon',
'Unicorn',
'Valkyrie',
'Vampire',
'Wendigo',
"Will-o'-the-wisp",
'Werewolf',
'Wraith',
'Zombie'
];
export default monsters;