-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadjectives.go
15 lines (14 loc) · 1.08 KB
/
adjectives.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package namingo
var adjectives = []string{
"brave", "mighty", "dark", "ancient", "mysterious", "powerful", "swift", "noble", "fearless", "wise",
"loyal", "ferocious", "legendary", "majestic", "stealthy", "elegant", "fearsome", "dangerous", "bold", "sly",
"heroic", "cunning", "ruthless", "noble", "savage", "swift", "honorable", "sly", "gallant", "fierce",
"brilliant", "fearless", "reliable", "unforgiving", "energetic", "formidable", "resilient", "unstoppable",
"mighty", "crafty", "heroic", "brave", "resolute", "tactical", "adventurous", "brilliant", "dedicated",
"charismatic", "mysterious", "unwavering", "legendary", "reliable", "stealthy", "daring", "persevering",
"tenacious", "brave", "resolute", "sensitive", "vigilant", "shrewd", "determined", "strong",
"courageous", "noble", "unbreakable", "mystic", "fiery", "resilient", "evasive", "unpredictable",
"fearsome", "intrepid", "adventurous", "shrewd", "talented", "resourceful", "skilled",
"unstoppable", "daring", "precise", "dynamic", "creative", "strategic", "dedicated", "valiant", "ambitious",
"proud", "focused", "resilient",
}