Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com> Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com> Co-authored-by: Sylvia <skraman1999@gmail.com> Co-authored-by: windyknight <windyknight@users.noreply.github.com> Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com> [BREAKING]
38 lines
550 B
JSON
38 lines
550 B
JSON
[
|
|
{
|
|
"content": "nomilabs:nomicoin100",
|
|
"unitWorth": 100,
|
|
"weight": 10,
|
|
"amount": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
},
|
|
{
|
|
"content": "nomilabs:nomicoin5",
|
|
"unitWorth": 5,
|
|
"weight": 100,
|
|
"amount": {
|
|
"min": 10,
|
|
"max": 20
|
|
}
|
|
},
|
|
{
|
|
"content": "nomilabs:nomicoin25",
|
|
"unitWorth": 25,
|
|
"weight": 50,
|
|
"amount": {
|
|
"min": 5,
|
|
"max": 10
|
|
}
|
|
},
|
|
{
|
|
"content": "nomilabs:nomicoin",
|
|
"unitWorth": 1,
|
|
"weight": 100,
|
|
"amount": {
|
|
"min": 10,
|
|
"max": 50
|
|
}
|
|
}
|
|
] |