prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,375 @@
|
|
1
|
+
---
|
2
|
+
title: Famous fictional characters
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
aladdin
|
6
|
+
albus dumbledore
|
7
|
+
alice in wonderland
|
8
|
+
amy wong
|
9
|
+
anakin skywalker
|
10
|
+
anna (frozen)
|
11
|
+
anne shirley
|
12
|
+
aragorn
|
13
|
+
ariel (the little mermaid)
|
14
|
+
arwen
|
15
|
+
arya stark
|
16
|
+
aslan
|
17
|
+
asterix
|
18
|
+
astro
|
19
|
+
atticus finch
|
20
|
+
augustus gloop
|
21
|
+
bagheera
|
22
|
+
baloo
|
23
|
+
barbossa
|
24
|
+
barney rubble
|
25
|
+
bart simpson
|
26
|
+
beast
|
27
|
+
bellatrix lestrange
|
28
|
+
belle (beauty and the beast)
|
29
|
+
bender
|
30
|
+
beth smith
|
31
|
+
betty rubble
|
32
|
+
bilbo baggins
|
33
|
+
bluto
|
34
|
+
bojack horseman
|
35
|
+
boo radley
|
36
|
+
brian griffin
|
37
|
+
brienne of tarth
|
38
|
+
bronn
|
39
|
+
buffy summers
|
40
|
+
bugs bunny
|
41
|
+
butters stotch
|
42
|
+
buzz lightyear
|
43
|
+
c-3po
|
44
|
+
calvin
|
45
|
+
captain ahab
|
46
|
+
captain haddock
|
47
|
+
captain hook
|
48
|
+
captain jack sparrow
|
49
|
+
captain nemo
|
50
|
+
carrie white
|
51
|
+
catelyn stark
|
52
|
+
cersei lannister
|
53
|
+
charlie brown
|
54
|
+
charlie bucket
|
55
|
+
cheshire cat
|
56
|
+
chewbacca
|
57
|
+
chris griffin
|
58
|
+
christopher robin
|
59
|
+
clarice starling
|
60
|
+
cleveland brown
|
61
|
+
cosette
|
62
|
+
cousin itt
|
63
|
+
cowardly lion
|
64
|
+
daenerys targaryen
|
65
|
+
daisy buchanan
|
66
|
+
daphne blake
|
67
|
+
darth vader
|
68
|
+
davos seaworth
|
69
|
+
davy jones
|
70
|
+
dennis the menace
|
71
|
+
dobby
|
72
|
+
doc brown
|
73
|
+
doctor who
|
74
|
+
don quixote
|
75
|
+
donkey
|
76
|
+
donkey (shrek)
|
77
|
+
dorian gray
|
78
|
+
dorothy gale
|
79
|
+
dory
|
80
|
+
dr. jekyll and mr. hyde
|
81
|
+
dr. john watson
|
82
|
+
dr. watson
|
83
|
+
dr. zoidberg
|
84
|
+
draco malfoy
|
85
|
+
dracula
|
86
|
+
dumbledore
|
87
|
+
e.t
|
88
|
+
ebenezer scrooge
|
89
|
+
edmund pevensie
|
90
|
+
edward scissorhands
|
91
|
+
eeyore
|
92
|
+
effie trinket
|
93
|
+
elastigirl
|
94
|
+
eleven (stranger things)
|
95
|
+
elizabeth bennet
|
96
|
+
elizabeth swann
|
97
|
+
ellen ripley
|
98
|
+
elrond
|
99
|
+
elroy jetson
|
100
|
+
elsa
|
101
|
+
elsa (frozen)
|
102
|
+
emma woodhouse
|
103
|
+
eric cartman
|
104
|
+
esmeralda
|
105
|
+
eve
|
106
|
+
fagin
|
107
|
+
fantine
|
108
|
+
finnick odair
|
109
|
+
fiona shrek
|
110
|
+
forrest gump
|
111
|
+
frankenstein's monster
|
112
|
+
fred flintstone
|
113
|
+
fred jones
|
114
|
+
frodo baggins
|
115
|
+
fry
|
116
|
+
galadriel
|
117
|
+
gale hawthorne
|
118
|
+
gandalf
|
119
|
+
garfield
|
120
|
+
gaston
|
121
|
+
genie
|
122
|
+
george jetson
|
123
|
+
geralt of rivia
|
124
|
+
gilbert blythe
|
125
|
+
gimli
|
126
|
+
glinda the good witch
|
127
|
+
gollum
|
128
|
+
gomez addams
|
129
|
+
hagrid
|
130
|
+
hamlet
|
131
|
+
han solo
|
132
|
+
hannibal lecter
|
133
|
+
hardy boys
|
134
|
+
harry potter
|
135
|
+
haymitch abernathy
|
136
|
+
heathcliff
|
137
|
+
hercule poirot
|
138
|
+
hermes conrad
|
139
|
+
hermione granger
|
140
|
+
hobbes
|
141
|
+
hodor
|
142
|
+
holden caulfield
|
143
|
+
homer simpson
|
144
|
+
howl (howl's moving castle)
|
145
|
+
huckleberry finn
|
146
|
+
indiana jones
|
147
|
+
ishmael
|
148
|
+
jack bauer
|
149
|
+
jack dawson
|
150
|
+
jack sparrow
|
151
|
+
jack torrance
|
152
|
+
jafar
|
153
|
+
jaime lannister
|
154
|
+
james bond
|
155
|
+
jane eyre
|
156
|
+
jane jetson
|
157
|
+
jasmine
|
158
|
+
javert
|
159
|
+
jay gatsby
|
160
|
+
jean valjean
|
161
|
+
jerry
|
162
|
+
jerry smith
|
163
|
+
jesse pinkman
|
164
|
+
jessie (toy story)
|
165
|
+
jim hawkins
|
166
|
+
joe swanson
|
167
|
+
john connor
|
168
|
+
john mcclane
|
169
|
+
jon arbuckle
|
170
|
+
jon snow
|
171
|
+
jorah mormont
|
172
|
+
judy jetson
|
173
|
+
juliet capulet
|
174
|
+
katniss everdeen
|
175
|
+
kenny mccormick
|
176
|
+
king lear
|
177
|
+
kristoff
|
178
|
+
krusty the clown
|
179
|
+
kyle broflovski
|
180
|
+
lara croft
|
181
|
+
leela
|
182
|
+
legolas
|
183
|
+
lemuel gulliver
|
184
|
+
lightning mcqueen
|
185
|
+
link (the legend of zelda)
|
186
|
+
linus van pelt
|
187
|
+
lisa simpson
|
188
|
+
lois griffin
|
189
|
+
long john silver
|
190
|
+
lord voldemort
|
191
|
+
lucy pevensie
|
192
|
+
lucy van pelt
|
193
|
+
luke skywalker
|
194
|
+
luna lovegood
|
195
|
+
lurch
|
196
|
+
m (bond's superior)
|
197
|
+
macbeth
|
198
|
+
mad hatter
|
199
|
+
maggie simpson
|
200
|
+
marge simpson
|
201
|
+
mario
|
202
|
+
marion ravenwood
|
203
|
+
marlin
|
204
|
+
marty mcfly
|
205
|
+
mary lennox
|
206
|
+
mary poppins
|
207
|
+
mater
|
208
|
+
matilda
|
209
|
+
matilda wormwood
|
210
|
+
maui
|
211
|
+
meg griffin
|
212
|
+
melisandre
|
213
|
+
michael corleone
|
214
|
+
mickey mouse
|
215
|
+
mike teavee
|
216
|
+
miss havisham
|
217
|
+
miss honey
|
218
|
+
miss marple
|
219
|
+
miss trunchbull
|
220
|
+
moana
|
221
|
+
moriarty
|
222
|
+
morticia addams
|
223
|
+
morty smith
|
224
|
+
mowgli
|
225
|
+
mr. bean
|
226
|
+
mr. burns
|
227
|
+
mr. darcy
|
228
|
+
mr. garrison
|
229
|
+
mr. krabs
|
230
|
+
mr. meeseeks
|
231
|
+
mr. peanutbutter
|
232
|
+
mr. potato head
|
233
|
+
mr. tumnus
|
234
|
+
mrs. incredible
|
235
|
+
mufasa
|
236
|
+
mulan
|
237
|
+
mushu
|
238
|
+
nancy drew
|
239
|
+
nathan drake
|
240
|
+
ned flanders
|
241
|
+
ned stark
|
242
|
+
nemo
|
243
|
+
neo
|
244
|
+
neville longbottom
|
245
|
+
nick carraway
|
246
|
+
norman bates
|
247
|
+
obelix
|
248
|
+
obi-wan kenobi
|
249
|
+
odie
|
250
|
+
olaf
|
251
|
+
olive oyl
|
252
|
+
oliver twist
|
253
|
+
othello
|
254
|
+
paddington bear
|
255
|
+
padmé amidala
|
256
|
+
patrick star
|
257
|
+
peeta mellark
|
258
|
+
pennywise the clown
|
259
|
+
peppermint patty
|
260
|
+
peter griffin
|
261
|
+
peter pan
|
262
|
+
peter pevensie
|
263
|
+
phileas fogg
|
264
|
+
piglet
|
265
|
+
pikachu
|
266
|
+
pip (great expectations)
|
267
|
+
pippi longstocking
|
268
|
+
plankton
|
269
|
+
popeye
|
270
|
+
president snow
|
271
|
+
primrose everdeen
|
272
|
+
princess carolyn
|
273
|
+
princess leia
|
274
|
+
professor calculus
|
275
|
+
professor farnsworth
|
276
|
+
pugsley addams
|
277
|
+
pumbaa
|
278
|
+
puss in boots
|
279
|
+
q (bond's quartermaster)
|
280
|
+
quagmire
|
281
|
+
quasimodo
|
282
|
+
queen of hearts
|
283
|
+
r2-d2
|
284
|
+
randy marsh
|
285
|
+
remus lupin
|
286
|
+
remy (ratatouille)
|
287
|
+
rick grimes
|
288
|
+
rick sanchez
|
289
|
+
robb stark
|
290
|
+
robinson crusoe
|
291
|
+
romeo montague
|
292
|
+
ron weasley
|
293
|
+
samwell tarly
|
294
|
+
samwise gamgee
|
295
|
+
sancho panza
|
296
|
+
sandy cheeks
|
297
|
+
sansa stark
|
298
|
+
sara crewe
|
299
|
+
sarah connor
|
300
|
+
saruman
|
301
|
+
scar
|
302
|
+
scarecrow
|
303
|
+
scarlett o'hara
|
304
|
+
schroeder
|
305
|
+
scooby-doo
|
306
|
+
scout finch
|
307
|
+
severus snape
|
308
|
+
shaggy rogers
|
309
|
+
shaun the sheep
|
310
|
+
sheldon cooper
|
311
|
+
shere khan
|
312
|
+
sherlock holmes
|
313
|
+
shrek
|
314
|
+
sideshow bob
|
315
|
+
simba
|
316
|
+
sirius black
|
317
|
+
smaug
|
318
|
+
smeagol
|
319
|
+
snoopy
|
320
|
+
snowy
|
321
|
+
solid snake
|
322
|
+
sophie (from the bfg)
|
323
|
+
spirited away's chihiro
|
324
|
+
spongebob squarepants
|
325
|
+
squidward tentacles
|
326
|
+
stan marsh
|
327
|
+
stewie griffin
|
328
|
+
summer smith
|
329
|
+
susan pevensie
|
330
|
+
t-800 (terminator)
|
331
|
+
the bfg
|
332
|
+
the little mermaid
|
333
|
+
the white witch
|
334
|
+
theon greyjoy
|
335
|
+
thing
|
336
|
+
thomson and thompson
|
337
|
+
thorin oakenshield
|
338
|
+
tigger
|
339
|
+
timon
|
340
|
+
tin man
|
341
|
+
tinker bell
|
342
|
+
tintin
|
343
|
+
tiny tim
|
344
|
+
tom
|
345
|
+
tom sawyer
|
346
|
+
tony soprano
|
347
|
+
tony stark
|
348
|
+
tormund giantsbane
|
349
|
+
totoro
|
350
|
+
tyler durden
|
351
|
+
tyrion lannister
|
352
|
+
uncle fester
|
353
|
+
ursula
|
354
|
+
van helsing
|
355
|
+
velma dinkley
|
356
|
+
veruca salt
|
357
|
+
victor frankenstein
|
358
|
+
violet beauregarde
|
359
|
+
voldemort
|
360
|
+
wall-e
|
361
|
+
wallace and gromit
|
362
|
+
walter white
|
363
|
+
wednesday addams
|
364
|
+
wendy darling
|
365
|
+
white rabbit
|
366
|
+
wicked witch of the west
|
367
|
+
will turner
|
368
|
+
willy wonka
|
369
|
+
wilma flintstone
|
370
|
+
winnie the pooh
|
371
|
+
woody
|
372
|
+
xena
|
373
|
+
yoda
|
374
|
+
zapp brannigan
|
375
|
+
zelda
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
title: Fantasy characters
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
a banshee
|
6
|
+
a basilisk
|
7
|
+
a centaur
|
8
|
+
a cyclops
|
9
|
+
a dark wizard
|
10
|
+
a demon
|
11
|
+
a demon prince
|
12
|
+
a demon princess
|
13
|
+
a dragon
|
14
|
+
a dragon rider
|
15
|
+
a dragon slayer
|
16
|
+
a dryad
|
17
|
+
a dwarf
|
18
|
+
a fairy
|
19
|
+
a ghost
|
20
|
+
a ghost hunter
|
21
|
+
a giant
|
22
|
+
a gnome
|
23
|
+
a golem
|
24
|
+
a gorgon
|
25
|
+
a griffin
|
26
|
+
a harpy
|
27
|
+
a hobbit
|
28
|
+
a kraken
|
29
|
+
a leprechaun
|
30
|
+
a light wizard
|
31
|
+
a mermaid
|
32
|
+
a minotaur
|
33
|
+
a mythical creature
|
34
|
+
a nymph
|
35
|
+
a ogre
|
36
|
+
a phoenix
|
37
|
+
a satyr
|
38
|
+
a shapeshifter
|
39
|
+
a siren
|
40
|
+
a sorcerer
|
41
|
+
a sorceress
|
42
|
+
a sprite
|
43
|
+
a succubus
|
44
|
+
a troll
|
45
|
+
a unicorn
|
46
|
+
a vampire
|
47
|
+
a warlock
|
48
|
+
a were-creature
|
49
|
+
a werewolf
|
50
|
+
a witch
|
51
|
+
a witch hunter
|
52
|
+
a wizard
|
53
|
+
an angel
|
54
|
+
an elemental being
|
55
|
+
an elf
|
56
|
+
an incubus
|
@@ -0,0 +1,109 @@
|
|
1
|
+
---
|
2
|
+
title: General characters
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
a assassin
|
6
|
+
a billionaire
|
7
|
+
a clown
|
8
|
+
a conspiracy theorist
|
9
|
+
a cop
|
10
|
+
a criminal
|
11
|
+
a cult leader
|
12
|
+
a cursed individual
|
13
|
+
a cursed object owner
|
14
|
+
a cyborg
|
15
|
+
a cyborg assassin
|
16
|
+
a demon
|
17
|
+
a demon hunter
|
18
|
+
a demon-possessed individual
|
19
|
+
a detective
|
20
|
+
a detective with a troubled past
|
21
|
+
a famous athlete
|
22
|
+
a famous musician
|
23
|
+
a firefighter
|
24
|
+
a fireman
|
25
|
+
a gangster
|
26
|
+
a ghost
|
27
|
+
a ghost hunter
|
28
|
+
a ghostly apparition
|
29
|
+
a ghostly victim
|
30
|
+
a government agent
|
31
|
+
a hacker
|
32
|
+
a haunted amusement park attendee
|
33
|
+
a haunted doll
|
34
|
+
a haunted hotel guest
|
35
|
+
a haunted house occupant
|
36
|
+
a hitman
|
37
|
+
a intergalactic bounty hunter
|
38
|
+
a journalist
|
39
|
+
a killer
|
40
|
+
a king
|
41
|
+
a legendary monster
|
42
|
+
a legendary pirate
|
43
|
+
a mad bomber
|
44
|
+
a mad scientist
|
45
|
+
a martial artist
|
46
|
+
a mermaid
|
47
|
+
a merman
|
48
|
+
a monster
|
49
|
+
a movie star
|
50
|
+
a mythical creature
|
51
|
+
a mythological creature slayer
|
52
|
+
a ninja
|
53
|
+
a notorious gangster
|
54
|
+
a notorious serial killer
|
55
|
+
a pirate
|
56
|
+
a political activist
|
57
|
+
a post-apocalyptic survivor
|
58
|
+
a post-apocalyptic tribe leader
|
59
|
+
a prince
|
60
|
+
a princess
|
61
|
+
a queen
|
62
|
+
a race car driver
|
63
|
+
a religious cult member
|
64
|
+
a robot
|
65
|
+
a rogue agent
|
66
|
+
a ruthless dictator
|
67
|
+
a shape shifter
|
68
|
+
a shape-shifting thief
|
69
|
+
a soldier
|
70
|
+
a space explorer
|
71
|
+
a spy
|
72
|
+
a superhero mentor
|
73
|
+
a superhero sidekick
|
74
|
+
a supernatural being
|
75
|
+
a supernatural being hunter
|
76
|
+
a supernatural entity researcher
|
77
|
+
a supernatural investigator
|
78
|
+
a teacher
|
79
|
+
a teenage vampire
|
80
|
+
a telekinetic individual
|
81
|
+
a thief
|
82
|
+
a time paradox character
|
83
|
+
a time traveler
|
84
|
+
a time-looping character
|
85
|
+
a time-traveling adventurer
|
86
|
+
a traumatized survivor
|
87
|
+
a traumatized veteran
|
88
|
+
a vampire
|
89
|
+
a vampire hunter
|
90
|
+
a vampire king
|
91
|
+
a vampire queen
|
92
|
+
a vampire slayer
|
93
|
+
a vigilante
|
94
|
+
a war hero
|
95
|
+
a warrior
|
96
|
+
a werewolf
|
97
|
+
a witch
|
98
|
+
a witch coven leader
|
99
|
+
a witch hunter
|
100
|
+
a wizard
|
101
|
+
a zombie
|
102
|
+
a zombie apocalypse survivor
|
103
|
+
a zombie hunter
|
104
|
+
a zombie outbreak survivor
|
105
|
+
an angel
|
106
|
+
an evil alien invader
|
107
|
+
an evil corporation executive
|
108
|
+
an evil sorcerer
|
109
|
+
an evil sorceress
|
@@ -0,0 +1,116 @@
|
|
1
|
+
---
|
2
|
+
title: Monsters
|
3
|
+
category: characters
|
4
|
+
---
|
5
|
+
abominable snowman
|
6
|
+
banshee
|
7
|
+
basilisk
|
8
|
+
beast of bray road
|
9
|
+
behemoth
|
10
|
+
bigfoot
|
11
|
+
brownie
|
12
|
+
bunyip
|
13
|
+
byakhee
|
14
|
+
centaur
|
15
|
+
cerberus
|
16
|
+
changeling
|
17
|
+
charybdis
|
18
|
+
chimera
|
19
|
+
chupacabra
|
20
|
+
cockatrice
|
21
|
+
cthulhu
|
22
|
+
cyclops
|
23
|
+
dagon
|
24
|
+
deep ones
|
25
|
+
demon
|
26
|
+
demon dog
|
27
|
+
djinn
|
28
|
+
dragon
|
29
|
+
dragonfly
|
30
|
+
echidna
|
31
|
+
elder things
|
32
|
+
faerie
|
33
|
+
faun
|
34
|
+
fire salamander
|
35
|
+
flatwoods monster
|
36
|
+
frankenstein's monster
|
37
|
+
gargoyle
|
38
|
+
ghost
|
39
|
+
ghoul
|
40
|
+
gnome
|
41
|
+
goblin
|
42
|
+
golem
|
43
|
+
gorgon
|
44
|
+
gremlin
|
45
|
+
griffin
|
46
|
+
griffon
|
47
|
+
harpy
|
48
|
+
hellhound
|
49
|
+
hobgoblin
|
50
|
+
hound of tindalos
|
51
|
+
hydra
|
52
|
+
imp
|
53
|
+
impundulu
|
54
|
+
incubus
|
55
|
+
jersey devil
|
56
|
+
kappa
|
57
|
+
kelpie
|
58
|
+
kitsune
|
59
|
+
kraken
|
60
|
+
lamia
|
61
|
+
leviathan
|
62
|
+
lich
|
63
|
+
loch ness monster
|
64
|
+
manticore
|
65
|
+
medusa
|
66
|
+
mermaid
|
67
|
+
mi-go
|
68
|
+
minotaur
|
69
|
+
mothman
|
70
|
+
mummy
|
71
|
+
naga
|
72
|
+
nemean lion
|
73
|
+
nightgaunts
|
74
|
+
nyarlathotep
|
75
|
+
nymph
|
76
|
+
ogre
|
77
|
+
orc
|
78
|
+
orthros
|
79
|
+
outer god
|
80
|
+
pegasus
|
81
|
+
phoenix
|
82
|
+
pixie
|
83
|
+
rakshasa
|
84
|
+
roc
|
85
|
+
rusalka
|
86
|
+
sasquatch
|
87
|
+
satyr
|
88
|
+
scylla
|
89
|
+
sea serpent
|
90
|
+
selkie
|
91
|
+
shantak
|
92
|
+
shoggoths
|
93
|
+
siren
|
94
|
+
skeleton
|
95
|
+
skinwalker
|
96
|
+
skunk ape
|
97
|
+
specter
|
98
|
+
sphinx
|
99
|
+
spring-heeled jack
|
100
|
+
sprite
|
101
|
+
star spawn
|
102
|
+
succubus
|
103
|
+
thunderbird
|
104
|
+
troll
|
105
|
+
unicorn
|
106
|
+
vampire
|
107
|
+
warlock
|
108
|
+
wendigo
|
109
|
+
werewolf
|
110
|
+
witch
|
111
|
+
witch doctor
|
112
|
+
wraith
|
113
|
+
yeti
|
114
|
+
yithian
|
115
|
+
yuggoth
|
116
|
+
zombie
|
@@ -0,0 +1,43 @@
|
|
1
|
+
---
|
2
|
+
title: Romantic characters
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
a arranged marriage partner
|
6
|
+
a best friend
|
7
|
+
a blind date
|
8
|
+
a career-focused person
|
9
|
+
a commitment-phobe
|
10
|
+
a fake boyfriend
|
11
|
+
a fake girlfriend
|
12
|
+
a flirtatious person
|
13
|
+
a heartbroken person
|
14
|
+
a high school sweetheart
|
15
|
+
a hopeless romantic
|
16
|
+
a jilted lover
|
17
|
+
a long-distance lover
|
18
|
+
a love at first sight character
|
19
|
+
a love triangle protagonist
|
20
|
+
a mistaken identity character
|
21
|
+
a newly single person
|
22
|
+
a person searching for love
|
23
|
+
a person who believes in fate
|
24
|
+
a person who has been friend-zoned
|
25
|
+
a person who has been single for too long
|
26
|
+
a person who has never been in love
|
27
|
+
a person who is afraid of love
|
28
|
+
a person who is looking for a fling
|
29
|
+
a person who is looking for love in all the wrong places
|
30
|
+
a person who is newly divorced
|
31
|
+
a person who is obsessed with their ex
|
32
|
+
a person who is searching for their soulmate
|
33
|
+
a person who is skeptical about love
|
34
|
+
a person who is stuck in a love triangle
|
35
|
+
a person who is trying to win back their ex
|
36
|
+
a person with a dating rulebook
|
37
|
+
a person with a fear of commitment
|
38
|
+
a person with a fear of relationships
|
39
|
+
a person with a wild dating history
|
40
|
+
a person with trust issues
|
41
|
+
a romantic rival
|
42
|
+
a wedding planner
|
43
|
+
a wingman
|