diff --git a/app/(wiki)/loot/page.tsx b/app/(wiki)/loot/page.tsx index 36f8942a..1014b28e 100644 --- a/app/(wiki)/loot/page.tsx +++ b/app/(wiki)/loot/page.tsx @@ -19,6 +19,16 @@ export default function LootPage() { various items to drop.

+
+
+

Calculator

+

+ Use this interactive calculator to determine the chance of an item + dropping from an obstacle. +

+
+ +
{Object.entries(LootTables.normal).map(([name, tables]) => (
@@ -54,16 +64,6 @@ export default function LootPage() {

-
-
-

Calculator

-

- Use this interactive calculator to determine the chance of an item - dropping from an obstacle. -

-
- -
); }