Add items.json
This commit is contained in:
parent
461679df49
commit
5b7369922b
37
src/items.json
Normal file
37
src/items.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user