2023Collectabot/src/items.json
2023-03-29 13:23:41 -07:00

37 lines
768 B
JSON

[
{
"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"
}
]