diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/img/mercedes-actos.png | bin | 0 -> 442715 bytes | |||
| -rw-r--r-- | data/img/mercedes-new-actos.png | bin | 0 -> 316907 bytes | |||
| -rw-r--r-- | data/img/volvo-aero.png | bin | 0 -> 313650 bytes | |||
| -rw-r--r-- | data/img/volvo-globetrotter.png | bin | 0 -> 257438 bytes | |||
| -rw-r--r-- | data/world/dealers.json | 50 |
5 files changed, 18 insertions, 32 deletions
diff --git a/data/img/mercedes-actos.png b/data/img/mercedes-actos.png Binary files differnew file mode 100644 index 0000000..38c6d64 --- /dev/null +++ b/data/img/mercedes-actos.png diff --git a/data/img/mercedes-new-actos.png b/data/img/mercedes-new-actos.png Binary files differnew file mode 100644 index 0000000..cd7062f --- /dev/null +++ b/data/img/mercedes-new-actos.png diff --git a/data/img/volvo-aero.png b/data/img/volvo-aero.png Binary files differnew file mode 100644 index 0000000..2ac0040 --- /dev/null +++ b/data/img/volvo-aero.png diff --git a/data/img/volvo-globetrotter.png b/data/img/volvo-globetrotter.png Binary files differnew file mode 100644 index 0000000..24b76e8 --- /dev/null +++ b/data/img/volvo-globetrotter.png diff --git a/data/world/dealers.json b/data/world/dealers.json index 714972a..f5efd6c 100644 --- a/data/world/dealers.json +++ b/data/world/dealers.json @@ -1,46 +1,31 @@ -[{
+[
+ {
"name": "Mercedes-Benz",
"logo": "data/img/mercedes-logo.png",
- "trucks": [{
+ "trucks": [
+ {
"name": "Actros",
"power": 320,
"price": 110000,
"fuelcapacity": 600,
"torque": 1080,
- "logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
- },
- {
- "name": "New Actros",
- "power": 517,
- "price": 220000,
- "fuelcapacity": 960,
- "torque": 1100,
- "logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
+ "logo": "data/img/mercedes-actos.png",
+ "fuelusage": 27.0
}
]
},
{
"name": "Iveco",
"logo": "data/img/iveco-logo.png",
- "trucks": [{
- "name": "Stralis Active Space",
- "power": 310,
- "price": 90000,
- "fuelcapacity": 1200,
- "torque": 1340,
- "logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
- },
+ "trucks": [
{
- "name": "Stralis Large Space",
+ "name": "Stralis Active Space",
"power": 310,
"price": 90000,
"fuelcapacity": 1200,
"torque": 1340,
"logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
+ "fuelusage": 30.5
},
{
"name": "Stralis Hi-Way",
@@ -49,30 +34,31 @@ "fuelcapacity": 1200,
"torque": 1400,
"logo": "data/img/iveco-stralis-hiway.png",
- "fuelusage": 30.0
+ "fuelusage": 25.1
}
]
},
{
"name": "Volvo",
"logo": "data/img/volvo-logo.png",
- "trucks": [{
- "name": "FH Sleeper",
+ "trucks": [
+ {
+ "name": "Aero",
"power": 420,
"price": 112000,
"fuelcapacity": 1400,
"torque": 1000,
- "logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
+ "logo": "data/img/volvo-aero.png",
+ "fuelusage": 25.5
},
{
- "name": "FH Globetrotter",
+ "name": "Globetrotter",
"power": 500,
"price": 170000,
"fuelcapacity": 800,
"torque": 1150,
- "logo": "data/img/iveco-stralis-activespace.png",
- "fuelusage": 30.0
+ "logo": "data/img/volvo-globetrotter.png",
+ "fuelusage": 23.2
}
]
}
|
