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,54 @@
|
|
1
|
+
---
|
2
|
+
title: Video game engines
|
3
|
+
category: video-game
|
4
|
+
---
|
5
|
+
amazon lumberyard
|
6
|
+
anvilnext
|
7
|
+
creation engine
|
8
|
+
cryengine
|
9
|
+
decima engine
|
10
|
+
dunia engine
|
11
|
+
eclipse engine
|
12
|
+
ego engine
|
13
|
+
fox engine
|
14
|
+
frostbite 2
|
15
|
+
frostbite engine
|
16
|
+
gamebryo
|
17
|
+
gamebryo lightspeed
|
18
|
+
gamemaker studio
|
19
|
+
godot engine
|
20
|
+
havok vision engine
|
21
|
+
hedgehog engine
|
22
|
+
heroengine
|
23
|
+
id tech
|
24
|
+
ioquake3
|
25
|
+
iw engine
|
26
|
+
jade engine
|
27
|
+
lithtech engine
|
28
|
+
luminous engine
|
29
|
+
marmalade sdk
|
30
|
+
mt framework
|
31
|
+
ogre
|
32
|
+
phyreengine
|
33
|
+
project spark
|
34
|
+
rage
|
35
|
+
redengine
|
36
|
+
renderman
|
37
|
+
rendermorphics
|
38
|
+
renderware
|
39
|
+
renderware game engine
|
40
|
+
renderware graphics
|
41
|
+
renderware studio
|
42
|
+
snowdrop engine
|
43
|
+
source 2
|
44
|
+
source engine
|
45
|
+
source filmmaker
|
46
|
+
stingray engine
|
47
|
+
umbra 3
|
48
|
+
unity
|
49
|
+
unity3d
|
50
|
+
unityscript
|
51
|
+
unreal development kit
|
52
|
+
unreal engine
|
53
|
+
vision engine
|
54
|
+
xenko
|
@@ -0,0 +1,306 @@
|
|
1
|
+
---
|
2
|
+
title: Video games
|
3
|
+
category: video-game
|
4
|
+
---
|
5
|
+
abzû
|
6
|
+
amnesia: the dark descent
|
7
|
+
among us
|
8
|
+
angry birds
|
9
|
+
animal crossing
|
10
|
+
animal crossing: new horizons
|
11
|
+
apex legends
|
12
|
+
arms
|
13
|
+
arx fatalis
|
14
|
+
assassin's creed
|
15
|
+
assassin's creed odyssey
|
16
|
+
astral chain
|
17
|
+
baldur's gate ii: shadows of amn
|
18
|
+
battlefield
|
19
|
+
battlefield 2
|
20
|
+
battlefield 3
|
21
|
+
battlefield 4
|
22
|
+
battlefront
|
23
|
+
bayonetta
|
24
|
+
bayonetta 2
|
25
|
+
bioshock
|
26
|
+
bioshock infinite
|
27
|
+
bloodborne
|
28
|
+
borderlands
|
29
|
+
borderlands 2
|
30
|
+
borderlands: the pre-sequel!
|
31
|
+
burnout paradise
|
32
|
+
call of duty
|
33
|
+
call of duty 2
|
34
|
+
call of duty 3
|
35
|
+
call of duty 4: modern warfare
|
36
|
+
call of duty: black ops
|
37
|
+
call of duty: ghosts
|
38
|
+
call of duty: modern warfare 2
|
39
|
+
call of duty: world at war
|
40
|
+
candy crush
|
41
|
+
celeste
|
42
|
+
chrono trigger
|
43
|
+
clash of clans
|
44
|
+
control
|
45
|
+
counter strike
|
46
|
+
counter-strike: global offensive
|
47
|
+
crash bandicoot n. sane trilogy
|
48
|
+
cuphead
|
49
|
+
cyberpunk 2077
|
50
|
+
dark souls
|
51
|
+
dark souls iii
|
52
|
+
dark souls remastered
|
53
|
+
death stranding
|
54
|
+
detroit: become human
|
55
|
+
deus ex
|
56
|
+
devil may cry
|
57
|
+
devil may cry 2
|
58
|
+
devil may cry 3: dante's awakening
|
59
|
+
devil may cry 4
|
60
|
+
devil may cry 5
|
61
|
+
diablo
|
62
|
+
dishonored
|
63
|
+
dishonored 2
|
64
|
+
divinity: original sin
|
65
|
+
dmc: devil may cry
|
66
|
+
donkey kong
|
67
|
+
donut county
|
68
|
+
doom
|
69
|
+
doom (2016)
|
70
|
+
doom eternal
|
71
|
+
dota 2
|
72
|
+
dragon age: origins
|
73
|
+
earthbound
|
74
|
+
elden ring
|
75
|
+
fallout
|
76
|
+
fallout 4
|
77
|
+
far cry
|
78
|
+
far cry 5
|
79
|
+
fifa
|
80
|
+
fifa soccer
|
81
|
+
final fantasy
|
82
|
+
final fantasy vii remake
|
83
|
+
final fantasy xv
|
84
|
+
fire emblem
|
85
|
+
fire emblem: three houses
|
86
|
+
firewatch
|
87
|
+
florence
|
88
|
+
fortnite
|
89
|
+
forza horizon
|
90
|
+
forza horizon 2
|
91
|
+
forza horizon 3
|
92
|
+
forza motorsport
|
93
|
+
forza motorsport 2
|
94
|
+
forza motorsport 3
|
95
|
+
forza motorsport 4
|
96
|
+
fruit ninja
|
97
|
+
gears of war
|
98
|
+
gears of war 2
|
99
|
+
gears of war 3
|
100
|
+
gears of war 4
|
101
|
+
ghost recon
|
102
|
+
god of war
|
103
|
+
god of war (2018)
|
104
|
+
god of war ii
|
105
|
+
god of war iii
|
106
|
+
god of war iii remastered
|
107
|
+
god of war: chains of olympus
|
108
|
+
god of war: ghost of sparta
|
109
|
+
golden axe
|
110
|
+
goldeneye 007
|
111
|
+
gone home
|
112
|
+
gran turismo
|
113
|
+
grand theft auto
|
114
|
+
grand theft auto 2
|
115
|
+
grand theft auto iii
|
116
|
+
grand theft auto iv
|
117
|
+
grand theft auto v
|
118
|
+
grand theft auto: san andreas
|
119
|
+
grand theft auto: vice city
|
120
|
+
hades
|
121
|
+
half life
|
122
|
+
half-life
|
123
|
+
half-life: alyx
|
124
|
+
halo
|
125
|
+
halo 2
|
126
|
+
hellblade: senua's sacrifice
|
127
|
+
hollow knight
|
128
|
+
horizon zero dawn
|
129
|
+
infamous
|
130
|
+
infamous 2
|
131
|
+
infamous: first light
|
132
|
+
infamous: second son
|
133
|
+
inside
|
134
|
+
into the breach
|
135
|
+
journey
|
136
|
+
just cause
|
137
|
+
just dance
|
138
|
+
kingdom hearts
|
139
|
+
kingdom hearts iii
|
140
|
+
kirby
|
141
|
+
layers of fear
|
142
|
+
league of legends
|
143
|
+
limbo
|
144
|
+
luigi's mansion 3
|
145
|
+
madden nfl
|
146
|
+
mario kart
|
147
|
+
mario party
|
148
|
+
marvel's spider-man: miles morales
|
149
|
+
mass effect
|
150
|
+
medal of honor
|
151
|
+
medal of honor: allied assault
|
152
|
+
medal of honor: frontline
|
153
|
+
medal of honor: pacific assault
|
154
|
+
metal gear solid
|
155
|
+
metal gear solid 2: sons of liberty
|
156
|
+
metal gear solid 3: snake eater
|
157
|
+
metal gear solid 4: guns of the patriots
|
158
|
+
metal gear solid v: the phantom pain
|
159
|
+
metal slug
|
160
|
+
metro: exodus
|
161
|
+
metroid
|
162
|
+
minecraft
|
163
|
+
mortal kombat
|
164
|
+
mortal kombat 11
|
165
|
+
mortal kombat 3
|
166
|
+
mortal kombat 9
|
167
|
+
mortal kombat ii
|
168
|
+
mortal kombat x
|
169
|
+
mortal kombat xl
|
170
|
+
nba 2k
|
171
|
+
nba jam
|
172
|
+
need for speed
|
173
|
+
need for speed: carbon
|
174
|
+
need for speed: hot pursuit
|
175
|
+
need for speed: most wanted
|
176
|
+
need for speed: prostreet
|
177
|
+
need for speed: shift
|
178
|
+
need for speed: undercover
|
179
|
+
need for speed: underground
|
180
|
+
nhl
|
181
|
+
nier: automata
|
182
|
+
nioh
|
183
|
+
ori and the will of the wisps
|
184
|
+
overwatch
|
185
|
+
oxenfree
|
186
|
+
papers, please
|
187
|
+
perfect dark
|
188
|
+
pikmin
|
189
|
+
pillars of eternity
|
190
|
+
planescape: torment
|
191
|
+
plants vs. zombies
|
192
|
+
playerunknown's battlegrounds
|
193
|
+
pokemon
|
194
|
+
pokemon go
|
195
|
+
pokémon go
|
196
|
+
portal
|
197
|
+
prey
|
198
|
+
prey (2017)
|
199
|
+
prince of persia
|
200
|
+
quake
|
201
|
+
rayman
|
202
|
+
red dead redemption
|
203
|
+
red dead redemption 2
|
204
|
+
resident evil
|
205
|
+
resident evil 2
|
206
|
+
resident evil 2 (2019)
|
207
|
+
resident evil 3 (2020)
|
208
|
+
resident evil 3: nemesis
|
209
|
+
resident evil 4
|
210
|
+
resident evil 5
|
211
|
+
resident evil 6
|
212
|
+
resident evil 7: biohazard
|
213
|
+
return of the obra dinn
|
214
|
+
rhythm heaven
|
215
|
+
rock band
|
216
|
+
rocket league
|
217
|
+
saints row
|
218
|
+
saints row 2
|
219
|
+
saints row 4
|
220
|
+
saints row: the third
|
221
|
+
sayonara wild hearts
|
222
|
+
sekiro: shadows die twice
|
223
|
+
shadow of the colossus (2018)
|
224
|
+
silent hill
|
225
|
+
silent hill 2
|
226
|
+
silent hill 3
|
227
|
+
silent hill 4: the room
|
228
|
+
skylanders
|
229
|
+
smash bros
|
230
|
+
soma
|
231
|
+
sonic the hedgehog
|
232
|
+
sonic the hedgehog 2
|
233
|
+
soulcalibur
|
234
|
+
soulcalibur ii
|
235
|
+
soulcalibur iii
|
236
|
+
spec ops: the line
|
237
|
+
spider-man (2018)
|
238
|
+
splatoon
|
239
|
+
spyro reignited trilogy
|
240
|
+
star fox
|
241
|
+
star wars
|
242
|
+
star wars jedi: fallen order
|
243
|
+
star wars: battlefront
|
244
|
+
star wars: battlefront 2
|
245
|
+
star wars: knights of the old republic
|
246
|
+
starcraft
|
247
|
+
stardew valley
|
248
|
+
street fighter
|
249
|
+
super mario bros
|
250
|
+
super mario maker 2
|
251
|
+
super mario odyssey
|
252
|
+
super smash bros
|
253
|
+
superhot
|
254
|
+
system shock 2
|
255
|
+
tacoma
|
256
|
+
team fortress
|
257
|
+
team fortress 2
|
258
|
+
tekken
|
259
|
+
tekken 2
|
260
|
+
tekken 3
|
261
|
+
tekken 5
|
262
|
+
tekken 6
|
263
|
+
tekken tag tournament
|
264
|
+
tetris
|
265
|
+
the elder scrolls v: skyrim
|
266
|
+
the evil within 2
|
267
|
+
the king of fighters
|
268
|
+
the last of us
|
269
|
+
the last of us part ii
|
270
|
+
the legend of zelda
|
271
|
+
the legend of zelda: breath of the wild
|
272
|
+
the legend of zelda: link's awakening (2019)
|
273
|
+
the outer wilds
|
274
|
+
the sims
|
275
|
+
the witcher
|
276
|
+
the witcher 3: wild hunt
|
277
|
+
the witcher 3: wild hunt - blood and wine
|
278
|
+
the witcher 3: wild hunt - hearts of stone
|
279
|
+
thief
|
280
|
+
this war of mine
|
281
|
+
tom clancy's rainbow six
|
282
|
+
tom clancy's rainbow six siege
|
283
|
+
tomb raider
|
284
|
+
tony hawk
|
285
|
+
tony hawk's pro skater
|
286
|
+
ultima underworld
|
287
|
+
uncharted
|
288
|
+
uncharted 2: among thieves
|
289
|
+
uncharted 3: drake's deception
|
290
|
+
uncharted 4: a thief's end
|
291
|
+
uncharted: drake's fortune
|
292
|
+
undertale
|
293
|
+
untitled goose game
|
294
|
+
virtua fighter
|
295
|
+
virtua fighter 2
|
296
|
+
virtua fighter 3
|
297
|
+
virtua fighter 4
|
298
|
+
virtua fighter 5
|
299
|
+
what remains of edith finch
|
300
|
+
wolfenstein ii: the new colossus
|
301
|
+
world of warcraft
|
302
|
+
xenoblade chronicles
|
303
|
+
xenoblade chronicles 2
|
304
|
+
xenoblade chronicles: definitive edition
|
305
|
+
yoshi
|
306
|
+
zelda
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Video game regions
|
3
|
+
category: video-game
|
4
|
+
---
|
5
|
+
ancient forest
|
6
|
+
ancient kingdom
|
7
|
+
ancient ruins
|
8
|
+
ancient temple
|
9
|
+
aquatic kingdom
|
10
|
+
arctic region
|
11
|
+
atlantis region
|
12
|
+
avalon region
|
13
|
+
bamboo forest
|
14
|
+
beach kingdom
|
15
|
+
candy kingdom
|
16
|
+
candyland region
|
17
|
+
canyon region
|
18
|
+
castle region
|
19
|
+
cavern kingdom
|
20
|
+
chocolate kingdom
|
21
|
+
cityscape kingdom
|
22
|
+
cloud kingdom
|
23
|
+
coral kingdom
|
24
|
+
crystal caverns
|
25
|
+
crystal caves
|
26
|
+
crystal kingdom
|
27
|
+
cyberpunk kingdom
|
28
|
+
desert region
|
29
|
+
diamond region
|
30
|
+
dinosaur kingdom
|
31
|
+
dream kingdom
|
32
|
+
dreamland kingdom
|
33
|
+
enchanted region
|
34
|
+
fairy kingdom
|
35
|
+
fantasy kingdom
|
36
|
+
fire kingdom
|
37
|
+
firefly kingdom
|
38
|
+
forest region
|
39
|
+
future kingdom
|
40
|
+
ghost kingdom
|
41
|
+
glacial region
|
42
|
+
grand canyon region
|
43
|
+
grassland kingdom
|
44
|
+
haunted kingdom
|
45
|
+
heaven's gate region
|
46
|
+
iceberg region
|
47
|
+
industrial kingdom
|
48
|
+
jungle region
|
49
|
+
lava kingdom
|
50
|
+
lost city region
|
51
|
+
lunar kingdom
|
52
|
+
magic kingdom
|
53
|
+
marshland region
|
54
|
+
mirage region
|
55
|
+
mountain kingdom
|
56
|
+
mushroom city
|
57
|
+
mushroom forest
|
58
|
+
mushroom kingdom
|
59
|
+
music kingdom
|
60
|
+
mystic forest
|
61
|
+
mystic kingdom
|
62
|
+
mythical kingdom
|
63
|
+
neon kingdom
|
64
|
+
nightmare region
|
65
|
+
ninja region
|
66
|
+
ocean kingdom
|
67
|
+
pirate kingdom
|
68
|
+
polar region
|
69
|
+
prehistoric kingdom
|
70
|
+
rainbow isles
|
71
|
+
rainbow region
|
72
|
+
robot kingdom
|
73
|
+
ruins region
|
74
|
+
savannah region
|
75
|
+
sci-fi kingdom
|
76
|
+
sky citadel
|
77
|
+
sky kingdom
|
78
|
+
skyline kingdom
|
79
|
+
slime kingdom
|
80
|
+
snowy kingdom
|
81
|
+
solar kingdom
|
82
|
+
space region
|
83
|
+
spooky kingdom
|
84
|
+
steampunk city
|
85
|
+
steampunk region
|
86
|
+
subterranean kingdom
|
87
|
+
sugar rush kingdom
|
88
|
+
sunset kingdom
|
89
|
+
time kingdom
|
90
|
+
toxic kingdom
|
91
|
+
toy kingdom
|
92
|
+
tropical kingdom
|
93
|
+
tundra region
|
94
|
+
underground kingdom
|
95
|
+
undersea kingdom
|
96
|
+
underwater kingdom
|
97
|
+
underworld kingdom
|
98
|
+
underworld region
|
99
|
+
vineyard kingdom
|
100
|
+
volcanic kingdom
|
101
|
+
volcano region
|
102
|
+
wasteland kingdom
|
103
|
+
waterfall kingdom
|
104
|
+
wild west region
|