horatio
Version:
A javascript compiler for the Shakespeare Programming Language
45 lines (44 loc) • 565 B
JavaScript
/** Positive Adjectives */
export const positive_adjectives = [
'amazing',
'beautiful',
'blossoming',
'bold',
'brave',
'charming',
'clearest',
'cunning',
'cute',
'delicious',
'embroidered',
'fair',
'fine',
'gentle',
'golden',
'good',
'handsome',
'happy',
'healthy',
'honest',
'little',
'lovely',
'loving',
'mighty',
'noble',
'old',
'peaceful',
'pretty',
'prompt',
'proud',
'reddest',
'rich',
'rural',
'smooth',
'sunny',
'sweet',
'sweetest',
'trustworthy',
'tiny',
'warm',
'white'
];