22 lines
461 B
JSON
22 lines
461 B
JSON
[
|
|
{
|
|
"name": "Blue",
|
|
"price": 500,
|
|
"description": "Get a role with the color blue. After purchasing, use /use blue"
|
|
},
|
|
{
|
|
"name": "Nuremberg",
|
|
"price": 10000,
|
|
"description": "Buy an actual itch.io game!"
|
|
},
|
|
{
|
|
"name": "test",
|
|
"price": 11,
|
|
"description": "test-do-not-buy"
|
|
},
|
|
{
|
|
"name": "hehe",
|
|
"price": 9999999,
|
|
"description": "haha"
|
|
}
|
|
] |