Add items.json

This commit is contained in:
Jordy Goodridge 2023-03-29 13:23:41 -07:00
parent 461679df49
commit 5b7369922b

37
src/items.json Normal file
View File

@ -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"
}
]