-
Notifications
You must be signed in to change notification settings - Fork 25
/
all-trucks.json
138 lines (138 loc) · 3.71 KB
/
all-trucks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[
{
"model": "Anthem",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/anthem.png",
"segments": [
"Electric",
"Vocational"
],
"description": "Maximum efficiency. Integrated engineering. Ultimate comfort.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "Pinnacle",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/pinnacle.png",
"segments": [
"Medium-Duty",
"Highway"
],
"description": "Powerful. Heavy-duty. Exceptional performance.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "Granite",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/granite.png",
"segments": [
"Refuse",
"Medium-Duty",
"Electric"
],
"description": "Rugged. Demanding tasks. Excellent in refuse collection.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "LR",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/LR-driver.png",
"segments": [
"Refuse",
"Vocational",
"Highway"
],
"description": "Reliable. Well-suited for refuse collection. Great maneuverability.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "LR Electric",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/LRe-Driver.png",
"segments": [
"Electric",
"Refuse",
"Highway"
],
"description": "Combines electric power with capabilities for refuse collection.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "TerraPro",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/TerraPro.png",
"segments": [
"Electric",
"Vocational"
],
"description": "Versatile. Powerful performance. Reliability.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "MD Series",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/md-series.png",
"segments": [
"Electric",
"Vocational"
],
"description": "Versatile. Designed for electric and vocational applications.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "MD Electric",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/MDe-driver.png",
"segments": [
"Electric",
"Refuse",
"Highway"
],
"description": "Electric. Suitable for refuse collection and highway driving.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "TerraPro",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/TerraPro.png",
"segments": [
"Refuse",
"Medium-Duty"
],
"description": "Rugged. Designed for refuse collection and medium-duty tasks.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "Anthem",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/anthem.png",
"segments": [
"Vocational",
"Highway"
],
"description": "Reliable. Efficient. Excels in various applications.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
},
{
"model": "Pinnacle",
"image": "http://localhost:3000/blocks/v2-all-trucks/images/pinnacle.png",
"segments": [
"Medium-Duty",
"Highway"
],
"description": "Medium-duty. Exceptional performance and reliability.",
"primaryButton": "Explore",
"secondaryButton": "Build",
"hasBuild": true
}
]