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,46 @@
|
|
1
|
+
---
|
2
|
+
title: Typography features
|
3
|
+
category: typography
|
4
|
+
---
|
5
|
+
airy spacing
|
6
|
+
angled stress
|
7
|
+
angular terminals
|
8
|
+
balanced letterforms
|
9
|
+
ball terminals
|
10
|
+
bold weight
|
11
|
+
chunky serifs
|
12
|
+
clean sans
|
13
|
+
closed counters
|
14
|
+
compact spacing
|
15
|
+
condensed width
|
16
|
+
consistent stroke width
|
17
|
+
contextual shaping
|
18
|
+
cramped leading
|
19
|
+
delicate serifs
|
20
|
+
distinctive alternates
|
21
|
+
elegant ligatures
|
22
|
+
extended ascenders
|
23
|
+
extended width
|
24
|
+
generous leading
|
25
|
+
geometric shapes
|
26
|
+
graceful curves
|
27
|
+
harmonious proportions
|
28
|
+
ink traps
|
29
|
+
irregular letterforms
|
30
|
+
light weight
|
31
|
+
loose kerning
|
32
|
+
narrow tracking
|
33
|
+
open counters
|
34
|
+
optical sizing
|
35
|
+
organic curves
|
36
|
+
ornamental details
|
37
|
+
overshooting
|
38
|
+
playful swashes
|
39
|
+
rounded corners
|
40
|
+
sharp angles
|
41
|
+
shortened descenders
|
42
|
+
subtle contrast
|
43
|
+
tight kerning
|
44
|
+
upright stress
|
45
|
+
variable stroke width
|
46
|
+
wide tracking
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
title: Font types
|
3
|
+
category: typography
|
4
|
+
---
|
5
|
+
art deco typography
|
6
|
+
bitmap typography
|
7
|
+
blackletter typography
|
8
|
+
brush typography
|
9
|
+
calligraphic typography
|
10
|
+
comic typography
|
11
|
+
condensed typography
|
12
|
+
decorative typography
|
13
|
+
didone typography
|
14
|
+
dingbat typography
|
15
|
+
display typography
|
16
|
+
expanded typography
|
17
|
+
futuristic typography
|
18
|
+
geometric typography
|
19
|
+
glyphic typography
|
20
|
+
grotesque typography
|
21
|
+
grunge typography
|
22
|
+
handwritten typography
|
23
|
+
humanist typography
|
24
|
+
inline typography
|
25
|
+
lombardic typography
|
26
|
+
modern serif typography
|
27
|
+
modern typography
|
28
|
+
monospace typography
|
29
|
+
neo-grotesque typography
|
30
|
+
old style typography
|
31
|
+
ornamental typography
|
32
|
+
outline typography
|
33
|
+
pixel typography
|
34
|
+
retro typography
|
35
|
+
rounded typography
|
36
|
+
runic typography
|
37
|
+
sans-serif typography
|
38
|
+
script typography
|
39
|
+
serif typography
|
40
|
+
slab serif typography
|
41
|
+
stencil typography
|
42
|
+
techno typography
|
43
|
+
transitional typography
|
44
|
+
tuscan typography
|
45
|
+
uncial typography
|
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
title: Fonts
|
3
|
+
category: typography
|
4
|
+
---
|
5
|
+
adobe garamond font
|
6
|
+
akzidenz grotesk font
|
7
|
+
archer font
|
8
|
+
arial black font
|
9
|
+
arial font
|
10
|
+
avenir font
|
11
|
+
baskerville font
|
12
|
+
bembo font
|
13
|
+
bodoni font
|
14
|
+
bookman font
|
15
|
+
brush script font
|
16
|
+
calibri font
|
17
|
+
caslon font
|
18
|
+
century gothic font
|
19
|
+
clarendon font
|
20
|
+
comic sans ms font
|
21
|
+
copperplate font
|
22
|
+
courier new font
|
23
|
+
didot font
|
24
|
+
din font
|
25
|
+
eurostile font
|
26
|
+
franklin gothic font
|
27
|
+
frutiger font
|
28
|
+
futura font
|
29
|
+
garamond font
|
30
|
+
georgia font
|
31
|
+
gill sans font
|
32
|
+
gotham font
|
33
|
+
goudy old style font
|
34
|
+
helvetica font
|
35
|
+
helvetica neue font
|
36
|
+
impact font
|
37
|
+
itc avant garde font
|
38
|
+
lato font
|
39
|
+
lucida sans font
|
40
|
+
merriweather font
|
41
|
+
meta font
|
42
|
+
minion font
|
43
|
+
montserrat font
|
44
|
+
mrs eaves font
|
45
|
+
myriad font
|
46
|
+
noto sans font
|
47
|
+
open sans font
|
48
|
+
optima font
|
49
|
+
oswald font
|
50
|
+
palatino font
|
51
|
+
papyrus font
|
52
|
+
playfair display font
|
53
|
+
proxima nova font
|
54
|
+
pt sans font
|
55
|
+
raleway font
|
56
|
+
roboto condensed font
|
57
|
+
roboto font
|
58
|
+
rockwell font
|
59
|
+
sabon font
|
60
|
+
source sans pro font
|
61
|
+
tahoma font
|
62
|
+
times new roman font
|
63
|
+
trajan font
|
64
|
+
trebuchet ms font
|
65
|
+
ubuntu font
|
66
|
+
univers font
|
67
|
+
verdana font
|
68
|
+
zapfino font
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
title: Font styles
|
3
|
+
category: typography
|
4
|
+
---
|
5
|
+
all caps style font
|
6
|
+
black italic style font
|
7
|
+
black style font
|
8
|
+
bold italic style font
|
9
|
+
bold style font
|
10
|
+
book style font
|
11
|
+
compact style font
|
12
|
+
compressed style font
|
13
|
+
condensed bold style font
|
14
|
+
condensed light style font
|
15
|
+
condensed style font
|
16
|
+
demi-bold style font
|
17
|
+
display style font
|
18
|
+
engraved style font
|
19
|
+
expanded bold style font
|
20
|
+
expanded light style font
|
21
|
+
expanded style font
|
22
|
+
extra bold style font
|
23
|
+
extra condensed style font
|
24
|
+
extra expanded style font
|
25
|
+
extra light style font
|
26
|
+
extrabold italic style font
|
27
|
+
fat style font
|
28
|
+
hairline style font
|
29
|
+
heavy style font
|
30
|
+
inline style font
|
31
|
+
italic style font
|
32
|
+
light italic style font
|
33
|
+
light style font
|
34
|
+
medium italic style font
|
35
|
+
medium style font
|
36
|
+
narrow style font
|
37
|
+
normal style font
|
38
|
+
oblique style font
|
39
|
+
outline style font
|
40
|
+
poster italic style font
|
41
|
+
poster style font
|
42
|
+
regular style font
|
43
|
+
roman style font
|
44
|
+
semi condensed style font
|
45
|
+
semi expanded style font
|
46
|
+
semi-bold italic style font
|
47
|
+
semi-bold style font
|
48
|
+
shadow style font
|
49
|
+
small caps style font
|
50
|
+
thin italic style font
|
51
|
+
thin style font
|
52
|
+
ultra bold style font
|
53
|
+
ultra condensed style font
|
54
|
+
ultra expanded style font
|
55
|
+
ultra light style font
|
56
|
+
upright style font
|
57
|
+
wide style font
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Word art effects
|
3
|
+
category: typography
|
4
|
+
---
|
5
|
+
animal print text
|
6
|
+
arched text
|
7
|
+
argyle text
|
8
|
+
beaded text
|
9
|
+
beveled text
|
10
|
+
braided text
|
11
|
+
brushstroke text
|
12
|
+
bubbly text
|
13
|
+
burning text
|
14
|
+
camouflage text
|
15
|
+
carved text
|
16
|
+
checkered text
|
17
|
+
chevron text
|
18
|
+
chiseled text
|
19
|
+
cloudy text
|
20
|
+
compressed text
|
21
|
+
cracked text
|
22
|
+
curved text
|
23
|
+
dripping text
|
24
|
+
embossed text
|
25
|
+
embroidered text
|
26
|
+
engraved text
|
27
|
+
eroded text
|
28
|
+
etched text
|
29
|
+
extruded text
|
30
|
+
floral text
|
31
|
+
folded text
|
32
|
+
fractured text
|
33
|
+
frayed text
|
34
|
+
frozen text
|
35
|
+
glittery text
|
36
|
+
glowing text
|
37
|
+
gradient text
|
38
|
+
herringbone text
|
39
|
+
holographic text
|
40
|
+
honeycomb text
|
41
|
+
houndstooth text
|
42
|
+
inflated text
|
43
|
+
interlocked text
|
44
|
+
jigsaw text
|
45
|
+
kaleidoscopic text
|
46
|
+
knitted text
|
47
|
+
knotted text
|
48
|
+
laced text
|
49
|
+
lattice text
|
50
|
+
layered text
|
51
|
+
liquid text
|
52
|
+
melted text
|
53
|
+
metallic text
|
54
|
+
mirrored text
|
55
|
+
molded text
|
56
|
+
mosaic text
|
57
|
+
neon text
|
58
|
+
ombre text
|
59
|
+
origami text
|
60
|
+
outlined text
|
61
|
+
overlapping text
|
62
|
+
paisley text
|
63
|
+
peeling text
|
64
|
+
perspective text
|
65
|
+
pinstriped text
|
66
|
+
pixelated text
|
67
|
+
plaid text
|
68
|
+
polka dot text
|
69
|
+
pressed text
|
70
|
+
puzzle text
|
71
|
+
rainbow text
|
72
|
+
ribboned text
|
73
|
+
ripped text
|
74
|
+
rotated text
|
75
|
+
rusty text
|
76
|
+
sculpted text
|
77
|
+
sequined text
|
78
|
+
shadowed text
|
79
|
+
shattered text
|
80
|
+
skewed text
|
81
|
+
slanted text
|
82
|
+
smoky text
|
83
|
+
sparkly text
|
84
|
+
spiraled text
|
85
|
+
splashed text
|
86
|
+
splattered text
|
87
|
+
spray-painted text
|
88
|
+
squished text
|
89
|
+
stacked text
|
90
|
+
stamped text
|
91
|
+
stenciled text
|
92
|
+
stitched text
|
93
|
+
stone text
|
94
|
+
stretched text
|
95
|
+
striped text
|
96
|
+
tangled text
|
97
|
+
tie-dye text
|
98
|
+
torn text
|
99
|
+
twisted text
|
100
|
+
warped text
|
101
|
+
wavy text
|
102
|
+
wooden text
|
103
|
+
woven text
|
104
|
+
zigzag text
|
@@ -0,0 +1,309 @@
|
|
1
|
+
---
|
2
|
+
title: Cars
|
3
|
+
category: vehicle
|
4
|
+
---
|
5
|
+
acura cl
|
6
|
+
acura ilx
|
7
|
+
acura mdx
|
8
|
+
acura nsx
|
9
|
+
acura rdx
|
10
|
+
acura rlx
|
11
|
+
acura tlx
|
12
|
+
alfa romeo giulia
|
13
|
+
alfa romeo giulietta
|
14
|
+
alfa romeo stelvio
|
15
|
+
aston martin db11
|
16
|
+
aston martin dbs superleggera
|
17
|
+
aston martin vantage
|
18
|
+
audi a3
|
19
|
+
audi a4
|
20
|
+
audi a5
|
21
|
+
audi a6
|
22
|
+
audi a7
|
23
|
+
audi a8
|
24
|
+
audi q5
|
25
|
+
audi q7
|
26
|
+
bentley continental gt
|
27
|
+
bentley flying spur
|
28
|
+
bentley mulsanne
|
29
|
+
bmw 3 series
|
30
|
+
bmw 5 series
|
31
|
+
bmw x1
|
32
|
+
bmw x3
|
33
|
+
bmw x4
|
34
|
+
bmw x5
|
35
|
+
bmw x7
|
36
|
+
bugatti chiron
|
37
|
+
bugatti divo
|
38
|
+
buick cascada
|
39
|
+
buick enclave
|
40
|
+
buick encore
|
41
|
+
buick envision
|
42
|
+
buick lacrosse
|
43
|
+
buick regal
|
44
|
+
buick verano
|
45
|
+
cadillac ats
|
46
|
+
cadillac ct5
|
47
|
+
cadillac ct6
|
48
|
+
cadillac cts
|
49
|
+
cadillac escalade
|
50
|
+
cadillac xt4
|
51
|
+
cadillac xt5
|
52
|
+
cadillac xt6
|
53
|
+
chevrolet blazer
|
54
|
+
chevrolet camaro
|
55
|
+
chevrolet colorado
|
56
|
+
chevrolet corvette
|
57
|
+
chevrolet equinox
|
58
|
+
chevrolet impala
|
59
|
+
chevrolet malibu
|
60
|
+
chevrolet silverado
|
61
|
+
chevrolet traverse
|
62
|
+
chrysler 200
|
63
|
+
chrysler 300
|
64
|
+
chrysler aspen
|
65
|
+
chrysler crossfire
|
66
|
+
chrysler pacifica
|
67
|
+
chrysler pacifica hybrid
|
68
|
+
chrysler voyager
|
69
|
+
citroën c3
|
70
|
+
citroën c4
|
71
|
+
citroën c5 aircross
|
72
|
+
dacia duster
|
73
|
+
dacia logan
|
74
|
+
dacia sandero
|
75
|
+
dodge caliber
|
76
|
+
dodge challenger
|
77
|
+
dodge charger
|
78
|
+
dodge dart
|
79
|
+
dodge durango
|
80
|
+
dodge grand caravan
|
81
|
+
dodge journey
|
82
|
+
ds 3 crossback
|
83
|
+
ds 4
|
84
|
+
ds 7 crossback
|
85
|
+
ferrari 458
|
86
|
+
ferrari 488
|
87
|
+
ferrari california
|
88
|
+
ferrari f12
|
89
|
+
ferrari f8
|
90
|
+
ferrari ff
|
91
|
+
ferrari gtc4lusso
|
92
|
+
ferrari portofino
|
93
|
+
ferrari sf90
|
94
|
+
fiat 124 spider
|
95
|
+
fiat 500
|
96
|
+
fiat 500 abarth
|
97
|
+
fiat 500c
|
98
|
+
fiat 500e
|
99
|
+
fiat 500l
|
100
|
+
fiat 500x
|
101
|
+
fiat panda
|
102
|
+
ford ecosport
|
103
|
+
ford edge
|
104
|
+
ford escape
|
105
|
+
ford explorer
|
106
|
+
ford f-150
|
107
|
+
ford fiesta
|
108
|
+
ford focus
|
109
|
+
ford fusion
|
110
|
+
ford mustang
|
111
|
+
gmc acadia
|
112
|
+
gmc canyon
|
113
|
+
gmc savana
|
114
|
+
gmc sierra
|
115
|
+
gmc terrain
|
116
|
+
gmc yukon
|
117
|
+
gmc yukon xl
|
118
|
+
honda accord
|
119
|
+
honda civic
|
120
|
+
honda civic type r
|
121
|
+
honda cr-v
|
122
|
+
honda fit
|
123
|
+
honda hr-v
|
124
|
+
honda insight
|
125
|
+
honda jazz
|
126
|
+
honda odyssey
|
127
|
+
honda passport
|
128
|
+
hyundai accent
|
129
|
+
hyundai elantra
|
130
|
+
hyundai i10
|
131
|
+
hyundai i30
|
132
|
+
hyundai kona
|
133
|
+
hyundai santa fe
|
134
|
+
hyundai santa fe sport
|
135
|
+
hyundai sonata
|
136
|
+
hyundai tucson
|
137
|
+
hyundai venue
|
138
|
+
infiniti m
|
139
|
+
infiniti q50
|
140
|
+
infiniti q60
|
141
|
+
infiniti qx30
|
142
|
+
infiniti qx50
|
143
|
+
infiniti qx60
|
144
|
+
infiniti qx80
|
145
|
+
jaguar f-pace
|
146
|
+
jaguar f-type
|
147
|
+
jaguar i-pace
|
148
|
+
jaguar xe
|
149
|
+
jaguar xf
|
150
|
+
jaguar xj
|
151
|
+
jaguar xk
|
152
|
+
jaguar xkr
|
153
|
+
jeep cherokee
|
154
|
+
jeep compass
|
155
|
+
jeep grand cherokee
|
156
|
+
jeep liberty
|
157
|
+
jeep patriot
|
158
|
+
jeep renegade
|
159
|
+
jeep wrangler
|
160
|
+
jeep wrangler unlimited
|
161
|
+
kia cadenza
|
162
|
+
kia ceed
|
163
|
+
kia forte
|
164
|
+
kia optima
|
165
|
+
kia rio
|
166
|
+
kia sedona
|
167
|
+
kia sorento
|
168
|
+
kia soul
|
169
|
+
kia sportage
|
170
|
+
kia stinger
|
171
|
+
lamborghini aventador
|
172
|
+
lamborghini countach
|
173
|
+
lamborghini diablo
|
174
|
+
lamborghini gallardo
|
175
|
+
lamborghini huracan
|
176
|
+
lamborghini huracán
|
177
|
+
lamborghini murciélago
|
178
|
+
lamborghini urus
|
179
|
+
land rover defender
|
180
|
+
land rover discovery
|
181
|
+
land rover discovery sport
|
182
|
+
land rover range rover
|
183
|
+
land rover range rover evoque
|
184
|
+
land rover range rover sport
|
185
|
+
land rover range rover sport svr
|
186
|
+
land rover range rover velar
|
187
|
+
lexus es
|
188
|
+
lexus gx
|
189
|
+
lexus is
|
190
|
+
lexus lc
|
191
|
+
lexus ls
|
192
|
+
lexus nx
|
193
|
+
lexus rx
|
194
|
+
lincoln aviator
|
195
|
+
lincoln continental
|
196
|
+
lincoln mkc
|
197
|
+
lincoln mkt
|
198
|
+
lincoln mkx
|
199
|
+
lincoln mkz
|
200
|
+
lincoln navigator
|
201
|
+
lotus elise
|
202
|
+
lotus evora
|
203
|
+
lotus exige
|
204
|
+
maserati granturismo
|
205
|
+
maserati levante
|
206
|
+
maserati quattroporte
|
207
|
+
mazda cx
|
208
|
+
mazda cx-30
|
209
|
+
mazda cx-5
|
210
|
+
mazda cx-7
|
211
|
+
mazda cx-9
|
212
|
+
mazda mx-5
|
213
|
+
mazda mx-5 miata
|
214
|
+
mazda3
|
215
|
+
mclaren 570s
|
216
|
+
mclaren 720s
|
217
|
+
mclaren gt
|
218
|
+
mercedes-benz a-class
|
219
|
+
mercedes-benz c-class
|
220
|
+
mercedes-benz e-class
|
221
|
+
mercedes-benz gla-class
|
222
|
+
mercedes-benz glc-class
|
223
|
+
mercedes-benz gle-class
|
224
|
+
mercedes-benz s-class
|
225
|
+
mini clubman
|
226
|
+
mini cooper
|
227
|
+
mini countryman
|
228
|
+
mitsubishi asx
|
229
|
+
mitsubishi eclipse cross
|
230
|
+
mitsubishi i-miev
|
231
|
+
mitsubishi lancer
|
232
|
+
mitsubishi mirage
|
233
|
+
mitsubishi mirage g4
|
234
|
+
mitsubishi outlander
|
235
|
+
mitsubishi outlander phev
|
236
|
+
mitsubishi outlander sport
|
237
|
+
nissan altima
|
238
|
+
nissan juke
|
239
|
+
nissan kicks
|
240
|
+
nissan leaf
|
241
|
+
nissan murano
|
242
|
+
nissan pathfinder
|
243
|
+
nissan qashqai
|
244
|
+
nissan rogue
|
245
|
+
nissan sentra
|
246
|
+
nissan titan
|
247
|
+
opel astra
|
248
|
+
opel corsa
|
249
|
+
opel insignia
|
250
|
+
peugeot 208
|
251
|
+
peugeot 3008
|
252
|
+
peugeot 508
|
253
|
+
porsche 718 boxster
|
254
|
+
porsche 718 cayman
|
255
|
+
porsche 911
|
256
|
+
porsche cayenne
|
257
|
+
porsche macan
|
258
|
+
porsche panamera
|
259
|
+
ram 1500
|
260
|
+
ram 2500
|
261
|
+
ram 3500
|
262
|
+
ram 4500
|
263
|
+
ram promaster
|
264
|
+
ram promaster city
|
265
|
+
renault captur
|
266
|
+
renault clio
|
267
|
+
renault megane
|
268
|
+
rolls-royce ghost
|
269
|
+
rolls-royce phantom
|
270
|
+
seat ateca
|
271
|
+
seat leon
|
272
|
+
škoda fabia
|
273
|
+
škoda octavia
|
274
|
+
smart forfour
|
275
|
+
smart fortwo
|
276
|
+
subaru ascent
|
277
|
+
subaru brz
|
278
|
+
subaru crosstrek
|
279
|
+
subaru impreza
|
280
|
+
subaru legacy
|
281
|
+
subaru outback
|
282
|
+
subaru xv
|
283
|
+
suzuki jimny
|
284
|
+
suzuki swift
|
285
|
+
tesla model 3
|
286
|
+
tesla model s
|
287
|
+
tesla model x
|
288
|
+
tesla model y
|
289
|
+
toyota avalon
|
290
|
+
toyota camry
|
291
|
+
toyota corolla
|
292
|
+
toyota highlander
|
293
|
+
toyota rav4
|
294
|
+
toyota sienna
|
295
|
+
toyota yaris
|
296
|
+
volkswagen arteon
|
297
|
+
volkswagen atlas
|
298
|
+
volkswagen golf
|
299
|
+
volkswagen jetta
|
300
|
+
volkswagen passat
|
301
|
+
volkswagen polo
|
302
|
+
volkswagen tiguan
|
303
|
+
volvo s60
|
304
|
+
volvo s90
|
305
|
+
volvo v60
|
306
|
+
volvo v90
|
307
|
+
volvo xc40
|
308
|
+
volvo xc60
|
309
|
+
volvo xc90
|