Browse code

Add some adjectives to the namesgenerator

Because .. `hardcore_hamilton` and `inspiring_murdock`

https://twitter.com/swiftonsecurity/status/801195049165799424

Also replacing adjectives that could be interpreted as
refering to body size, (mental) health, intoxication.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/11/24 09:33:25
Showing 1 changed files
... ...
@@ -15,68 +15,91 @@ var (
15 15
 		"amazing",
16 16
 		"angry",
17 17
 		"awesome",
18
-		"backstabbing",
19
-		"berserk",
20
-		"big",
18
+		"blissful",
21 19
 		"boring",
20
+		"brave",
22 21
 		"clever",
23 22
 		"cocky",
24 23
 		"compassionate",
24
+		"competent",
25 25
 		"condescending",
26
+		"confident",
26 27
 		"cranky",
27
-		"desperate",
28
+		"dazzling",
28 29
 		"determined",
29 30
 		"distracted",
30 31
 		"dreamy",
31
-		"drunk",
32 32
 		"eager",
33 33
 		"ecstatic",
34 34
 		"elastic",
35 35
 		"elated",
36 36
 		"elegant",
37
-		"evil",
37
+		"eloquent",
38
+		"epic",
38 39
 		"fervent",
40
+		"festive",
41
+		"flamboyant",
39 42
 		"focused",
40
-		"furious",
41
-		"gigantic",
42
-		"gloomy",
43
+		"friendly",
44
+		"frosty",
45
+		"gallant",
46
+		"gifted",
43 47
 		"goofy",
44
-		"grave",
48
+		"gracious",
45 49
 		"happy",
46
-		"high",
50
+		"hardcore",
51
+		"heuristic",
47 52
 		"hopeful",
48 53
 		"hungry",
49 54
 		"infallible",
55
+		"inspiring",
50 56
 		"jolly",
51 57
 		"jovial",
58
+		"keen",
52 59
 		"kickass",
53
-		"lonely",
60
+		"kind",
61
+		"laughing",
54 62
 		"loving",
55
-		"mad",
63
+		"lucid",
64
+		"mystifying",
56 65
 		"modest",
66
+		"musing",
57 67
 		"naughty",
58
-		"nauseous",
68
+		"nervous",
69
+		"nifty",
59 70
 		"nostalgic",
71
+		"objective",
72
+		"optimistic",
60 73
 		"peaceful",
61 74
 		"pedantic",
62 75
 		"pensive",
63
-		"prickly",
76
+		"practical",
77
+		"priceless",
78
+		"quirky",
79
+		"quizzical",
80
+		"relaxed",
64 81
 		"reverent",
65 82
 		"romantic",
66 83
 		"sad",
67 84
 		"serene",
68 85
 		"sharp",
69
-		"sick",
70 86
 		"silly",
71 87
 		"sleepy",
72
-		"small",
73 88
 		"stoic",
74 89
 		"stupefied",
75 90
 		"suspicious",
76 91
 		"tender",
77 92
 		"thirsty",
78
-		"tiny",
79 93
 		"trusting",
94
+		"unruffled",
95
+		"upbeat",
96
+		"vibrant",
97
+		"vigilant",
98
+		"wizardly",
99
+		"wonderful",
100
+		"xenodochial",
101
+		"youthful",
102
+		"zealous",
80 103
 		"zen",
81 104
 	}
82 105