Updated more data

This commit is contained in:
2025-09-06 10:28:38 +02:00
parent 00fe2b62e3
commit a76cdace06
2 changed files with 3 additions and 3 deletions

View File

@@ -2,13 +2,13 @@ export const DIVISIONS = [
{ name: "Rookie", id: "rookie", color: "dark-gray", style: "§8" },
{ name: "Iron", id: "iron", color: "white", style: "§f" },
{ name: "Gold", id: "gold", color: "gold", style: "§6" },
{ name: "Diamond", id: "diamond", color: "dark-aqua", style: "§3" },
{ name: "Diamond", id: "diamond", color: "aqua", style: "§3" },
{ name: "Master", id: "master", color: "dark-green", style: "§2" },
{ name: "Legend", id: "legend", color: "dark-red", style: "§4§l" },
{ name: "Grandmaster", id: "grandmaster", color: "yellow", style: "§e§l" },
{ name: "Godlike", id: "godlike", color: "dark-purple", style: "§5§l" },
{ name: "CELESTIAL", id: "celestial", color: "aqua", style: "§b§l" },
{ name: "DIVINE", id: "divine", color: "light-purpl", style: "§d§l" },
{ name: "DIVINE", id: "divine", color: "light-purple", style: "§d§l" },
{ name: "ASCENDED", id: "ascended", color: "red", style: "§c§l" }
] as const
export const MODES = [

View File

@@ -94,5 +94,5 @@ export const PRESTIGECOLORS = [
{ prestige: 40, color: "dark-blue" },
{ prestige: 45, color: "black" },
{ prestige: 48, color: "dark-red" },
{ prestige: 48, color: "dark-gray" }
{ prestige: 50, color: "dark-gray" }
] as const