diff --git a/media/LICENSES.md b/media/LICENSES.md
index 7d6c4562..b40763c5 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -570,7 +570,14 @@ https://commons.wikimedia.org/wiki/File:Blank_US_Map_(states_only).svg
# Vehicles
+**http://leopardclub.ca/reviews/Tiger_Model/Revolution/**
+
+http://leopardclub.ca/reviews/Tiger_Model/Revolution/images/boxtop1.jpg
+
+* leopard-2-revolution-1.svg
+
**Self-created**
* bus.svg
-* vertical-bus.svg
\ No newline at end of file
+* vertical-bus.svg
+
diff --git a/media/vehicles/leopard-2-revolution-1.svg b/media/vehicles/leopard-2-revolution-1.svg
new file mode 100644
index 00000000..a1dee62e
--- /dev/null
+++ b/media/vehicles/leopard-2-revolution-1.svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/media/vehicles/vertical-leopard-2-revolution-1.svg b/media/vehicles/vertical-leopard-2-revolution-1.svg
new file mode 100644
index 00000000..6f9a9ab5
--- /dev/null
+++ b/media/vehicles/vertical-leopard-2-revolution-1.svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/presets/vehicles.js b/presets/vehicles.js
index 6043d36c..ce5bf4d1 100644
--- a/presets/vehicles.js
+++ b/presets/vehicles.js
@@ -56,5 +56,17 @@ function makeVehicles() {
)
});
+ results.push({
+ name: "Leopard 2 Rev. 1",
+ constructor: () => makeVehicle(
+ "Leopard 2 Rev. 1",
+ math.unit(3, "meters"),
+ { source: "./media/vehicles/leopard-2-revolution-1.svg" },
+ math.unit(10, "meters"),
+ { source: "./media/vehicles/vertical-leopard-2-revolution-1.svg" },
+ math.unit(60, "tonnes"),
+ )
+ });
+
return results;
}
\ No newline at end of file