a collection of tools for fly for fun universe skillulator.lol

reorder psykeeper tree

besaid.zone 26270301 4a766620

verified
Changed files
+8 -7
apps
skillulator
src
css
routes
+7 -6
apps/skillulator/src/css/psykeeper.css
··· 4 4 "FlameBall Swordwind IceMissile LightningBall StoneSpike" 5 5 "FlameGeyser Strongwind Waterball LightningRam Rooting" 6 6 "FireStrike WindCutter WaterWell LightningShock RockCrash" 7 - "CrucioSpell PsychicBomb Demonology EnhancedBlinkpool Additionaldamageweaken" 8 - "MaximumCrisis SpiritBomb Satanology Additionaldamagedisable DebuffDamageReduction" 9 - "PsychicSquare PsychicWall PsychicWall LillithsGaze ChimerasCurse" 10 - "GravityWell GravityWell GravityWell MaleficDetonation MaleficDetonation" 11 - "HexesLament HexesLament CimetieresScream . ." 12 - "DamnationSurge DamnationSurge DamnationSurge AetherRend AetherRend"; 7 + "CrucioSpell PsychicBomb Demonology . ." 8 + "MaximumCrisis SpiritBomb Satanology . ." 9 + "PsychicSquare PsychicWall PsychicWall . ." 10 + "EnhancedBlinkpool GravityWell GravityWell . ." 11 + "Additionaldamageweaken CimetieresScream HexesLament ChimerasCurse LillithsGaze" 12 + "Additionaldamagedisable DamnationSurge DamnationSurge MaleficDetonation MaleficDetonation" 13 + "DebuffDamageReduction AetherRend AetherRend AetherRend AetherRend"; 13 14 } 14 15 15 16 [data-skill="RockCrash"] {
+1 -1
apps/skillulator/src/routes/index/route.lazy.tsx
··· 1 1 import { Suspense } from "react"; 2 2 import { useTranslation } from "react-i18next"; 3 3 import { JOBS } from "@/utils/constants"; 4 - import { createLazyFileRoute, Link } from "@tanstack/react-router"; 4 + import { createLazyFileRoute } from "@tanstack/react-router"; 5 5 import { LinkCard } from "./components/LinkCard"; 6 6 7 7 export const Route = createLazyFileRoute("/")({