diff --git a/src/app/(stats)/player/[ign]/_stats/pit/pit.tsx b/src/app/(stats)/player/[ign]/_stats/pit/pit.tsx
index c4b9c3a..b593951 100644
--- a/src/app/(stats)/player/[ign]/_stats/pit/pit.tsx
+++ b/src/app/(stats)/player/[ign]/_stats/pit/pit.tsx
@@ -53,6 +53,7 @@ export default function PitStats({ stats }: { stats: NonNullStats["Pit"] }) {
+
diff --git a/src/app/(stats)/player/[ign]/_stats/pit/stats.tsx b/src/app/(stats)/player/[ign]/_stats/pit/stats.tsx
index 0fa276e..8c14a38 100644
--- a/src/app/(stats)/player/[ign]/_stats/pit/stats.tsx
+++ b/src/app/(stats)/player/[ign]/_stats/pit/stats.tsx
@@ -73,6 +73,30 @@ export default function PitGeneralStats({ stats }: { stats: NonNullable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
)
diff --git a/src/lib/schema/stats.ts b/src/lib/schema/stats.ts
index e464669..b2153c3 100644
--- a/src/lib/schema/stats.ts
+++ b/src/lib/schema/stats.ts
@@ -466,7 +466,25 @@ export const pitStats = z.looseObject({
arrows_fired: z.number().default(0),
contracts_completed: z.number().default(0),
jumped_into_pit: z.number().default(0),
- launched_by_launchers: z.number().default(0)
+ launched_by_launchers: z.number().default(0),
+ gapple_eaten: z.number().default(0),
+ ghead_eaten: z.number().default(0),
+ soups_drank: z.number().default(0),
+ rage_potatoes_eaten: z.number().default(0),
+ fishing_rod_launched: z.number().default(0),
+ lava_bucket_emptied: z.number().default(0),
+ diamond_items_purchased: z.number().default(0),
+ blocks_placed: z.number().default(0),
+ blocks_broken: z.number().default(0),
+ enchanted_tier1: z.number().default(0),
+ enchanted_tier2: z.number().default(0),
+ enchanted_tier3: z.number().default(0),
+ dark_pants_crated: z.number().default(0),
+ wheat_farmed: z.number().default(0),
+ fished_anything: z.number().default(0),
+ fishes_fished: z.number().default(0),
+ king_quest_completion: z.number().default(0),
+ sewer_treasures_found: z.number().default(0)
}),
profile: z.looseObject({
prestiges: z.array(z.looseObject({