From 5b7369922b9f5874e449209e80a5464cefd02400 Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Wed, 29 Mar 2023 13:23:41 -0700 Subject: [PATCH] Add items.json --- src/items.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/items.json diff --git a/src/items.json b/src/items.json new file mode 100644 index 0000000..9f4ba29 --- /dev/null +++ b/src/items.json @@ -0,0 +1,37 @@ +[ + { + "name": "Starter Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Stat1 Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Stat2 Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Stat3 Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Stat4 Capsule", + "type": 0, + "img": "https://example.com/example" + }, + { + "name": "Stat5 Capsule", + "type": 0, + "img": "https://example.com/example" + } +] \ No newline at end of file