Hvacker/src/games/hvacoins/achievements.js

90 lines
2.2 KiB
JavaScript

module.exports = {
leaderBoardViewer: {
name: 'Leaderboard-Viewer',
description: 'Thank you for viewing the leaderboard!',
emoji: 'trophy'
},
seeTheQuade: {
name: 'See the Quade',
description: 'Quade has appeared in your buyables',
emoji: 'quade'
},
greenCoin: {
name: 'Lucky Green Coin',
description: 'Its wings smell like onions',
emoji: 'money_with_wings'
},
goldBrick: {
name: 'The Golden Brick',
description: 'Find a lucky gold brick',
emoji: 'goldbrick'
},
luckyGem: {
name: 'Lucky Gem Acquired',
description: 'It sparkles',
emoji: 'gem'
},
bugFinder: {
name: 'Bug-Finder',
description: 'You must have a magnifying glass or something',
emoji: 'bug'
},
bigBets: {
name: 'Make a bet over 100B',
description: 'I like big bets, and that\'s the truth',
emoji: 'slot_machine'
},
ignited: {
name: 'You light my fire, baby',
description: 'And you pay attention to descriptions!',
emoji: 'fire'
},
ratGod: {
name: 'Own 100 Mice',
description: 'I\'m beginning to feel like a rat god, rat god.',
emoji: 'mouse2'
},
weAllNeedHelp: {
name: 'View the \'!coin\' help',
description: 'We all need a little help sometimes',
emoji: 'grey_question'
},
showReverence: { // Not implemented
name: 'Show your reverence in the chat',
description: 'What a good little worshipper.',
emoji: 'blush'
},
walmartGiftCard: {
name: 'Walmart Gift Card',
description: 'May or may not be expired',
emoji: 'credit_card'
},
hvackerAfterDark: {
name: 'Hvacker after dark',
description: 'You might be taking this a little far.',
emoji: 'night_with_stars'
},
certifiedCoolGuy: {
name: 'Certified Cool Guy',
description: 'You absolutely know how to party.',
emoji: 'sunglasses'
},
itsOverNineHundred: {
name: 'Play the HVAC game 1000 times',
description: 'It\'s over nine hundred and ninety-nine!',
emoji: 'chart_with_upwards_trend'
},
youDisgustMe: {
name: 'You disgust me',
description: 'Like, wow.',
emoji: 'nauseated_face'
},
bookWorm: {
name: 'Take a peek at the lore',
description: 'It\'t gotta be worth your time somehow.',
emoji: 'books'
}
}