prompt-lists 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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,193 @@
|
|
1
|
+
---
|
2
|
+
title: Scary things
|
3
|
+
category: thing
|
4
|
+
---
|
5
|
+
abandoned buildings
|
6
|
+
abandoned hospitals
|
7
|
+
aliens
|
8
|
+
ancient curses
|
9
|
+
apparitions
|
10
|
+
being watched
|
11
|
+
bewitched places
|
12
|
+
bizarre rituals
|
13
|
+
black magic
|
14
|
+
black masses
|
15
|
+
black-eyed children
|
16
|
+
blood curdling screams
|
17
|
+
blood sacrifices
|
18
|
+
bloody handprints
|
19
|
+
buried alive
|
20
|
+
cemeteries
|
21
|
+
chilling music
|
22
|
+
chilling winds
|
23
|
+
cold spots
|
24
|
+
corpses rising from the dead
|
25
|
+
creepy bunkers
|
26
|
+
creepy carnival attractions
|
27
|
+
creepy dolls
|
28
|
+
cryptic messages
|
29
|
+
cults
|
30
|
+
cursed books
|
31
|
+
cursed objects
|
32
|
+
cursed places
|
33
|
+
damned things
|
34
|
+
dark basements
|
35
|
+
dark dungeons
|
36
|
+
dark rituals
|
37
|
+
dark tunnels
|
38
|
+
dark woods
|
39
|
+
death omens
|
40
|
+
death traps
|
41
|
+
demonic possession
|
42
|
+
demonic possessions caught on camera
|
43
|
+
demons
|
44
|
+
deserted islands
|
45
|
+
disembodied laughter
|
46
|
+
disembodied screams
|
47
|
+
disembodied whispers
|
48
|
+
distorted faces
|
49
|
+
doors opening and closing on their own
|
50
|
+
doppelgangers
|
51
|
+
echoing screams
|
52
|
+
ectoplasm
|
53
|
+
eerie graveyards
|
54
|
+
eerie silence
|
55
|
+
entities from other dimensions
|
56
|
+
evil spirits
|
57
|
+
exorcisms
|
58
|
+
flickering lights
|
59
|
+
foggy roads
|
60
|
+
forgotten graves
|
61
|
+
freak accidents
|
62
|
+
full body apparitions
|
63
|
+
full moon
|
64
|
+
gates to hell
|
65
|
+
ghost hunters
|
66
|
+
ghost ships
|
67
|
+
ghost sightings
|
68
|
+
ghostly apparitions in photographs
|
69
|
+
ghostly encounters on roads
|
70
|
+
ghostly music
|
71
|
+
ghostly touch
|
72
|
+
ghostly whispers
|
73
|
+
ghosts
|
74
|
+
gothic literature
|
75
|
+
grave robbers
|
76
|
+
graveyards
|
77
|
+
grief and tragedy
|
78
|
+
grim phantasms
|
79
|
+
grim reaper
|
80
|
+
haunted amusement parks
|
81
|
+
haunted attractions
|
82
|
+
haunted battlefields
|
83
|
+
haunted castles
|
84
|
+
haunted forests
|
85
|
+
haunted hotels
|
86
|
+
haunted houses
|
87
|
+
haunted lighthouses
|
88
|
+
haunted mirrors
|
89
|
+
haunted museums
|
90
|
+
haunted objects
|
91
|
+
haunted prisons
|
92
|
+
haunted restaurants
|
93
|
+
haunted schools
|
94
|
+
haunted ships
|
95
|
+
headless horsemen
|
96
|
+
hellhounds
|
97
|
+
hidden rooms
|
98
|
+
horror movies
|
99
|
+
inexplicable deaths
|
100
|
+
labyrinths
|
101
|
+
levitation
|
102
|
+
living nightmares
|
103
|
+
lost souls
|
104
|
+
malevolent entities
|
105
|
+
mists and fog
|
106
|
+
mysterious disappearances
|
107
|
+
mysterious footsteps
|
108
|
+
mysterious strangers
|
109
|
+
night terrors
|
110
|
+
nightmares
|
111
|
+
occult artifacts
|
112
|
+
occultism
|
113
|
+
osiris
|
114
|
+
ouija boards
|
115
|
+
paranormal activity
|
116
|
+
phantasmagoria
|
117
|
+
phantasms
|
118
|
+
phantom footsteps
|
119
|
+
phantom hitchhikers
|
120
|
+
phantom smells
|
121
|
+
plague doctors
|
122
|
+
poltergeist
|
123
|
+
poltergeist activity
|
124
|
+
portals to the underworld
|
125
|
+
possessed animals
|
126
|
+
possessed dolls
|
127
|
+
possessed homes
|
128
|
+
possessed objects
|
129
|
+
possessed people
|
130
|
+
possessed vehicles
|
131
|
+
possession
|
132
|
+
premonitions
|
133
|
+
psychic phenomena
|
134
|
+
psychics
|
135
|
+
revenants
|
136
|
+
satanic rituals
|
137
|
+
scarecrows
|
138
|
+
scary podcasts
|
139
|
+
séance mediums
|
140
|
+
séance nightmares
|
141
|
+
seances
|
142
|
+
secluded cabins
|
143
|
+
secret societies
|
144
|
+
shadow figures
|
145
|
+
shadow people
|
146
|
+
sinister laughter
|
147
|
+
skeletal remains
|
148
|
+
slender man
|
149
|
+
soul collectors
|
150
|
+
specters
|
151
|
+
spirit possession
|
152
|
+
spirits
|
153
|
+
spooky abandoned places
|
154
|
+
spooky legends
|
155
|
+
spooky video games
|
156
|
+
strange voices
|
157
|
+
supernatural powers
|
158
|
+
the babadook
|
159
|
+
the bermuda triangle
|
160
|
+
the chupacabra
|
161
|
+
the devil
|
162
|
+
the devil's markings
|
163
|
+
the jersey devil
|
164
|
+
the kraken
|
165
|
+
the loch ness monster
|
166
|
+
the mothman
|
167
|
+
the undead
|
168
|
+
the undead rising from coffins
|
169
|
+
the unknown
|
170
|
+
thirteen ghosts
|
171
|
+
time anomalies
|
172
|
+
tortured souls
|
173
|
+
trapped in time
|
174
|
+
trapped souls
|
175
|
+
undead armies
|
176
|
+
unearthly howls
|
177
|
+
unexplainable noises
|
178
|
+
unexplained deaths
|
179
|
+
unexplained occurrences
|
180
|
+
unseen forces
|
181
|
+
unsettling dreams
|
182
|
+
unsolved mysteries
|
183
|
+
urban legends
|
184
|
+
vampires
|
185
|
+
vengeful spirits
|
186
|
+
visions of death
|
187
|
+
werewolves
|
188
|
+
whispering voices
|
189
|
+
whispers from beyond the grave
|
190
|
+
whispers in the dark
|
191
|
+
witchcraft
|
192
|
+
wraiths
|
193
|
+
zombies
|
@@ -0,0 +1,192 @@
|
|
1
|
+
---
|
2
|
+
title: Sci-fi things
|
3
|
+
category: thing
|
4
|
+
---
|
5
|
+
3d printer
|
6
|
+
3d printing
|
7
|
+
ai building construction system
|
8
|
+
ai companion
|
9
|
+
ai companion device
|
10
|
+
ai construction machine
|
11
|
+
ai deep space explorer
|
12
|
+
ai farm machinery
|
13
|
+
ai industrial machine
|
14
|
+
ai personal assistant
|
15
|
+
ai security system
|
16
|
+
ai surgical tool
|
17
|
+
anti-aging serum
|
18
|
+
anti-gravity device
|
19
|
+
antigravity platform
|
20
|
+
antigravity transportation system
|
21
|
+
antigravity vehicle
|
22
|
+
antimatter propulsion engine
|
23
|
+
artificial black hole generator
|
24
|
+
artificial general intelligence
|
25
|
+
artificial intelligence companion animal
|
26
|
+
artificial intelligence core
|
27
|
+
artificial intelligence network
|
28
|
+
artificial intelligence traffic control system
|
29
|
+
asteroid deflection device
|
30
|
+
asteroid deflector device
|
31
|
+
asteroid mining device
|
32
|
+
asteroid mining drone
|
33
|
+
asteroid mining vehicle
|
34
|
+
augmented reality city planning tool
|
35
|
+
augmented reality contact lens
|
36
|
+
augmented reality headset
|
37
|
+
automated asteroid mining machine
|
38
|
+
automated interplanetary supply chain
|
39
|
+
automated lunar base
|
40
|
+
automated lunar rover
|
41
|
+
automated planet surveyor
|
42
|
+
automated space debris removal system
|
43
|
+
automated space station
|
44
|
+
autonomous deep-sea exploration vehicle
|
45
|
+
autonomous robot
|
46
|
+
autonomous robots
|
47
|
+
biomechanical implant
|
48
|
+
bipedal drone
|
49
|
+
bipedal entertainment robot
|
50
|
+
brain-computer interface
|
51
|
+
brain-computer interface device
|
52
|
+
climate control device
|
53
|
+
climate engineering device
|
54
|
+
climate stabilization device
|
55
|
+
cybernetic arm
|
56
|
+
cybernetic enhancement implant
|
57
|
+
cybernetic exosuit
|
58
|
+
cybernetic implant
|
59
|
+
cyborg
|
60
|
+
deep space data relay
|
61
|
+
deep space probe
|
62
|
+
deep space research platform
|
63
|
+
disaster response robot
|
64
|
+
drone
|
65
|
+
drones
|
66
|
+
elder care robot
|
67
|
+
energy sword
|
68
|
+
entertainment robot
|
69
|
+
exoskeleton robot
|
70
|
+
exoskeleton suit
|
71
|
+
flying cars
|
72
|
+
force field generator
|
73
|
+
futuristic city infrastructure
|
74
|
+
futuristic weapon
|
75
|
+
gravity control device
|
76
|
+
gravity generator
|
77
|
+
gravity shield
|
78
|
+
holographic display
|
79
|
+
holographic entertainment system
|
80
|
+
holographic keyboard
|
81
|
+
holographic storage device
|
82
|
+
human augmentation device
|
83
|
+
human augmentation implant
|
84
|
+
human augmentation serum
|
85
|
+
human augmentation suit
|
86
|
+
human enhancement serum
|
87
|
+
human-form robot
|
88
|
+
human-sized robot
|
89
|
+
humanoid machine
|
90
|
+
humanoid robot
|
91
|
+
humanoid search and rescue robot
|
92
|
+
hyperloop
|
93
|
+
industrial robot
|
94
|
+
intergalactic navigation system
|
95
|
+
intergalactic trade network
|
96
|
+
intergalactic transport system
|
97
|
+
interstellar colonizer
|
98
|
+
interstellar communication device
|
99
|
+
invisibility cloak
|
100
|
+
magnetic levitation train
|
101
|
+
mars atmosphere terraforming device
|
102
|
+
mars terraforming machine
|
103
|
+
medical robot
|
104
|
+
military robot
|
105
|
+
mind backup device
|
106
|
+
mind control device
|
107
|
+
mind mapping device
|
108
|
+
mind transfer device
|
109
|
+
mind upload server
|
110
|
+
mind uploading device
|
111
|
+
mind-machine interface implant
|
112
|
+
mind-reading device
|
113
|
+
nanobot
|
114
|
+
nanobots
|
115
|
+
neural lace implant
|
116
|
+
nuclear fusion reactor
|
117
|
+
orbital defense system
|
118
|
+
organic-artificial hybrid organism
|
119
|
+
particle accelerator
|
120
|
+
particle beam weapon
|
121
|
+
personal assistant robot
|
122
|
+
personal jetpack
|
123
|
+
personalized fitness trainer device
|
124
|
+
personalized healthcare device
|
125
|
+
personalized medicine dispenser
|
126
|
+
personalized nutrition pill dispenser
|
127
|
+
quantum computer
|
128
|
+
rehabilitation robot
|
129
|
+
robot
|
130
|
+
robots
|
131
|
+
self-driving car
|
132
|
+
service robot
|
133
|
+
shape-shifting material
|
134
|
+
smart cities
|
135
|
+
smart city device
|
136
|
+
smart grid system
|
137
|
+
smart home device
|
138
|
+
smart home devices
|
139
|
+
solar sail
|
140
|
+
solar sails
|
141
|
+
solar system exploration vehicle
|
142
|
+
space colony module
|
143
|
+
space colony support system
|
144
|
+
space elevator
|
145
|
+
space elevator cable
|
146
|
+
space elevator capsule
|
147
|
+
space elevator car
|
148
|
+
space elevator control system
|
149
|
+
space elevator maintenance robot
|
150
|
+
space elevator power system
|
151
|
+
space elevator terminal
|
152
|
+
space exploration robot
|
153
|
+
space habitat
|
154
|
+
space rescue pod
|
155
|
+
space station habitat module
|
156
|
+
space suit
|
157
|
+
space tourism
|
158
|
+
space tourism shuttle
|
159
|
+
space tourism vehicle
|
160
|
+
space-based solar power plant
|
161
|
+
spacecraft factory
|
162
|
+
spacecraft propulsion system
|
163
|
+
star charting device
|
164
|
+
telekinesis enhancer
|
165
|
+
telepathic communication device
|
166
|
+
telepathic communication network
|
167
|
+
telepathic interface implant
|
168
|
+
telepathic translator
|
169
|
+
teleportation chamber
|
170
|
+
teleportation device
|
171
|
+
teleportation device network
|
172
|
+
teleportation network hub
|
173
|
+
teleportation network node
|
174
|
+
teleportation network router
|
175
|
+
teleportation network satellite
|
176
|
+
teleportation pad
|
177
|
+
telepresence robot
|
178
|
+
terraforming machine
|
179
|
+
terraforming machine network
|
180
|
+
terraforming tool
|
181
|
+
time displacement device
|
182
|
+
time machine
|
183
|
+
time manipulation device
|
184
|
+
time travel device
|
185
|
+
underwater cities
|
186
|
+
virtual reality headset
|
187
|
+
virtual world platform
|
188
|
+
walking assist device
|
189
|
+
warp drive engine
|
190
|
+
warp drive engine module
|
191
|
+
wearable technology
|
192
|
+
wormhole generator
|
@@ -0,0 +1,141 @@
|
|
1
|
+
---
|
2
|
+
title: Space things
|
3
|
+
category: thing
|
4
|
+
---
|
5
|
+
adrastea
|
6
|
+
aitne
|
7
|
+
alpha centauri
|
8
|
+
amalthea
|
9
|
+
ananke
|
10
|
+
anomalous x-ray pulsar
|
11
|
+
antennae galaxies
|
12
|
+
asteroids
|
13
|
+
black hole
|
14
|
+
black holes
|
15
|
+
blue straggler
|
16
|
+
bok globule
|
17
|
+
brown dwarf
|
18
|
+
bubble nebula
|
19
|
+
callisto
|
20
|
+
canis major dwarf
|
21
|
+
carina nebula
|
22
|
+
carme
|
23
|
+
centaurus a
|
24
|
+
chaldene
|
25
|
+
comets
|
26
|
+
cosmic microwave background radiation
|
27
|
+
cosmic string
|
28
|
+
crab nebula
|
29
|
+
dark cloud
|
30
|
+
dark energy
|
31
|
+
dark matter
|
32
|
+
debris disk
|
33
|
+
eagle nebula
|
34
|
+
earth
|
35
|
+
elara
|
36
|
+
emission nebula
|
37
|
+
erginus
|
38
|
+
euanthe
|
39
|
+
euporie
|
40
|
+
europa
|
41
|
+
eurydome
|
42
|
+
fermi bubble
|
43
|
+
galactic halo
|
44
|
+
galaxies
|
45
|
+
galaxy
|
46
|
+
ganymede
|
47
|
+
giant molecular cloud
|
48
|
+
gravitational wave
|
49
|
+
harpalyke
|
50
|
+
herbig–haro object
|
51
|
+
high-mass x-ray binary system
|
52
|
+
himalia
|
53
|
+
hoag's object
|
54
|
+
holmberg ii
|
55
|
+
hyades
|
56
|
+
ic 1101
|
57
|
+
intergalactic medium
|
58
|
+
interstellar cloud
|
59
|
+
interstellar medium
|
60
|
+
io
|
61
|
+
iocaste
|
62
|
+
jupiter
|
63
|
+
kalyke
|
64
|
+
lachesis
|
65
|
+
lagoon nebula
|
66
|
+
large magellanic cloud
|
67
|
+
leda
|
68
|
+
ledaxa
|
69
|
+
local bubble
|
70
|
+
low-mass x-ray binary system
|
71
|
+
lysithea
|
72
|
+
magnetar
|
73
|
+
main sequence star
|
74
|
+
mars
|
75
|
+
messier 87
|
76
|
+
meteoroids
|
77
|
+
meteors
|
78
|
+
metis
|
79
|
+
millisecond pulsar
|
80
|
+
molecular cloud
|
81
|
+
moon
|
82
|
+
moons
|
83
|
+
nebula
|
84
|
+
nebulae
|
85
|
+
neptune
|
86
|
+
orion nebula
|
87
|
+
orthosie
|
88
|
+
pasiphae
|
89
|
+
pillars of creation
|
90
|
+
planetary nebula
|
91
|
+
planets
|
92
|
+
pleiades
|
93
|
+
pluto
|
94
|
+
protoplanetary disk
|
95
|
+
protostar
|
96
|
+
pulsar
|
97
|
+
pulsar wind nebula
|
98
|
+
quasar
|
99
|
+
quasars
|
100
|
+
red giant
|
101
|
+
redback millisecond pulsar
|
102
|
+
reflection nebula
|
103
|
+
rosette nebula
|
104
|
+
rotating radio transient
|
105
|
+
saturn
|
106
|
+
seyfert's sextet
|
107
|
+
sinope
|
108
|
+
sirius
|
109
|
+
small magellanic cloud
|
110
|
+
soft gamma repeater
|
111
|
+
sombrero galaxy
|
112
|
+
standard model particles
|
113
|
+
star
|
114
|
+
stars
|
115
|
+
stellar nursery
|
116
|
+
stellar wind bubble
|
117
|
+
stephan's quintet
|
118
|
+
sun
|
119
|
+
superbubble
|
120
|
+
supernova remnant
|
121
|
+
supernovas
|
122
|
+
synchrotron nebula
|
123
|
+
t tauri star
|
124
|
+
tarantula nebula
|
125
|
+
taygete
|
126
|
+
the andromeda galaxy
|
127
|
+
the black eye galaxy
|
128
|
+
the blackeye galaxy
|
129
|
+
the cigar galaxy
|
130
|
+
the pinwheel galaxy
|
131
|
+
the sombrero galaxy
|
132
|
+
the sunflower galaxy
|
133
|
+
the triangulum galaxy
|
134
|
+
the whirlpool galaxy
|
135
|
+
thebe
|
136
|
+
themisto
|
137
|
+
uranus
|
138
|
+
vela pulsar wind nebula
|
139
|
+
venus
|
140
|
+
white dwarf
|
141
|
+
x-ray binary system
|
@@ -0,0 +1,52 @@
|
|
1
|
+
---
|
2
|
+
title: Summer things
|
3
|
+
category: thing
|
4
|
+
---
|
5
|
+
baseball cap
|
6
|
+
bbq grill
|
7
|
+
beach bag
|
8
|
+
beach ball
|
9
|
+
beach towel
|
10
|
+
beach umbrella
|
11
|
+
camping tent
|
12
|
+
canoe
|
13
|
+
cooler
|
14
|
+
corn on the cob
|
15
|
+
fire pit
|
16
|
+
fishing pole
|
17
|
+
flip-flops
|
18
|
+
flowy skirt
|
19
|
+
frisbee
|
20
|
+
golf clubs
|
21
|
+
hammock
|
22
|
+
hiking shoes
|
23
|
+
ice cream
|
24
|
+
inflatable pool
|
25
|
+
insect repellent
|
26
|
+
kayak
|
27
|
+
kite
|
28
|
+
lawn chair
|
29
|
+
lemonade
|
30
|
+
outdoor games set
|
31
|
+
picnic blanket
|
32
|
+
pool float
|
33
|
+
popsicle
|
34
|
+
portable speaker
|
35
|
+
road bike
|
36
|
+
rollerblades
|
37
|
+
sandals
|
38
|
+
sarong
|
39
|
+
shorts
|
40
|
+
skateboard
|
41
|
+
straw hat
|
42
|
+
sun dress
|
43
|
+
sun hat
|
44
|
+
sunglasses
|
45
|
+
sunscreen
|
46
|
+
tank top
|
47
|
+
tanning lotion
|
48
|
+
tennis racket
|
49
|
+
volleyball
|
50
|
+
water bottle
|
51
|
+
water gun
|
52
|
+
watermelon
|