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,148 @@
|
|
1
|
+
---
|
2
|
+
title: Classic cars
|
3
|
+
category: vehicle
|
4
|
+
---
|
5
|
+
1903 oldsmobile curved dash runabout
|
6
|
+
1904 cadillac model b
|
7
|
+
1904 ford model c
|
8
|
+
1904 rolls-royce 10 hp
|
9
|
+
1905 renault type ag
|
10
|
+
1905 stanley steamer model f
|
11
|
+
1906 rolls-royce silver ghost
|
12
|
+
1907 rolls-royce 40/50 hp
|
13
|
+
1908 buick model 10
|
14
|
+
1908 packard model 30
|
15
|
+
1909 buick model 16
|
16
|
+
1909 ford model t
|
17
|
+
1910 buick model 17
|
18
|
+
1910 chalmers-detroit model 30
|
19
|
+
1911 cadillac model thirty
|
20
|
+
1911 hudson model 33
|
21
|
+
1911 mercer type 35-r raceabout
|
22
|
+
1912 cadillac model thirty
|
23
|
+
1912 cadillac type 53
|
24
|
+
1912 oakland model 30
|
25
|
+
1913 buick model 31
|
26
|
+
1913 stutz bearcat
|
27
|
+
1914 buick model b-24
|
28
|
+
1914 dodge model 30
|
29
|
+
1915 dodge model 30-35
|
30
|
+
1915 ford model t
|
31
|
+
1915 packard twin six
|
32
|
+
1916 cadillac type 53
|
33
|
+
1916 studebaker big six
|
34
|
+
1917 chevrolet model d
|
35
|
+
1917 peerless model 56
|
36
|
+
1918 ford model t
|
37
|
+
1918 studebaker light six
|
38
|
+
1919 dodge model 30
|
39
|
+
1920 buick model k-45
|
40
|
+
1920 rolls-royce silver ghost
|
41
|
+
1921 packard single six
|
42
|
+
1922 lincoln model l
|
43
|
+
1922 studebaker special six
|
44
|
+
1923 ford model t
|
45
|
+
1923 mercer series 6 raceabout
|
46
|
+
1924 bentley 3 litre
|
47
|
+
1924 hupmobile model r
|
48
|
+
1924 rolls-royce silver ghost
|
49
|
+
1925 buick master six
|
50
|
+
1925 franklin series 11a
|
51
|
+
1926 bugatti type 35
|
52
|
+
1926 chrysler series 50
|
53
|
+
1926 duesenberg model a
|
54
|
+
1927 ford model a
|
55
|
+
1927 lasalle series 303
|
56
|
+
1927 stutz blackhawk
|
57
|
+
1928 packard model 526
|
58
|
+
1928 studebaker president
|
59
|
+
1929 cadillac series 341a
|
60
|
+
1929 chrysler series 75
|
61
|
+
1929 duesenberg model j
|
62
|
+
1929 packard model 645
|
63
|
+
1930 auburn 8-125
|
64
|
+
1930 cadillac v-16
|
65
|
+
1930 cord l-29
|
66
|
+
1930 franklin series 145
|
67
|
+
1930 studebaker president
|
68
|
+
1931 bugatti royale
|
69
|
+
1931 cadillac series 452a
|
70
|
+
1931 chrysler cg imperial
|
71
|
+
1931 chrysler imperial cg
|
72
|
+
1931 marmon sixteen
|
73
|
+
1931 packard model 840
|
74
|
+
1932 auburn 12-160a
|
75
|
+
1932 cadillac v-16
|
76
|
+
1932 ford model 18
|
77
|
+
1932 packard light eight
|
78
|
+
1932 packard twin six
|
79
|
+
1933 auburn 12-165 speedster
|
80
|
+
1933 cadillac series 355c
|
81
|
+
1933 chrysler imperial cl
|
82
|
+
1933 pierce-arrow model 836
|
83
|
+
1933 pierce-arrow silver arrow
|
84
|
+
1934 auburn 652y
|
85
|
+
1934 duesenberg model jn
|
86
|
+
1934 packard twelve
|
87
|
+
1935 auburn 851sc
|
88
|
+
1935 cadillac series 60
|
89
|
+
1935 chrysler airflow
|
90
|
+
1935 mercedes-benz 500k
|
91
|
+
1935 packard super eight
|
92
|
+
1936 auburn 852
|
93
|
+
1936 bugatti type 57sc atlantic
|
94
|
+
1936 cadillac series 60
|
95
|
+
1936 delahaye 135
|
96
|
+
1936 lincoln-zephyr
|
97
|
+
1937 cord 812 supercharged
|
98
|
+
1938 talbot-lago t150c
|
99
|
+
1939 alfa romeo 8c 2900b
|
100
|
+
1940 cadillac series 62
|
101
|
+
1941 packard clipper
|
102
|
+
1947 bentley mark vi
|
103
|
+
1948 tucker torpedo
|
104
|
+
1949 jaguar xk120
|
105
|
+
1950 studebaker champion
|
106
|
+
1951 hudson hornet
|
107
|
+
1952 mg td
|
108
|
+
1953 chevrolet corvette
|
109
|
+
1954 mercedes-benz 300sl
|
110
|
+
1955 chevrolet bel air
|
111
|
+
1955 ford thunderbird
|
112
|
+
1956 chrysler 300b
|
113
|
+
1957 chevrolet bel air
|
114
|
+
1957 ford fairlane 500 skyliner
|
115
|
+
1958 edsel citation
|
116
|
+
1959 cadillac eldorado
|
117
|
+
1960 chevrolet corvair
|
118
|
+
1961 lincoln continental
|
119
|
+
1962 jaguar e-type
|
120
|
+
1963 chevrolet corvette sting ray
|
121
|
+
1964 aston martin db5
|
122
|
+
1965 ford mustang
|
123
|
+
1966 lamborghini miura
|
124
|
+
1967 chevrolet camaro
|
125
|
+
1967 shelby gt500
|
126
|
+
1968 dodge charger r/t
|
127
|
+
1969 chevrolet camaro z28
|
128
|
+
1970 plymouth superbird
|
129
|
+
1971 plymouth hemi 'cuda
|
130
|
+
1972 de tomaso pantera
|
131
|
+
1973 porsche 911 carrera rs
|
132
|
+
1974 lamborghini countach
|
133
|
+
1975 ferrari 308 gtb
|
134
|
+
1976 cadillac eldorado convertible
|
135
|
+
1977 aston martin v8 vantage
|
136
|
+
1978 porsche 911 turbo
|
137
|
+
1979 ferrari 512 bb
|
138
|
+
1980 bmw m1
|
139
|
+
1981 delorean dmc-12
|
140
|
+
1982 lamborghini countach lp500 s
|
141
|
+
1983 porsche 911 sc cabriolet
|
142
|
+
1984 ferrari 288 gto
|
143
|
+
1985 audi sport quattro s1
|
144
|
+
1986 ford rs200
|
145
|
+
1987 buick gnx
|
146
|
+
1988 lamborghini jalpa
|
147
|
+
1989 porsche 911 speedster
|
148
|
+
1990 ferrari f40
|
@@ -0,0 +1,42 @@
|
|
1
|
+
---
|
2
|
+
title: Famous cars
|
3
|
+
category: vehicle
|
4
|
+
---
|
5
|
+
bumblebee from transformers
|
6
|
+
christine from christine
|
7
|
+
doc brown's delorean from back to the future
|
8
|
+
ecto 1 from ghostbusters
|
9
|
+
finn mcmissile from cars 2
|
10
|
+
francesco bernoulli from cars 2
|
11
|
+
gremlins' vw bug from gremlins
|
12
|
+
herbie from the love bug
|
13
|
+
holley shiftwell from cars 2
|
14
|
+
james bond's aston martin from goldfinger
|
15
|
+
kit from knight rider
|
16
|
+
kitt from knight rider
|
17
|
+
lightning mcqueen from cars
|
18
|
+
lightning mcqueen from cars 2
|
19
|
+
magnum's ferrari from magnum, p.i
|
20
|
+
mater from cars 2
|
21
|
+
optimus prime from transformers
|
22
|
+
professor zündapp from cars 2
|
23
|
+
raoul çaroule from cars 2
|
24
|
+
the a-team van from the a-team
|
25
|
+
the batmobile from batman
|
26
|
+
the batmobile from batman v superman: dawn of justice
|
27
|
+
the batpod from the dark knight
|
28
|
+
the bluesmobile from the blues brothers
|
29
|
+
the delorean from back to the future
|
30
|
+
the delorean from back to the future part ii
|
31
|
+
the ecto-1 from ghostbusters
|
32
|
+
the ecto-1 from ghostbusters (2016)
|
33
|
+
the ford explorer from jurassic world
|
34
|
+
the general lee from dukes of hazzard
|
35
|
+
the general lee from the dukes of hazzard
|
36
|
+
the jurassic park jeep wrangler from jurassic park
|
37
|
+
the love bug from herbie
|
38
|
+
the minivan from wayne's world
|
39
|
+
the munster koach from the munsters
|
40
|
+
the mystery machine from scooby doo
|
41
|
+
the tumbler from batman begins
|
42
|
+
the volkswagen beetle from herbie goes to monte carlo
|
@@ -0,0 +1,81 @@
|
|
1
|
+
---
|
2
|
+
title: Fast cars
|
3
|
+
category: vehicle
|
4
|
+
---
|
5
|
+
aston martin db11
|
6
|
+
aston martin db11 amr
|
7
|
+
aston martin db7
|
8
|
+
aston martin one-77
|
9
|
+
aston martin vanquish
|
10
|
+
aston martin vantage
|
11
|
+
audi r8
|
12
|
+
audi r8 v10 plus
|
13
|
+
audi rs6 avant
|
14
|
+
audi rs7
|
15
|
+
audi tt rs
|
16
|
+
bentley bentayga
|
17
|
+
bentley bentayga mulliner
|
18
|
+
bentley continental gt
|
19
|
+
bentley continental supersports
|
20
|
+
bentley mulsanne
|
21
|
+
bugatti chiron
|
22
|
+
bugatti eb110 ss
|
23
|
+
bugatti veyron
|
24
|
+
chevrolet camaro zl1
|
25
|
+
chevrolet corvette zr1
|
26
|
+
dodge challenger srt demon
|
27
|
+
dodge charger srt hellcat
|
28
|
+
dodge viper gts
|
29
|
+
dodge viper srt10 acr
|
30
|
+
ferrari 458 italia
|
31
|
+
ferrari 488 gtb
|
32
|
+
ferrari 812 superfast
|
33
|
+
ferrari enzo
|
34
|
+
ferrari f40
|
35
|
+
ferrari fxx evoluzione
|
36
|
+
ferrari gtc4lusso
|
37
|
+
ferrari laferrari
|
38
|
+
ford gt40
|
39
|
+
ford mustang gt350
|
40
|
+
hennessey venom gt
|
41
|
+
jaguar f-type svr
|
42
|
+
jaguar xj220
|
43
|
+
jaguar xjr-15
|
44
|
+
koenigsegg agera
|
45
|
+
koenigsegg ccxr trevita
|
46
|
+
koenigsegg regera
|
47
|
+
lamborghini aventador
|
48
|
+
lamborghini aventador sv
|
49
|
+
lamborghini centenario
|
50
|
+
lamborghini diablo
|
51
|
+
lamborghini gallardo
|
52
|
+
lamborghini huracan
|
53
|
+
lamborghini huracan performante
|
54
|
+
lamborghini urus
|
55
|
+
lamborghini urus sto
|
56
|
+
lotus elise
|
57
|
+
maserati levante trofeo
|
58
|
+
maserati mc12
|
59
|
+
mclaren 570s
|
60
|
+
mclaren 650s
|
61
|
+
mclaren 720s
|
62
|
+
mclaren f1
|
63
|
+
mclaren mp4-12c
|
64
|
+
mclaren p1
|
65
|
+
mclaren senna
|
66
|
+
noble m600
|
67
|
+
pagani huayra
|
68
|
+
pagani zonda f
|
69
|
+
porsche 911 gt1
|
70
|
+
porsche 911 gt3 rs
|
71
|
+
porsche 911 turbo
|
72
|
+
porsche 911 turbo s exclusive series
|
73
|
+
porsche 918 spyder
|
74
|
+
porsche carrera gt
|
75
|
+
porsche macan turbo
|
76
|
+
porsche panamera turbo s e-hybrid sport turismo
|
77
|
+
rolls-royce cullinan
|
78
|
+
rolls-royce dawn
|
79
|
+
rolls-royce ghost
|
80
|
+
rolls-royce phantom
|
81
|
+
rolls-royce wraith
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Types of vehicle
|
3
|
+
category: vehicle
|
4
|
+
---
|
5
|
+
aircraft
|
6
|
+
airplane
|
7
|
+
amphibious vehicle
|
8
|
+
atv
|
9
|
+
backhoe
|
10
|
+
barge
|
11
|
+
bicycle
|
12
|
+
blimp
|
13
|
+
boat
|
14
|
+
bulldozer
|
15
|
+
bus
|
16
|
+
cable car
|
17
|
+
camper
|
18
|
+
canoe
|
19
|
+
car
|
20
|
+
carriage
|
21
|
+
cart
|
22
|
+
cement mixer
|
23
|
+
coach
|
24
|
+
crane
|
25
|
+
dog sled
|
26
|
+
double-decker bus
|
27
|
+
dump truck
|
28
|
+
electric bicycle
|
29
|
+
electric car
|
30
|
+
electric scooter
|
31
|
+
excavator
|
32
|
+
fifth wheel
|
33
|
+
forklift
|
34
|
+
front-end loader
|
35
|
+
funicular
|
36
|
+
glider
|
37
|
+
go-kart
|
38
|
+
golf cart
|
39
|
+
grader
|
40
|
+
hang glider
|
41
|
+
helicopter
|
42
|
+
horse trailer
|
43
|
+
hot air balloon
|
44
|
+
hovercraft
|
45
|
+
hybrid car
|
46
|
+
hydrogen fuel cell vehicle
|
47
|
+
jet ski
|
48
|
+
kayak
|
49
|
+
lawn mower
|
50
|
+
light rail
|
51
|
+
limousine
|
52
|
+
lunar module
|
53
|
+
mars rover
|
54
|
+
microcar
|
55
|
+
monorail
|
56
|
+
monster truck
|
57
|
+
moon buggy
|
58
|
+
motorcoach
|
59
|
+
motorcycle
|
60
|
+
motorhome
|
61
|
+
paddleboard
|
62
|
+
paraglider
|
63
|
+
pop-up camper
|
64
|
+
raft
|
65
|
+
rickshaw
|
66
|
+
rocket
|
67
|
+
roller skates
|
68
|
+
rowboat
|
69
|
+
rv
|
70
|
+
sailboat
|
71
|
+
school bus
|
72
|
+
scooter
|
73
|
+
scraper
|
74
|
+
segway
|
75
|
+
self-driving car
|
76
|
+
semi-trailer
|
77
|
+
ship
|
78
|
+
shuttle bus
|
79
|
+
skateboard
|
80
|
+
skid steer
|
81
|
+
sleigh
|
82
|
+
snow plow
|
83
|
+
snowmobile
|
84
|
+
solar-powered car
|
85
|
+
spacecraft
|
86
|
+
stagecoach
|
87
|
+
streetcar
|
88
|
+
subway
|
89
|
+
suv
|
90
|
+
taxi
|
91
|
+
tour bus
|
92
|
+
tractor
|
93
|
+
trailer
|
94
|
+
train
|
95
|
+
tram
|
96
|
+
tricycle
|
97
|
+
truck
|
98
|
+
truck camper
|
99
|
+
tugboat
|
100
|
+
van
|
101
|
+
wagon
|
102
|
+
watercraft
|
103
|
+
yacht
|
104
|
+
zamboni
|
@@ -0,0 +1,300 @@
|
|
1
|
+
---
|
2
|
+
title: Video game actions
|
3
|
+
category: video-game
|
4
|
+
---
|
5
|
+
absorbing mana
|
6
|
+
activating an item
|
7
|
+
activating invincibility
|
8
|
+
activating magical runes
|
9
|
+
activating multi-jump
|
10
|
+
activating super power mode
|
11
|
+
activating switches
|
12
|
+
aiming
|
13
|
+
alchemy (turning objects into gold)
|
14
|
+
applying magical herbs
|
15
|
+
astral projection
|
16
|
+
astral travelling
|
17
|
+
attacking
|
18
|
+
avoiding contact with enemies
|
19
|
+
avoiding spikes and other hazards
|
20
|
+
backflipping
|
21
|
+
backtracking for missed items
|
22
|
+
balancing
|
23
|
+
balloon floating
|
24
|
+
banishing demons
|
25
|
+
becoming ethereal
|
26
|
+
binding spirits
|
27
|
+
blocking
|
28
|
+
boosting
|
29
|
+
bouncing off walls
|
30
|
+
bouncing on enemies
|
31
|
+
breaking objects
|
32
|
+
brewing elixirs
|
33
|
+
brewing potions
|
34
|
+
buffing allies
|
35
|
+
building
|
36
|
+
capping a point
|
37
|
+
capturing
|
38
|
+
casting a protection spell
|
39
|
+
celebrating victory with a dance
|
40
|
+
challenging ai in competitive mode
|
41
|
+
changing form
|
42
|
+
changing weapon
|
43
|
+
channeling cosmic energies
|
44
|
+
channeling energy
|
45
|
+
charging
|
46
|
+
charging up a super jump
|
47
|
+
climbing
|
48
|
+
climbing ladders
|
49
|
+
cloaking in invisibility
|
50
|
+
collecting coins
|
51
|
+
collecting hidden collectibles
|
52
|
+
collecting key items to progress
|
53
|
+
collecting power-ups
|
54
|
+
collecting stars
|
55
|
+
commanding troops
|
56
|
+
communicating with animals
|
57
|
+
completing level within time limit
|
58
|
+
conjuring elements
|
59
|
+
consuming energy
|
60
|
+
controlling elements
|
61
|
+
controlling undeads
|
62
|
+
cooking
|
63
|
+
crafting
|
64
|
+
crafting magical items
|
65
|
+
crawling
|
66
|
+
crawling through tunnels
|
67
|
+
creating a magical clone
|
68
|
+
creating illusions
|
69
|
+
creating magical barriers
|
70
|
+
creating magical light
|
71
|
+
crouching
|
72
|
+
dancing emote
|
73
|
+
dashing
|
74
|
+
dashing through barriers
|
75
|
+
debuffing enemies
|
76
|
+
defeating boss characters
|
77
|
+
defending
|
78
|
+
deploying a gadget
|
79
|
+
digging
|
80
|
+
discovering secret levels
|
81
|
+
dismounting
|
82
|
+
dispelling illusions
|
83
|
+
dispelling magic
|
84
|
+
divination (predicting the future)
|
85
|
+
diving
|
86
|
+
dodging
|
87
|
+
dodging enemy attacks
|
88
|
+
double jumping
|
89
|
+
drawing a weapon
|
90
|
+
drawing magical sigils
|
91
|
+
drinking a potion
|
92
|
+
driving
|
93
|
+
dual-wielding
|
94
|
+
eating
|
95
|
+
enchanting weapons
|
96
|
+
encountering mini-bosses
|
97
|
+
encountering random events
|
98
|
+
escaping from chasing threats
|
99
|
+
evading
|
100
|
+
evading falling objects
|
101
|
+
exploring
|
102
|
+
facing off against final bosses
|
103
|
+
farming resources
|
104
|
+
fast traveling
|
105
|
+
finishing levels
|
106
|
+
fishing
|
107
|
+
flying
|
108
|
+
following
|
109
|
+
gaining high scores
|
110
|
+
gardening
|
111
|
+
gathering resources
|
112
|
+
gliding
|
113
|
+
gliding through the air
|
114
|
+
grabbing
|
115
|
+
ground pounding
|
116
|
+
guarding
|
117
|
+
hacking
|
118
|
+
hanging from ledges
|
119
|
+
harnessing magical artifacts
|
120
|
+
healing
|
121
|
+
hiding
|
122
|
+
hijacking a vehicle
|
123
|
+
hovering
|
124
|
+
hunting
|
125
|
+
initiating a magical duel
|
126
|
+
interacting with end-level flagpoles
|
127
|
+
interacting with npc characters
|
128
|
+
interacting with npcs
|
129
|
+
inventing
|
130
|
+
invoking ancient gods
|
131
|
+
invoking spirits
|
132
|
+
jetpacking
|
133
|
+
juking
|
134
|
+
kicking
|
135
|
+
killing
|
136
|
+
kneeling
|
137
|
+
knocking
|
138
|
+
leaning
|
139
|
+
leaping over pits
|
140
|
+
learning new spells
|
141
|
+
levitating
|
142
|
+
loading game
|
143
|
+
logging in
|
144
|
+
logging out
|
145
|
+
looting
|
146
|
+
making a choice
|
147
|
+
maneuvering in zero gravity
|
148
|
+
maneuvering through mazes
|
149
|
+
maneuvering through traps
|
150
|
+
manipulating enemy behavior
|
151
|
+
manipulating level elements
|
152
|
+
manipulating shadows
|
153
|
+
manipulating time
|
154
|
+
meditating for mana regeneration
|
155
|
+
mining
|
156
|
+
morphing
|
157
|
+
mounting
|
158
|
+
moving
|
159
|
+
navigating
|
160
|
+
navigating slippery surfaces
|
161
|
+
navigating through dark areas
|
162
|
+
opening a door
|
163
|
+
overcoming environmental challenges
|
164
|
+
parachuting
|
165
|
+
parrying
|
166
|
+
performing a super sprint
|
167
|
+
performing combo moves
|
168
|
+
performing parkour movements
|
169
|
+
phasing through objects
|
170
|
+
picking up and throwing objects
|
171
|
+
picking up items
|
172
|
+
planting bombs
|
173
|
+
platforming on moving objects
|
174
|
+
playing a mini-game
|
175
|
+
power sliding
|
176
|
+
practicing wand movements
|
177
|
+
projecting illusions
|
178
|
+
prone
|
179
|
+
pulling
|
180
|
+
punching
|
181
|
+
pushing
|
182
|
+
pushing and pulling boxes
|
183
|
+
racing against time
|
184
|
+
rapid firing
|
185
|
+
rappelling
|
186
|
+
reaching high platforms
|
187
|
+
reading
|
188
|
+
reading a grimoire
|
189
|
+
reanimating the dead
|
190
|
+
recharging
|
191
|
+
reloading
|
192
|
+
repairing
|
193
|
+
resurrecting fallen allies
|
194
|
+
reviving teammates
|
195
|
+
riding
|
196
|
+
riding on animals
|
197
|
+
riding on moving platforms
|
198
|
+
riding on rails
|
199
|
+
ritual casting
|
200
|
+
running
|
201
|
+
saving game
|
202
|
+
saving progress at checkpoints
|
203
|
+
scaling walls
|
204
|
+
scanning
|
205
|
+
scrapping items
|
206
|
+
scrying (seeing things far away)
|
207
|
+
sealing magical entities
|
208
|
+
setting a trap
|
209
|
+
shape-shifting into animals
|
210
|
+
shapeshifting
|
211
|
+
shooting arrows
|
212
|
+
shooting magic
|
213
|
+
shooting projectiles
|
214
|
+
shouting
|
215
|
+
shoving
|
216
|
+
silencing enemies
|
217
|
+
siphoning energy
|
218
|
+
skating on ice
|
219
|
+
slide-tackling enemies
|
220
|
+
sliding
|
221
|
+
sliding down slopes
|
222
|
+
sling-shotting
|
223
|
+
sneaking
|
224
|
+
sniping
|
225
|
+
solving platform-based puzzles
|
226
|
+
solving quick time events
|
227
|
+
spawning
|
228
|
+
spinning to attack
|
229
|
+
spinning to break blocks
|
230
|
+
spotting enemies
|
231
|
+
sprinting
|
232
|
+
stalking
|
233
|
+
stealing
|
234
|
+
summoning a familiar
|
235
|
+
summoning minions
|
236
|
+
surfing
|
237
|
+
swapping weapons
|
238
|
+
swimming
|
239
|
+
swimming against currents
|
240
|
+
swinging on ropes
|
241
|
+
swinging on vines
|
242
|
+
switching between 2d and 3d
|
243
|
+
switching items
|
244
|
+
tackling difficult platforming sections
|
245
|
+
taming animals
|
246
|
+
taunting
|
247
|
+
telekinesis (moving objects with mind)
|
248
|
+
telepathy (communicating with mind)
|
249
|
+
teleporting
|
250
|
+
throwing grenades
|
251
|
+
time-traveling to change levels
|
252
|
+
timing button presses
|
253
|
+
timing jumps
|
254
|
+
timing movements with enemy patterns
|
255
|
+
tiptoeing
|
256
|
+
trading
|
257
|
+
transforming into mythical creatures
|
258
|
+
transmuting objects
|
259
|
+
traversing
|
260
|
+
traversing hazardous environments
|
261
|
+
traversing magical portals
|
262
|
+
traversing moving platforms
|
263
|
+
traversing narrow platforms
|
264
|
+
traversing through warp zones
|
265
|
+
triggering event sequences
|
266
|
+
turning
|
267
|
+
unleashing a curse
|
268
|
+
unlocking doors
|
269
|
+
unlocking hidden paths
|
270
|
+
unlocking new areas
|
271
|
+
upgrading weapons
|
272
|
+
using a grappling hook
|
273
|
+
using a magical staff
|
274
|
+
using a shield
|
275
|
+
using a tool
|
276
|
+
using an ability
|
277
|
+
using enemy projectiles to reach new areas
|
278
|
+
using environmental advantages
|
279
|
+
using gadgets
|
280
|
+
using gravity switches
|
281
|
+
using power-ups for special abilities
|
282
|
+
using springboards
|
283
|
+
using teleporters
|
284
|
+
using the environment to defeat enemies
|
285
|
+
utilizing character specific abilities
|
286
|
+
utilizing environmental physics
|
287
|
+
utilizing momentum for movement
|
288
|
+
utilizing power-ups in strategic ways
|
289
|
+
vaulting
|
290
|
+
walking
|
291
|
+
wall jumping
|
292
|
+
wall running
|
293
|
+
warding against evil
|
294
|
+
waving emote
|
295
|
+
weaving a charm
|
296
|
+
whistling
|
297
|
+
wielding a wand
|
298
|
+
ziplining
|
299
|
+
zipping through loops
|
300
|
+
zooming in
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
title: Video game designers
|
3
|
+
category: video
|
4
|
+
---
|
5
|
+
alex rigopulos
|
6
|
+
amy hennig
|
7
|
+
brenda romero
|
8
|
+
chris avellone
|
9
|
+
chris hecker
|
10
|
+
chris roberts
|
11
|
+
cliff bleszinski
|
12
|
+
david braben
|
13
|
+
david cage
|
14
|
+
david jaffe
|
15
|
+
david perry
|
16
|
+
ed boon
|
17
|
+
eiji aonuma
|
18
|
+
eric chahi
|
19
|
+
fumito ueda
|
20
|
+
gabe newell
|
21
|
+
harvey smith
|
22
|
+
hideki kamiya
|
23
|
+
hideo kojima
|
24
|
+
jenova chen
|
25
|
+
john carmack
|
26
|
+
jordan mechner
|
27
|
+
katsuya eguchi
|
28
|
+
keiji inafune
|
29
|
+
ken levine
|
30
|
+
kenji eno
|
31
|
+
lorne lanning
|
32
|
+
masahiro sakurai
|
33
|
+
masaya matsuura
|
34
|
+
michel ancel
|
35
|
+
patrice désilets
|
36
|
+
peter mcconnell
|
37
|
+
peter molyneux
|
38
|
+
richard garriott
|
39
|
+
richard lemarchand
|
40
|
+
richard rouse iii
|
41
|
+
robyn miller
|
42
|
+
ron gilbert
|
43
|
+
shigeru miyamoto
|
44
|
+
shu takumi
|
45
|
+
sid meier
|
46
|
+
suda51
|
47
|
+
tameem antoniades
|
48
|
+
tetsuya mizuguchi
|
49
|
+
tim schafer
|
50
|
+
warren spector
|
51
|
+
will wright
|
52
|
+
yasuhiro wada
|
53
|
+
yoshiki okamoto
|
54
|
+
yu suzuki
|