Skip to content

Commit

Permalink
feat: update gauge points tooltip and remove tierlist disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Dec 18, 2023
1 parent 815d455 commit 114ef41
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
19 changes: 16 additions & 3 deletions src/components/Gauge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,22 @@ export function Gauge({ cooldown_time, gauge_rise_speed }: GaugeProps) {
/>
</div>
</div>
<p className="text-xs">a skill fills 250 gauge points.</p>
<p className="text-xs">an auto attack fills 50 gauge points.</p>
<p className="text-xs">a companion skill fills 400 gauge points.</p>

<div>
<span className="block">
<span className="text-beige">Weapon skill</span> fills 250 gauge
points.
</span>
<span className="block text-beige">Auto-attacks</span>
<span className="block ml-2">a 3 chain is 50+50+50 (150)</span>
<span className="block ml-2">a 4 chain is 50+50+50+25 (175)</span>
<span className="block ml-2">
a 5 chain is 50+50+50+25+25 (200)
</span>
<span className="block text-beige">
Companion skill fills 400 gauge points.
</span>
</div>
</div>
}
>
Expand Down
9 changes: 0 additions & 9 deletions src/pages/tierlist/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,6 @@ export function TierlistContent({

return (
<>
{isFeatured && (
<div className="flex gap-x-2 bg-grey-lighter border border-red-400 p-2 mb-4 max-w-lg mx-auto">
<p>⚠️</p>
<p>
Some units have the karma advantage temporarily. Instead of
reshuffling the list we won't take them into account.
</p>
</div>
)}
<div className="grid lg:grid-cols-12 bg-grey-dark p-8 rounded-t-xl">
<div className="flex flex-col items-start justify-between lg:col-span-8">
<div>
Expand Down

0 comments on commit 114ef41

Please sign in to comment.