temp remove
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
import { CLASSES, DIFFICULTIES, EASY_XP, ICONS, NORMAL_XP, PRESTIGES } from "@/data/hypixel/woolgames"
|
import { CLASSES, DIFFICULTIES, EASY_XP, ICONS, NORMAL_XP, PRESTIGES } from "@/data/hypixel/woolgames"
|
||||||
import { getColorFromCode } from "@/lib/colors"
|
import { getColorFromCode } from "@/lib/colors"
|
||||||
import { NonNullStats } from "@/lib/schema/player"
|
|
||||||
import { floorLevel } from "../general"
|
import { floorLevel } from "../general"
|
||||||
|
|
||||||
export function getWoolGamesWoolWarsClassStats(
|
|
||||||
classId: typeof CLASSES[number]["id"],
|
|
||||||
{ stats }: NonNullable<NonNullable<NonNullStats["WoolGames"]>["wool_wars"]>
|
|
||||||
) {
|
|
||||||
const id = classId.toLowerCase()
|
|
||||||
return []
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getWoolGamesWoolWarsClass(val?: string) {
|
export function getWoolGamesWoolWarsClass(val?: string) {
|
||||||
const klass = CLASSES.find(c => c.id === val?.toLowerCase())
|
const klass = CLASSES.find(c => c.id === val?.toLowerCase())
|
||||||
return klass || null
|
return klass || null
|
||||||
|
|||||||
Reference in New Issue
Block a user