horatio
Version:
A javascript compiler for the Shakespeare Programming Language
37 lines (36 loc) • 483 B
JavaScript
/** Negative Adjective */
export const negative_adjectives = [
'bad',
'big',
'cowardly',
'cursed',
'damned',
'dirty',
'disgusting',
'distasteful',
'dusty',
'evil',
'fat',
'fat-kidneyed',
'fatherless',
'foul',
'hairy',
'half-witted',
'horrible',
'horrid',
'infected',
'lying',
'miserable',
'misused',
'oozing',
'rotten',
'smelly',
'snotty',
'sorry',
'stinking',
'stuffed',
'stupid',
'vile',
'villainous',
'worried'
];