diff --git a/public/assets/placeholders/chestplate.png b/public/assets/placeholders/chestplate.png
new file mode 100644
index 0000000..b6cbfb5
Binary files /dev/null and b/public/assets/placeholders/chestplate.png differ
diff --git a/src/components/utilities/inventory/Inventory.vue b/src/components/utilities/inventory/Inventory.vue
new file mode 100644
index 0000000..c62edb1
--- /dev/null
+++ b/src/components/utilities/inventory/Inventory.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
Inventory
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor piece name
+ RARE
+
+
+
+
+
+ Health:
+ +15
+
+
+ Defense:
+ 500
+
+
+ Stats:
+
+
+
+ More stats:
+
+
+
+
+
+
+
+
+
+
Character stats
+
+
+
+ Health:
+
100 +15
+
+
+ Defense:
+
1000 +500
+
+
+ Stats:
+
+
+
+ More stats:
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/screens/Game.vue b/src/screens/Game.vue
index bd5bdd2..613e314 100644
--- a/src/screens/Game.vue
+++ b/src/screens/Game.vue
@@ -9,6 +9,7 @@