Updated bedears stats
This commit is contained in:
@@ -6,7 +6,7 @@ export function getColor(color?: string, type: "text" | "bg" = "text", defaultCo
|
||||
return type === "text" ? "text-mc-red" : "bg-mc-red"
|
||||
case "GOLD":
|
||||
return type === "text" ? "text-mc-gold" : "bg-mc-gold"
|
||||
case "LIME":
|
||||
case "GREEN":
|
||||
return type === "text" ? "text-mc-green" : "bg-mc-green"
|
||||
case "YELLOW":
|
||||
return type === "text" ? "text-mc-yellow" : "bg-mc-yellow"
|
||||
@@ -16,12 +16,12 @@ export function getColor(color?: string, type: "text" | "bg" = "text", defaultCo
|
||||
return type === "text" ? "text-mc-white" : "bg-mc-white"
|
||||
case "BLUE":
|
||||
return type === "text" ? "text-mc-blue" : "bg-mc-blue"
|
||||
case "GREEN":
|
||||
return type === "text" ? "text-mc-green" : "bg-mc-green"
|
||||
case "DARK_RED":
|
||||
return type === "text" ? "text-mc-dark-red" : "bg-mc-dark-red"
|
||||
case "DARK_GREEN":
|
||||
return type === "text" ? "text-mc-dark-green" : "bg-mc-dark-green"
|
||||
case "DARK_RED":
|
||||
return type === "text" ? "text-mc-dark-red" : "bg-mc-dark-red"
|
||||
case "DARK_AQUA":
|
||||
return type === "text" ? "text-mc-dark-aqua" : "bg-mc-dark-red"
|
||||
case "DARK_PURPLE":
|
||||
return type === "text" ? "text-mc-dark-purple" : "bg-mc-dark-purple"
|
||||
case "DARK_GRAY":
|
||||
@@ -30,6 +30,8 @@ export function getColor(color?: string, type: "text" | "bg" = "text", defaultCo
|
||||
return type === "text" ? "text-mc-black" : "bg-mc-black"
|
||||
case "DARK_BLUE":
|
||||
return type === "text" ? "text-mc-dark-blue" : "bg-mc-dark-blue"
|
||||
case "GRAY":
|
||||
return type === "text" ? "text-mc-gray" : "bg-mc-gray"
|
||||
default:
|
||||
return type === "text" ? `text-mc-${defaultColor}` : `bg-mc-${defaultColor}`
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@ export const PRESTIGES = [
|
||||
{ level: 100, colormap: "f", color: "white", name: "Iron" },
|
||||
{ level: 200, colormap: "6", color: "gold", name: "Gold" },
|
||||
{ level: 300, colormap: "b", color: "aqua", name: "Diamond" },
|
||||
{ level: 400, colormap: "2", color: "darkgreen", name: "Emerald" },
|
||||
{ level: 500, colormap: "3", color: "darkaqua", name: "Sapphire" },
|
||||
{ level: 600, colormap: "4", color: "darkred", name: "Ruby" },
|
||||
{ level: 700, colormap: "d", color: "pink", name: "Crystal" },
|
||||
{ level: 400, colormap: "2", color: "dark-green", name: "Emerald" },
|
||||
{ level: 500, colormap: "3", color: "dark-aqua", name: "Sapphire" },
|
||||
{ level: 600, colormap: "4", color: "dark-red", name: "Ruby" },
|
||||
{ level: 700, colormap: "d", color: "light-purple", name: "Crystal" },
|
||||
{ level: 800, colormap: "9", color: "blue", name: "Opal" },
|
||||
{ level: 900, colormap: "5", color: "purple", name: "Amethyst" },
|
||||
{ level: 1000, colormap: "c6eabd5", color: "rainbow", name: "Rainbow" },
|
||||
@@ -15,9 +15,9 @@ export const PRESTIGES = [
|
||||
{ level: 1200, colormap: "7eeee67", color: "yellow", name: "Gold Prime" },
|
||||
{ level: 1300, colormap: "7bbbb37", color: "aqua", name: "Diamond Prime" },
|
||||
{ level: 1400, colormap: "7aaaa27", color: "green", name: "Emerald Prime" },
|
||||
{ level: 1500, colormap: "7333397", color: "darkaqua", name: "Sapphire Prime" },
|
||||
{ level: 1500, colormap: "7333397", color: "dark-aqua", name: "Sapphire Prime" },
|
||||
{ level: 1600, colormap: "7cccc47", color: "red", name: "Ruby Prime" },
|
||||
{ level: 1700, colormap: "7dddd57", color: "pink", name: "Crystal Prime" },
|
||||
{ level: 1700, colormap: "7dddd57", color: "light-purple", name: "Crystal Prime" },
|
||||
{ level: 1800, colormap: "7999917", color: "blue", name: "Opal Prime" },
|
||||
{ level: 1900, colormap: "7555587", color: "purple", name: "Amethyst Prime" },
|
||||
{ level: 2000, colormap: "87ff778", color: "white", name: "Mirror" },
|
||||
@@ -26,31 +26,31 @@ export const PRESTIGES = [
|
||||
{ level: 2300, colormap: "55dd6ee", color: "purple", name: "Dusk" },
|
||||
{ level: 2400, colormap: "bbff778", color: "white", name: "Air" },
|
||||
{ level: 2500, colormap: "ffaa222", color: "green", name: "Wind" },
|
||||
{ level: 2600, colormap: "44ccdd5", color: "darkred", name: "Nebula" },
|
||||
{ level: 2600, colormap: "44ccdd5", color: "dark-red", name: "Nebula" },
|
||||
{ level: 2700, colormap: "eeff777", color: "yellow", name: "Thunder" },
|
||||
{ level: 2800, colormap: "aa2266e", color: "darkgreen", name: "Earth" },
|
||||
{ level: 2800, colormap: "aa2266e", color: "dark-green", name: "Earth" },
|
||||
{ level: 2900, colormap: "bb33991", color: "blue", name: "Water" },
|
||||
{ level: 3000, colormap: "ee66cc4", color: "red", name: "Fire" },
|
||||
{ level: 3100, colormap: "993366e", color: "blue", name: "Sunshine" },
|
||||
{ level: 3200, colormap: "c4774cc", color: "darkred", name: "Eclipse" },
|
||||
{ level: 3200, colormap: "c4774cc", color: "dark-red", name: "Eclipse" },
|
||||
{ level: 3300, colormap: "999dcc4", color: "blue", name: "Gamma" },
|
||||
{ level: 3400, colormap: "2add552", color: "green", name: "Majestic" },
|
||||
{ level: 3500, colormap: "cc442aa", color: "red", name: "Andesine" },
|
||||
{ level: 3600, colormap: "aaab991", color: "green", name: "Marine" },
|
||||
{ level: 3700, colormap: "44ccb33", color: "darkred", name: "Element" },
|
||||
{ level: 3800, colormap: "11955d1", color: "darkblue", name: "Galaxy" },
|
||||
{ level: 3700, colormap: "44ccb33", color: "dark-red", name: "Element" },
|
||||
{ level: 3800, colormap: "11955d1", color: "dark-blue", name: "Galaxy" },
|
||||
{ level: 3900, colormap: "ccaa399", color: "red", name: "Atomic" },
|
||||
{ level: 4000, colormap: "55cc66e", color: "purple", name: "Sunset" },
|
||||
{ level: 4100, colormap: "ee6cdd5", color: "yellow", name: "Time" },
|
||||
{ level: 4200, colormap: "193bf77", color: "blue", name: "Winter" },
|
||||
{ level: 4300, colormap: "0588550", color: "purple", name: "Obsidian" },
|
||||
{ level: 4400, colormap: "22ae65d", color: "darkgreen", name: "Spring" },
|
||||
{ level: 4400, colormap: "22ae65d", color: "dark-green", name: "Spring" },
|
||||
{ level: 4500, colormap: "ffbb333", color: "white", name: "Ice" },
|
||||
{ level: 4600, colormap: "3bee6d5", color: "aqua", name: "Summer" },
|
||||
{ level: 4700, colormap: "f4cc919", color: "darkred", name: "Spinel" },
|
||||
{ level: 4700, colormap: "f4cc919", color: "dark-red", name: "Spinel" },
|
||||
{ level: 4800, colormap: "55c6eb3", color: "purple", name: "Autumn" },
|
||||
{ level: 4900, colormap: "2affaa2", color: "green", name: "Mystic" },
|
||||
{ level: 5000, colormap: "4459910", color: "darkred", name: "Eternal" }
|
||||
{ level: 5000, colormap: "4459910", color: "dark-red", name: "Eternal" }
|
||||
]
|
||||
export const PRESTIGE_ICONS = [
|
||||
{ level: 0, symbol: "✫" },
|
||||
|
||||
Reference in New Issue
Block a user