1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-03 00:03:13 +00:00
Lumi/config/default_items.json

47 lines
No EOL
1.7 KiB
JSON

{
"apple": {
"name": "apple",
"display_name": "apple",
"description": "This is just an apple.. An item used for testing.",
"image_url": "https://i.imgur.com/ykQO3sH.png",
"emote_id": 1121491265658306692,
"quote": "The rarest item in Racu, you literally can't get this.",
"type": "collectible"
},
"tester_badge": {
"name": "tester_badge",
"display_name": "tester badge",
"description": "A badge awarded to the people who helped make Racu.",
"image_url": "https://i.imgur.com/Z8zQXuQ.png",
"emote_id": 1121491902370418869,
"quote": "Thank you for the support <3",
"type": "badge"
},
"bitch_coin": {
"name": "bitch_coin",
"display_name": "bitchcoin",
"description": "Awarded on getting a natural hand (21 on the first two cards) in **/blackjack**. One of these coins is worth just as much as the number of bitches you have.",
"image_url": "https://i.imgur.com/Ztj9ZMB.png",
"emote_id": 1124044941702733925,
"quote": "You may still be bitchless but at least you have this coin.",
"type": "collectible"
},
"rave_coin": {
"name": "rave_coin",
"display_name": "ravecoin",
"description": "Awarded on winning a bet of $9,000 or more.",
"image_url": "https://i.imgur.com/iROwZ6T.png",
"emote_id": 1125357545180110878,
"quote": "IT'S OVER 9000!!!",
"type": "collectible"
},
"admin_badge": {
"name": "admin_badge",
"display_name": "admin badge",
"description": "A badge given to bot administrators, used by the bot to identify developer privileges.",
"image_url": "https://i.imgur.com/2krfanS.png",
"emote_id": 1125371605485371442,
"quote": "admin_bagde",
"type": "badge"
}
}