-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvehicles
More file actions
173 lines (173 loc) · 4.34 KB
/
Copy pathvehicles
File metadata and controls
173 lines (173 loc) · 4.34 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
[
{
"id": "1",
"name": "Buggy",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Buggy.png",
"occupants": "2",
"top_speed": "100 Km\/h",
"type": "Land",
"health": "1540"
},
{
"id": "2",
"name": "UAZ (Open Top)",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Uaz-open-top.png",
"occupants": "4",
"top_speed": "105 Km\/h",
"type": "Land",
"health": "1820"
},
{
"id": "3",
"name": "UAZ (Closed Top)",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Uaz-cloth-top.png",
"occupants": "4",
"top_speed": "115 Km\/h",
"type": "Land",
"health": "1820"
},
{
"id": "4",
"name": "Snowmobile",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Snowmobile.png",
"occupants": "2",
"top_speed": "70 Km\/h",
"type": "Land",
"health": "1000"
},
{
"id": "5",
"name": "Motorcycle (w\/ sidecar)",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Motorcycle_Sidecar.png",
"occupants": "3",
"top_speed": "130 Km\/h",
"type": "Land",
"health": "1025"
},
{
"id": "6",
"name": "Motorcycle",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Motorcycle.png",
"occupants": "2",
"top_speed": "152 Km\/h",
"type": "Land",
"health": "1025"
},
{
"id": "7",
"name": "Tukshai",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Tukshai.png",
"occupants": "3",
"top_speed": "69 Km\/h",
"type": "Land",
"health": "1000"
},
{
"id": "8",
"name": "Scooter",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Scooter.png",
"occupants": "2",
"top_speed": "55 Km\/h",
"type": "Land",
"health": "1025"
},
{
"id": "9",
"name": "Dacia 1300",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Dacia.png",
"occupants": "4",
"top_speed": "139 Km\/h",
"type": "Land",
"health": "1820"
},
{
"id": "10",
"name": "Mirado (Closed Top)",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Mirado_Closed.png",
"occupants": "4",
"top_speed": "152 Km\/h",
"type": "Land",
"health": "2000"
},
{
"id": "11",
"name": "Van",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Van.png",
"occupants": "6",
"top_speed": "110 Km\/h",
"type": "Land",
"health": "1680"
},
{
"id": "12",
"name": "Pickup",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Pickup-both-variants.png",
"occupants": "4",
"top_speed": "111 Km\/h",
"type": "Land",
"health": "1820"
},
{
"id": "13",
"name": "Rony",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Rony.png",
"occupants": "4",
"top_speed": "110 Km\/h",
"type": "Land",
"health": "2400"
},
{
"id": "14",
"name": "PG-117",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_PG-117.png",
"occupants": "5",
"top_speed": "90 Km\/h",
"type": "Water",
"health": "1520"
},
{
"id": "15",
"name": "Aquarail",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Aquarail.png",
"occupants": "2",
"top_speed": "90 Km\/h",
"type": "Water",
"health": "1000"
},
{
"id": "16",
"name": "Motor Glider",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Motor_Glider.png",
"occupants": "2",
"top_speed": "70 Km\/h",
"type": "Land\/Air",
"health": "1000"
},
{
"id": "17",
"name": "BRDM",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_BRDM-2.png",
"occupants": "4",
"top_speed": "105 Km\/h",
"type": "Land\/\/Water",
"health": "2500"
},
{
"id": "18",
"name": "Monster Truck",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/monster-truck.png",
"occupants": "4",
"top_speed": "110 Km\/h",
"type": "Land",
"health": "1800"
},
{
"id": "19",
"name": "Mirado (Open Top)",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main\/images\/vehicles\/Vehicle_Mirado_Open.png",
"occupants": "4",
"top_speed": "146 Km\/h",
"type": "Land",
"health": "2000"
}
]