mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
1339 lines
20 KiB
JavaScript
1339 lines
20 KiB
JavaScript
const usernameGenerator = {
|
|
generate () {
|
|
const randAdjIndex = Math.floor(Math.random() * adjectives.length);
|
|
const randAnimalIndex = Math.floor(Math.random() * animals.length);
|
|
const randNumber = Math.floor(Math.random() * 100);
|
|
return adjectives[randAdjIndex].charAt(0).toUpperCase() + adjectives[randAdjIndex].slice(1)
|
|
+ animals[randAnimalIndex].replace(/ /g, '')
|
|
+ randNumber;
|
|
}
|
|
};
|
|
|
|
const adjectives = [
|
|
'aback',
|
|
'abaft',
|
|
'abandoned',
|
|
'abashed',
|
|
'aberrant',
|
|
'abhorrent',
|
|
'abiding',
|
|
'abject',
|
|
'ablaze',
|
|
'able',
|
|
'abnormal',
|
|
'aboriginal',
|
|
'abortive',
|
|
'abounding',
|
|
'abrasive',
|
|
'abrupt',
|
|
'absent',
|
|
'absorbed',
|
|
'absorbing',
|
|
'abstracted',
|
|
'absurd',
|
|
'abundant',
|
|
'abusive',
|
|
'acceptable',
|
|
'accessible',
|
|
'accidental',
|
|
'accurate',
|
|
'acid',
|
|
'acidic',
|
|
'acoustic',
|
|
'acrid',
|
|
'adamant',
|
|
'adaptable',
|
|
'addicted',
|
|
'adhesive',
|
|
'adjoining',
|
|
'adorable',
|
|
'adventurous',
|
|
'afraid',
|
|
'aggressive',
|
|
'agonizing',
|
|
'agreeable',
|
|
'ahead',
|
|
'ajar',
|
|
'alert',
|
|
'alike',
|
|
'alive',
|
|
'alleged',
|
|
'alluring',
|
|
'aloof',
|
|
'amazing',
|
|
'ambiguous',
|
|
'ambitious',
|
|
'amuck',
|
|
'amused',
|
|
'amusing',
|
|
'ancient',
|
|
'angry',
|
|
'animated',
|
|
'annoyed',
|
|
'annoying',
|
|
'anxious',
|
|
'apathetic',
|
|
'aquatic',
|
|
'aromatic',
|
|
'arrogant',
|
|
'ashamed',
|
|
'aspiring',
|
|
'assorted',
|
|
'astonishing',
|
|
'attractive',
|
|
'auspicious',
|
|
'automatic',
|
|
'available',
|
|
'average',
|
|
'aware',
|
|
'awesome',
|
|
'axiomatic',
|
|
'bad',
|
|
'barbarous',
|
|
'bashful',
|
|
'bawdy',
|
|
'beautiful',
|
|
'befitting',
|
|
'belligerent',
|
|
'beneficial',
|
|
'bent',
|
|
'berserk',
|
|
'bewildered',
|
|
'big',
|
|
'billowy',
|
|
'bite-sized',
|
|
'bitter',
|
|
'bizarre',
|
|
'black',
|
|
'black-and-white',
|
|
'bloody',
|
|
'blue',
|
|
'blue-eyed',
|
|
'blushing',
|
|
'boiling',
|
|
'boorish',
|
|
'bored',
|
|
'boring',
|
|
'bouncy',
|
|
'boundless',
|
|
'brainy',
|
|
'brash',
|
|
'brave',
|
|
'brawny',
|
|
'breakable',
|
|
'breezy',
|
|
'brief',
|
|
'bright',
|
|
'broad',
|
|
'broken',
|
|
'brown',
|
|
'bumpy',
|
|
'burly',
|
|
'bustling',
|
|
'busy',
|
|
'cagey',
|
|
'calculating',
|
|
'callous',
|
|
'calm',
|
|
'capable',
|
|
'capricious',
|
|
'careful',
|
|
'careless',
|
|
'caring',
|
|
'cautious',
|
|
'ceaseless',
|
|
'certain',
|
|
'changeable',
|
|
'charming',
|
|
'cheap',
|
|
'cheerful',
|
|
'chemical',
|
|
'chief',
|
|
'childlike',
|
|
'chilly',
|
|
'chivalrous',
|
|
'chubby',
|
|
'chunky',
|
|
'clammy',
|
|
'classy',
|
|
'clean',
|
|
'clear',
|
|
'clever',
|
|
'cloistered',
|
|
'cloudy',
|
|
'closed',
|
|
'clumsy',
|
|
'cluttered',
|
|
'coherent',
|
|
'cold',
|
|
'colorful',
|
|
'colossal',
|
|
'combative',
|
|
'comfortable',
|
|
'common',
|
|
'complete',
|
|
'complex',
|
|
'concerned',
|
|
'condemned',
|
|
'confused',
|
|
'conscious',
|
|
'cooing',
|
|
'cool',
|
|
'cooperative',
|
|
'coordinated',
|
|
'courageous',
|
|
'cowardly',
|
|
'crabby',
|
|
'craven',
|
|
'crazy',
|
|
'creepy',
|
|
'crooked',
|
|
'crowded',
|
|
'cruel',
|
|
'cuddly',
|
|
'cultured',
|
|
'cumbersome',
|
|
'curious',
|
|
'curly',
|
|
'curved',
|
|
'curvy',
|
|
'cut',
|
|
'cute',
|
|
'cynical',
|
|
'daffy',
|
|
'daily',
|
|
'damaged',
|
|
'damaging',
|
|
'damp',
|
|
'dangerous',
|
|
'dapper',
|
|
'dark',
|
|
'dashing',
|
|
'dazzling',
|
|
'dead',
|
|
'deadpan',
|
|
'deafening',
|
|
'dear',
|
|
'debonair',
|
|
'decisive',
|
|
'decorous',
|
|
'deep',
|
|
'deeply',
|
|
'defeated',
|
|
'defective',
|
|
'defiant',
|
|
'delicate',
|
|
'delicious',
|
|
'delightful',
|
|
'demonic',
|
|
'delirious',
|
|
'dependent',
|
|
'depressed',
|
|
'deranged',
|
|
'descriptive',
|
|
'deserted',
|
|
'detailed',
|
|
'determined',
|
|
'devilish',
|
|
'didactic',
|
|
'different',
|
|
'difficult',
|
|
'diligent',
|
|
'direful',
|
|
'dirty',
|
|
'disagreeable',
|
|
'disastrous',
|
|
'discreet',
|
|
'disgusted',
|
|
'disgusting',
|
|
'disillusioned',
|
|
'dispensable',
|
|
'distinct',
|
|
'disturbed',
|
|
'divergent',
|
|
'dizzy',
|
|
'domineering',
|
|
'doubtful',
|
|
'drab',
|
|
'draconian',
|
|
'dramatic',
|
|
'dreary',
|
|
'drunk',
|
|
'dry',
|
|
'dull',
|
|
'dusty',
|
|
'dynamic',
|
|
'dysfunctional',
|
|
'eager',
|
|
'early',
|
|
'earsplitting',
|
|
'earthy',
|
|
'easy',
|
|
'eatable',
|
|
'economic',
|
|
'educated',
|
|
'efficacious',
|
|
'efficient',
|
|
'elastic',
|
|
'elated',
|
|
'elderly',
|
|
'electric',
|
|
'elegant',
|
|
'elfin',
|
|
'elite',
|
|
'embarrassed',
|
|
'eminent',
|
|
'empty',
|
|
'enchanted',
|
|
'enchanting',
|
|
'encouraging',
|
|
'endurable',
|
|
'energetic',
|
|
'enormous',
|
|
'entertaining',
|
|
'enthusiastic',
|
|
'envious',
|
|
'equable',
|
|
'equal',
|
|
'erratic',
|
|
'ethereal',
|
|
'evanescent',
|
|
'evasive',
|
|
'even',
|
|
'excellent',
|
|
'excited',
|
|
'exciting',
|
|
'exclusive',
|
|
'exotic',
|
|
'expensive',
|
|
'extra-large',
|
|
'extra-small',
|
|
'exuberant',
|
|
'exultant',
|
|
'fabulous',
|
|
'faded',
|
|
'faint',
|
|
'fair',
|
|
'faithful',
|
|
'fallacious',
|
|
'false',
|
|
'familiar',
|
|
'famous',
|
|
'fanatical',
|
|
'fancy',
|
|
'fantastic',
|
|
'far',
|
|
'far-flung',
|
|
'fascinated',
|
|
'fast',
|
|
'fat',
|
|
'faulty',
|
|
'fearful',
|
|
'fearless',
|
|
'feeble',
|
|
'feigned',
|
|
'female',
|
|
'fertile',
|
|
'festive',
|
|
'few',
|
|
'fierce',
|
|
'filthy',
|
|
'fine',
|
|
'finicky',
|
|
'first',
|
|
'fixed',
|
|
'flagrant',
|
|
'flaky',
|
|
'flashy',
|
|
'flat',
|
|
'flawless',
|
|
'flimsy',
|
|
'flippant',
|
|
'flowery',
|
|
'fluffy',
|
|
'fluttering',
|
|
'foamy',
|
|
'foolish',
|
|
'foregoing',
|
|
'forgetful',
|
|
'fortunate',
|
|
'frail',
|
|
'fragile',
|
|
'frantic',
|
|
'free',
|
|
'freezing',
|
|
'frequent',
|
|
'fresh',
|
|
'fretful',
|
|
'friendly',
|
|
'frightened',
|
|
'frightening',
|
|
'full',
|
|
'fumbling',
|
|
'functional',
|
|
'funny',
|
|
'furry',
|
|
'furtive',
|
|
'future',
|
|
'futuristic',
|
|
'fuzzy',
|
|
'gabby',
|
|
'gainful',
|
|
'gamy',
|
|
'gaping',
|
|
'garrulous',
|
|
'gaudy',
|
|
'general',
|
|
'gentle',
|
|
'giant',
|
|
'giddy',
|
|
'gifted',
|
|
'gigantic',
|
|
'glamorous',
|
|
'gleaming',
|
|
'glib',
|
|
'glistening',
|
|
'glorious',
|
|
'glossy',
|
|
'godly',
|
|
'good',
|
|
'goofy',
|
|
'gorgeous',
|
|
'graceful',
|
|
'grandiose',
|
|
'grateful',
|
|
'gratis',
|
|
'gray',
|
|
'greasy',
|
|
'great',
|
|
'greedy',
|
|
'green',
|
|
'grey',
|
|
'grieving',
|
|
'groovy',
|
|
'grotesque',
|
|
'grouchy',
|
|
'grubby',
|
|
'gruesome',
|
|
'grumpy',
|
|
'guarded',
|
|
'guiltless',
|
|
'gullible',
|
|
'gusty',
|
|
'guttural',
|
|
'habitual',
|
|
'half',
|
|
'hallowed',
|
|
'halting',
|
|
'handsome',
|
|
'handy',
|
|
'hanging',
|
|
'hapless',
|
|
'happy',
|
|
'hard',
|
|
'hard-to-find',
|
|
'harmonious',
|
|
'harsh',
|
|
'hateful',
|
|
'heady',
|
|
'healthy',
|
|
'heartbreaking',
|
|
'heavenly',
|
|
'heavy',
|
|
'hellish',
|
|
'helpful',
|
|
'helpless',
|
|
'hesitant',
|
|
'hideous',
|
|
'high',
|
|
'highfalutin',
|
|
'high-pitched',
|
|
'hilarious',
|
|
'hissing',
|
|
'historical',
|
|
'holistic',
|
|
'hollow',
|
|
'homeless',
|
|
'homely',
|
|
'honorable',
|
|
'horrible',
|
|
'hospitable',
|
|
'hot',
|
|
'huge',
|
|
'hulking',
|
|
'humdrum',
|
|
'humorous',
|
|
'hungry',
|
|
'hurried',
|
|
'hurt',
|
|
'hushed',
|
|
'husky',
|
|
'hypnotic',
|
|
'hysterical',
|
|
'icky',
|
|
'icy',
|
|
'idiotic',
|
|
'ignorant',
|
|
'ill',
|
|
'illegal',
|
|
'ill-fated',
|
|
'ill-informed',
|
|
'illustrious',
|
|
'imaginary',
|
|
'immense',
|
|
'imminent',
|
|
'impartial',
|
|
'imperfect',
|
|
'impolite',
|
|
'important',
|
|
'imported',
|
|
'impossible',
|
|
'incandescent',
|
|
'incompetent',
|
|
'inconclusive',
|
|
'industrious',
|
|
'incredible',
|
|
'inexpensive',
|
|
'infamous',
|
|
'innate',
|
|
'innocent',
|
|
'inquisitive',
|
|
'insidious',
|
|
'instinctive',
|
|
'intelligent',
|
|
'interesting',
|
|
'internal',
|
|
'invincible',
|
|
'irate',
|
|
'irritating',
|
|
'itchy',
|
|
'jaded',
|
|
'jagged',
|
|
'jazzy',
|
|
'jealous',
|
|
'jittery',
|
|
'jobless',
|
|
'jolly',
|
|
'joyous',
|
|
'judicious',
|
|
'juicy',
|
|
'jumbled',
|
|
'jumpy',
|
|
'juvenile',
|
|
'keen',
|
|
'kind',
|
|
'kindhearted',
|
|
'kindly',
|
|
'knotty',
|
|
'knowing',
|
|
'knowledgeable',
|
|
'known',
|
|
'labored',
|
|
'lackadaisical',
|
|
'lacking',
|
|
'lame',
|
|
'lamentable',
|
|
'languid',
|
|
'large',
|
|
'last',
|
|
'late',
|
|
'laughable',
|
|
'lavish',
|
|
'lazy',
|
|
'lean',
|
|
'learned',
|
|
'left',
|
|
'legal',
|
|
'lethal',
|
|
'level',
|
|
'lewd',
|
|
'light',
|
|
'like',
|
|
'likeable',
|
|
'limping',
|
|
'literate',
|
|
'little',
|
|
'lively',
|
|
'living',
|
|
'lonely',
|
|
'long',
|
|
'longing',
|
|
'long-term',
|
|
'loose',
|
|
'lopsided',
|
|
'loud',
|
|
'loutish',
|
|
'lovely',
|
|
'loving',
|
|
'low',
|
|
'lowly',
|
|
'lucky',
|
|
'ludicrous',
|
|
'lumpy',
|
|
'lush',
|
|
'luxuriant',
|
|
'lying',
|
|
'lyrical',
|
|
'macabre',
|
|
'macho',
|
|
'maddening',
|
|
'madly',
|
|
'magenta',
|
|
'magical',
|
|
'magnificent',
|
|
'majestic',
|
|
'makeshift',
|
|
'male',
|
|
'malicious',
|
|
'mammoth',
|
|
'maniacal',
|
|
'many',
|
|
'marked',
|
|
'massive',
|
|
'married',
|
|
'marvelous',
|
|
'material',
|
|
'materialistic',
|
|
'mature',
|
|
'mean',
|
|
'measly',
|
|
'meaty',
|
|
'medical',
|
|
'meek',
|
|
'mellow',
|
|
'melodic',
|
|
'melted',
|
|
'merciful',
|
|
'mere',
|
|
'messy',
|
|
'mighty',
|
|
'military',
|
|
'milky',
|
|
'mindless',
|
|
'miniature',
|
|
'minor',
|
|
'miscreant',
|
|
'misty',
|
|
'mixed',
|
|
'moaning',
|
|
'modern',
|
|
'moldy',
|
|
'momentous',
|
|
'motionless',
|
|
'mountainous',
|
|
'muddled',
|
|
'mundane',
|
|
'murky',
|
|
'mushy',
|
|
'mute',
|
|
'mysterious',
|
|
'naive',
|
|
'nappy',
|
|
'narrow',
|
|
'nasty',
|
|
'natural',
|
|
'naughty',
|
|
'nauseating',
|
|
'near',
|
|
'neat',
|
|
'nebulous',
|
|
'necessary',
|
|
'needless',
|
|
'needy',
|
|
'neighborly',
|
|
'nervous',
|
|
'new',
|
|
'next',
|
|
'nice',
|
|
'nifty',
|
|
'nimble',
|
|
'nippy',
|
|
'noiseless',
|
|
'noisy',
|
|
'nonchalant',
|
|
'nondescript',
|
|
'nonstop',
|
|
'normal',
|
|
'nostalgic',
|
|
'nosy',
|
|
'noxious',
|
|
'numberless',
|
|
'numerous',
|
|
'nutritious',
|
|
'nutty',
|
|
'oafish',
|
|
'obedient',
|
|
'obeisant',
|
|
'obese',
|
|
'obnoxious',
|
|
'obscene',
|
|
'obsequious',
|
|
'observant',
|
|
'obsolete',
|
|
'obtainable',
|
|
'oceanic',
|
|
'odd',
|
|
'offbeat',
|
|
'old',
|
|
'old-fashioned',
|
|
'omniscient',
|
|
'onerous',
|
|
'open',
|
|
'opposite',
|
|
'optimal',
|
|
'orange',
|
|
'ordinary',
|
|
'organic',
|
|
'ossified',
|
|
'outgoing',
|
|
'outrageous',
|
|
'outstanding',
|
|
'oval',
|
|
'overconfident',
|
|
'overjoyed',
|
|
'overrated',
|
|
'overt',
|
|
'overwrought',
|
|
'painful',
|
|
'painstaking',
|
|
'pale',
|
|
'paltry',
|
|
'panicky',
|
|
'panoramic',
|
|
'parallel',
|
|
'parched',
|
|
'parsimonious',
|
|
'past',
|
|
'pastoral',
|
|
'pathetic',
|
|
'peaceful',
|
|
'penitent',
|
|
'perfect',
|
|
'periodic',
|
|
'permissible',
|
|
'perpetual',
|
|
'petite',
|
|
'phobic',
|
|
'physical',
|
|
'picayune',
|
|
'pink',
|
|
'piquant',
|
|
'placid',
|
|
'plain',
|
|
'plant',
|
|
'plastic',
|
|
'plausible',
|
|
'pleasant',
|
|
'plucky',
|
|
'pointless',
|
|
'poised',
|
|
'polite',
|
|
'political',
|
|
'poor',
|
|
'possessive',
|
|
'possible',
|
|
'powerful',
|
|
'precious',
|
|
'premium',
|
|
'present',
|
|
'pretty',
|
|
'previous',
|
|
'pricey',
|
|
'prickly',
|
|
'private',
|
|
'probable',
|
|
'productive',
|
|
'profuse',
|
|
'protective',
|
|
'proud',
|
|
'psychedelic',
|
|
'psychotic',
|
|
'public',
|
|
'puffy',
|
|
'pumped',
|
|
'puny',
|
|
'purple',
|
|
'purring',
|
|
'pushy',
|
|
'puzzled',
|
|
'puzzling',
|
|
'quaint',
|
|
'quarrelsome',
|
|
'questionable',
|
|
'quick',
|
|
'quiet',
|
|
'quirky',
|
|
'quixotic',
|
|
'quizzical',
|
|
'rabid',
|
|
'racial',
|
|
'ragged',
|
|
'rainy',
|
|
'rambunctious',
|
|
'rampant',
|
|
'rapid',
|
|
'rare',
|
|
'raspy',
|
|
'ratty',
|
|
'ready',
|
|
'real',
|
|
'rebel',
|
|
'receptive',
|
|
'recondite',
|
|
'red',
|
|
'redundant',
|
|
'reflective',
|
|
'regular',
|
|
'relieved',
|
|
'remarkable',
|
|
'reminiscent',
|
|
'repulsive',
|
|
'resolute',
|
|
'resonant',
|
|
'responsible',
|
|
'rhetorical',
|
|
'rich',
|
|
'right',
|
|
'righteous',
|
|
'rightful',
|
|
'rigid',
|
|
'ripe',
|
|
'ritzy',
|
|
'roasted',
|
|
'robust',
|
|
'romantic',
|
|
'roomy',
|
|
'rotten',
|
|
'rough',
|
|
'round',
|
|
'royal',
|
|
'ruddy',
|
|
'rude',
|
|
'rural',
|
|
'rustic',
|
|
'ruthless',
|
|
'sable',
|
|
'sad',
|
|
'safe',
|
|
'salty',
|
|
'same',
|
|
'sassy',
|
|
'satisfying',
|
|
'savory',
|
|
'scandalous',
|
|
'scarce',
|
|
'scared',
|
|
'scary',
|
|
'scattered',
|
|
'scientific',
|
|
'scintillating',
|
|
'scrawny',
|
|
'screeching',
|
|
'second',
|
|
'second-hand',
|
|
'secret',
|
|
'secretive',
|
|
'sedate',
|
|
'seemly',
|
|
'selective',
|
|
'selfish',
|
|
'separate',
|
|
'serious',
|
|
'shaggy',
|
|
'shaky',
|
|
'shallow',
|
|
'sharp',
|
|
'shiny',
|
|
'shivering',
|
|
'shocking',
|
|
'short',
|
|
'shrill',
|
|
'shut',
|
|
'shy',
|
|
'sick',
|
|
'silent',
|
|
'silky',
|
|
'silly',
|
|
'simple',
|
|
'simplistic',
|
|
'sincere',
|
|
'skillful',
|
|
'skinny',
|
|
'sleepy',
|
|
'slim',
|
|
'slimy',
|
|
'slippery',
|
|
'sloppy',
|
|
'slow',
|
|
'small',
|
|
'smart',
|
|
'smelly',
|
|
'smiling',
|
|
'smoggy',
|
|
'smooth',
|
|
'sneaky',
|
|
'snobbish',
|
|
'snotty',
|
|
'soft',
|
|
'soggy',
|
|
'solid',
|
|
'somber',
|
|
'sophisticated',
|
|
'sordid',
|
|
'sore',
|
|
'sour',
|
|
'sparkling',
|
|
'special',
|
|
'spectacular',
|
|
'spicy',
|
|
'spiffy',
|
|
'spiky',
|
|
'spiritual',
|
|
'spiteful',
|
|
'splendid',
|
|
'spooky',
|
|
'spotless',
|
|
'spotted',
|
|
'spotty',
|
|
'spurious',
|
|
'squalid',
|
|
'square',
|
|
'squealing',
|
|
'squeamish',
|
|
'staking',
|
|
'stale',
|
|
'standing',
|
|
'statuesque',
|
|
'steadfast',
|
|
'steady',
|
|
'steep',
|
|
'stereotyped',
|
|
'sticky',
|
|
'stiff',
|
|
'stimulating',
|
|
'stingy',
|
|
'stormy',
|
|
'straight',
|
|
'strange',
|
|
'striped',
|
|
'strong',
|
|
'stupendous',
|
|
'sturdy',
|
|
'subdued',
|
|
'subsequent',
|
|
'substantial',
|
|
'successful',
|
|
'succinct',
|
|
'sudden',
|
|
'sulky',
|
|
'super',
|
|
'superb',
|
|
'superficial',
|
|
'supreme',
|
|
'swanky',
|
|
'sweet',
|
|
'sweltering',
|
|
'swift',
|
|
'symptomatic',
|
|
'synonymous',
|
|
'taboo',
|
|
'tacit',
|
|
'tacky',
|
|
'talented',
|
|
'tall',
|
|
'tame',
|
|
'tan',
|
|
'tangible',
|
|
'tangy',
|
|
'tart',
|
|
'tasteful',
|
|
'tasteless',
|
|
'tasty',
|
|
'tawdry',
|
|
'tearful',
|
|
'tedious',
|
|
'teeny',
|
|
'teeny-tiny',
|
|
'telling',
|
|
'temporary',
|
|
'ten',
|
|
'tender',
|
|
'tense',
|
|
'tenuous',
|
|
'terrific',
|
|
'tested',
|
|
'testy',
|
|
'thankful',
|
|
'therapeutic',
|
|
'thick',
|
|
'thin',
|
|
'thinkable',
|
|
'third',
|
|
'thirsty',
|
|
'thoughtful',
|
|
'thoughtless',
|
|
'threatening',
|
|
'thundering',
|
|
'tidy',
|
|
'tight',
|
|
'tightfisted',
|
|
'tiny',
|
|
'tired',
|
|
'tiresome',
|
|
'toothsome',
|
|
'torpid',
|
|
'tough',
|
|
'towering',
|
|
'tranquil',
|
|
'trashy',
|
|
'tremendous',
|
|
'tricky',
|
|
'trite',
|
|
'troubled',
|
|
'truculent',
|
|
'true',
|
|
'truthful',
|
|
'typical',
|
|
'ubiquitous',
|
|
'ultra',
|
|
'unable',
|
|
'unaccountable',
|
|
'unadvised',
|
|
'unarmed',
|
|
'unbecoming',
|
|
'unbiased',
|
|
'uncovered',
|
|
'understood',
|
|
'undesirable',
|
|
'unequal',
|
|
'unequaled',
|
|
'uneven',
|
|
'unhealthy',
|
|
'uninterested',
|
|
'unique',
|
|
'unkempt',
|
|
'unknown',
|
|
'unnatural',
|
|
'unruly',
|
|
'unsightly',
|
|
'unsuitable',
|
|
'untidy',
|
|
'unused',
|
|
'unusual',
|
|
'unwieldy',
|
|
'unwritten',
|
|
'upbeat',
|
|
'uppity',
|
|
'upset',
|
|
'uptight',
|
|
'used',
|
|
'useful',
|
|
'useless',
|
|
'utopian',
|
|
'vacuous',
|
|
'vagabond',
|
|
'vague',
|
|
'valuable',
|
|
'various',
|
|
'vast',
|
|
'vengeful',
|
|
'venomous',
|
|
'verdant',
|
|
'versed',
|
|
'victorious',
|
|
'vigorous',
|
|
'violent',
|
|
'violet',
|
|
'vivacious',
|
|
'voiceless',
|
|
'volatile',
|
|
'voracious',
|
|
'vulgar',
|
|
'wacky',
|
|
'waggish',
|
|
'waiting',
|
|
'wakeful',
|
|
'wandering',
|
|
'wanting',
|
|
'warlike',
|
|
'warm',
|
|
'wary',
|
|
'wasteful',
|
|
'watery',
|
|
'weak',
|
|
'wealthy',
|
|
'weary',
|
|
'well-groomed',
|
|
'well-made',
|
|
'well-off',
|
|
'well-to-do',
|
|
'wet',
|
|
'whimsical',
|
|
'whispering',
|
|
'white',
|
|
'whole',
|
|
'wholesale',
|
|
'wicked',
|
|
'wide',
|
|
'wide-eyed',
|
|
'wiggly',
|
|
'wild',
|
|
'willing',
|
|
'windy',
|
|
'wiry',
|
|
'wise',
|
|
'wistful',
|
|
'witty',
|
|
'woebegone',
|
|
'womanly',
|
|
'wonderful',
|
|
'wooden',
|
|
'woozy',
|
|
'workable',
|
|
'worried',
|
|
'worthless',
|
|
'wrathful',
|
|
'wretched',
|
|
'wrong',
|
|
'wry',
|
|
'yellow',
|
|
'yielding',
|
|
'young',
|
|
'youthful',
|
|
'yummy',
|
|
'zany',
|
|
'zealous',
|
|
'zesty',
|
|
'zippy',
|
|
'zonked'
|
|
];
|
|
|
|
const animals = [
|
|
'Aardvark',
|
|
'Albatross',
|
|
'Alligator',
|
|
'Alpaca',
|
|
'Ant',
|
|
'Anteater',
|
|
'Antelope',
|
|
'Ape',
|
|
'Armadillo',
|
|
'Donkey',
|
|
'Baboon',
|
|
'Badger',
|
|
'Barracuda',
|
|
'Bat',
|
|
'Bear',
|
|
'Beaver',
|
|
'Bee',
|
|
'Bison',
|
|
'Boar',
|
|
'Buffalo',
|
|
'Butterfly',
|
|
'Camel',
|
|
'Capybara',
|
|
'Caribou',
|
|
'Cassowary',
|
|
'Cat',
|
|
'Caterpillar',
|
|
'Cattle',
|
|
'Chamois',
|
|
'Cheetah',
|
|
'Chicken',
|
|
'Chimpanzee',
|
|
'Chinchilla',
|
|
'Chough',
|
|
'Clam',
|
|
'Cobra',
|
|
'Cockroach',
|
|
'Cod',
|
|
'Cormorant',
|
|
'Coyote',
|
|
'Crab',
|
|
'Crane',
|
|
'Crocodile',
|
|
'Crow',
|
|
'Curlew',
|
|
'Deer',
|
|
'Dinosaur',
|
|
'Dog',
|
|
'Dogfish',
|
|
'Dolphin',
|
|
'Dotterel',
|
|
'Dove',
|
|
'Dragonfly',
|
|
'Duck',
|
|
'Dugong',
|
|
'Dunlin',
|
|
'Eagle',
|
|
'Echidna',
|
|
'Eel',
|
|
'Eland',
|
|
'Elephant',
|
|
'Elk',
|
|
'Emu',
|
|
'Falcon',
|
|
'Ferret',
|
|
'Finch',
|
|
'Fish',
|
|
'Flamingo',
|
|
'Fly',
|
|
'Fox',
|
|
'Frog',
|
|
'Gaur',
|
|
'Gazelle',
|
|
'Gerbil',
|
|
'Giraffe',
|
|
'Gnat',
|
|
'Gnu',
|
|
'Goat',
|
|
'Goldfinch',
|
|
'Goldfish',
|
|
'Goose',
|
|
'Gorilla',
|
|
'Goshawk',
|
|
'Grasshopper',
|
|
'Grouse',
|
|
'Guanaco',
|
|
'Gull',
|
|
'Hamster',
|
|
'Hare',
|
|
'Hawk',
|
|
'Hedgehog',
|
|
'Heron',
|
|
'Herring',
|
|
'Hippopotamus',
|
|
'Hornet',
|
|
'Horse',
|
|
'Human',
|
|
'Hummingbird',
|
|
'Hyena',
|
|
'Ibex',
|
|
'Ibis',
|
|
'Jackal',
|
|
'Jaguar',
|
|
'Jay',
|
|
'Jellyfish',
|
|
'Kangaroo',
|
|
'Kingfisher',
|
|
'Koala',
|
|
'Kookabura',
|
|
'Kouprey',
|
|
'Kudu',
|
|
'Lapwing',
|
|
'Lark',
|
|
'Lemur',
|
|
'Leopard',
|
|
'Lion',
|
|
'Llama',
|
|
'Lobster',
|
|
'Locust',
|
|
'Loris',
|
|
'Louse',
|
|
'Lyrebird',
|
|
'Magpie',
|
|
'Mallard',
|
|
'Manatee',
|
|
'Mandrill',
|
|
'Mantis',
|
|
'Marten',
|
|
'Meerkat',
|
|
'Mink',
|
|
'Mole',
|
|
'Mongoose',
|
|
'Monkey',
|
|
'Moose',
|
|
'Mosquito',
|
|
'Mouse',
|
|
'Mule',
|
|
'Narwhal',
|
|
'Newt',
|
|
'Nightingale',
|
|
'Octopus',
|
|
'Okapi',
|
|
'Opossum',
|
|
'Oryx',
|
|
'Ostrich',
|
|
'Otter',
|
|
'Owl',
|
|
'Oyster',
|
|
'Panther',
|
|
'Parrot',
|
|
'Partridge',
|
|
'Peafowl',
|
|
'Pelican',
|
|
'Penguin',
|
|
'Pheasant',
|
|
'Pig',
|
|
'Pigeon',
|
|
'Pony',
|
|
'Porcupine',
|
|
'Porpoise',
|
|
'Quail',
|
|
'Quelea',
|
|
'Quetzal',
|
|
'Rabbit',
|
|
'Raccoon',
|
|
'Rail',
|
|
'Ram',
|
|
'Rat',
|
|
'Raven',
|
|
'Red deer',
|
|
'Red panda',
|
|
'Reindeer',
|
|
'Rhinoceros',
|
|
'Rook',
|
|
'Salamander',
|
|
'Salmon',
|
|
'Sand Dollar',
|
|
'Sandpiper',
|
|
'Sardine',
|
|
'Scorpion',
|
|
'Seahorse',
|
|
'Seal',
|
|
'Shark',
|
|
'Sheep',
|
|
'Shrew',
|
|
'Skunk',
|
|
'Snail',
|
|
'Snake',
|
|
'Sparrow',
|
|
'Spider',
|
|
'Spoonbill',
|
|
'Squid',
|
|
'Squirrel',
|
|
'Starling',
|
|
'Stingray',
|
|
'Stinkbug',
|
|
'Stork',
|
|
'Swallow',
|
|
'Swan',
|
|
'Tapir',
|
|
'Tarsier',
|
|
'Termite',
|
|
'Tiger',
|
|
'Toad',
|
|
'Trout',
|
|
'Turkey',
|
|
'Turtle',
|
|
'Viper',
|
|
'Vulture',
|
|
'Wallaby',
|
|
'Walrus',
|
|
'Wasp',
|
|
'Weasel',
|
|
'Whale',
|
|
'Wildcat',
|
|
'Wolf',
|
|
'Wolverine',
|
|
'Wombat',
|
|
'Woodcock',
|
|
'Woodpecker',
|
|
'Worm',
|
|
'Wren',
|
|
'Yak',
|
|
'Zebra'
|
|
];
|
|
|
|
module.exports = usernameGenerator;
|