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