slackmaster/shopItems.js

398 lines
9.8 KiB
JavaScript
Raw Permalink Normal View History

2024-06-27 22:02:36 +00:00
module.exports = {
Base: [
{
name: "Skin",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
],
Top: [
{
name: "Sash",
creationShards: 350,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Side Cloak",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.questscount >= 50
},
},
{
name: "Bizznizz Tie",
creationShards: 500,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "House Vibe Hoo",
display: "House Vibe Hoodie",
creationShards: 696,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
],
Bottom: [
{
name: "Knee Pads",
creationShards: 0,
destructionShards: 200,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Skirt",
creationShards: 200,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Battler Drip",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
],
Face: [
{
name: "Deal with it",
creationShards: 1000,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Eye Mask",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable() {
return false
},
},
],
Eyes: [
{
name: "Serious",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
{
name: "Angry",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
{
name: "Confused",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
{
name: "Cheerful",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
{
name: "Tired",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
{
name: "Excited",
creationShards: 0,
destructionShards: 0,
velocityShards: 2,
unlockableHint: null,
},
],
Neck: [
{
name: "Neck Chain",
creationShards: 0,
destructionShards: 50,
velocityShards: 0,
unlockableHint: null,
},
{
name: "1K Chain",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
],
Hat: [
{
name: "Beginner Headtie",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
{
name: "Commander Hat",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.dailycount >= 25
},
},
{
name: "Top Hat",
creationShards: 0,
destructionShards: 1000,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Back Cap",
creationShards: 300,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "The Item",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
],
Back: [
{
name: "Battle Sword",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.dailycount >= 30
},
},
{
name: "Tail",
creationShards: 0,
destructionShards: 500,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Generic Pole",
creationShards: 0,
destructionShards: 100,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Battle Hammer",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.dailycount >= 60
},
},
{
name: "Battle Scythe",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.dailycount >= 90
},
},
{
name: "Battle Spear",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.dailycount >= 10
},
},
{
name: "THE FIRE",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
],
Buddy: [
{
name: "Battler",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
{
name: "House Vibe",
creationShards: 800,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Lock Block",
creationShards: 500,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Battle Special",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable() {
return false
},
},
{
name: "Battle Support",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable() {
return true
}
},
{
name: "Houseannor",
creationShards: 0,
destructionShards: 800,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Ranger",
creationShards: 0,
destructionShards: 500,
velocityShards: 0,
unlockableHint: null,
},
{
name: "PCSB",
display: "Pesky Closed Square Bracket",
creationShards: 100,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "PLR",
creationShards: 0,
destructionShards: 0,
velocityShards: 5,
unlockableHint: null,
},
{
name: "Basketiballu",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
{
name: "Starting Mountain",
creationShards: 0,
destructionShards: 0,
velocityShards: 10,
unlockableHint: null,
},
{
name: "Olivia",
creationShards: 1000,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Prototype Ranger",
creationShards: 0,
destructionShards: 250,
velocityShards: 0,
unlockableHint: null,
},
{
name: "DEMUL",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
{
name: "Incoming Sword",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return false
},
},
{
name: "MARZ Ball",
creationShards: 0,
destructionShards: 100,
velocityShards: 0,
unlockableHint: null,
},
{
name: "Noodle the Kitten",
creationShards: 250,
destructionShards: 0,
velocityShards: 0,
unlockableHint: null,
},
],
Glow: [
{
name: "Glow",
creationShards: 0,
destructionShards: 0,
velocityShards: 0,
unlockable(user) {
return user.victories >= 1000
},
},
],
};