Added tnt games stats
This commit is contained in:
11
src/data/hypixel/tnt-games.ts
Normal file
11
src/data/hypixel/tnt-games.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const WIZARDS = [
|
||||
{ id: "ancient", name: "Ancient", color: "gold" },
|
||||
{ id: "blood", name: "Blood", color: "dark-red" },
|
||||
{ id: "fire", name: "Fire", color: "red" },
|
||||
{ id: "hydro", name: "Hydro", color: "dark-blue" },
|
||||
{ id: "ice", name: "Ice", color: "blue" },
|
||||
{ id: "kinetic", name: "Kinetic", color: "light-purple" },
|
||||
{ id: "storm", name: "Storm", color: "yellow" },
|
||||
{ id: "toxic", name: "Toxic", color: "green" },
|
||||
{ id: "wither", name: "Wither", color: "black" }
|
||||
] as const
|
||||
Reference in New Issue
Block a user