Eggy Retro Shop Cosmetic Debug

Read-only checker for shop ownership, equipped loadout, API output, and browser renderer hooks.

DB: CONNECTED   User: not detected / no id

Browser/API probes

Not run yet.

Likely Warnings

[]

Server Report

{
    "generated_at": "2026-06-04T03:46:18+00:00",
    "session": {
        "username": null,
        "user_id": null,
        "keys": []
    },
    "db": {
        "api_db_path": "/var/www/vhosts/eggy.net/httpdocs/retro/eggyvile_stable/api/_db.php",
        "api_db_exists": true,
        "pdo_connected": true,
        "db_error": null
    },
    "tables": {
        "eggy_avatar_cosmetics": {
            "exists": true,
            "columns": [
                "id",
                "item_key",
                "item_name",
                "slot",
                "image_path",
                "rarity",
                "item_level",
                "price_eggy_gold",
                "price_golden_eggs",
                "is_starter",
                "is_active",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "item_key": "starter_happy_face",
                    "item_name": "Happy Face",
                    "slot": "face",
                    "image_path": "/profiles/assets/cosmetics/faces/starter_happy_face.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 0,
                    "price_golden_eggs": 0,
                    "is_starter": 1,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 2,
                    "item_key": "starter_plain_arms",
                    "item_name": "Plain Arms",
                    "slot": "arms",
                    "image_path": "/profiles/assets/cosmetics/arms/starter_plain_arms.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 0,
                    "price_golden_eggs": 0,
                    "is_starter": 1,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 3,
                    "item_key": "starter_white_top",
                    "item_name": "White Eggy Top",
                    "slot": "top",
                    "image_path": "/profiles/assets/cosmetics/tops/starter_white_top.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 0,
                    "price_golden_eggs": 0,
                    "is_starter": 1,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 4,
                    "item_key": "starter_sneakers",
                    "item_name": "Starter Sneakers",
                    "slot": "shoes",
                    "image_path": "/profiles/assets/cosmetics/shoes/starter_sneakers.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 0,
                    "price_golden_eggs": 0,
                    "is_starter": 1,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 5,
                    "item_key": "purple_cap",
                    "item_name": "Purple Cap",
                    "slot": "hat",
                    "image_path": "/profiles/assets/cosmetics/hats/purple_cap.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 250,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 6,
                    "item_key": "black_eggy_cap",
                    "item_name": "Black Eggy Cap",
                    "slot": "hat",
                    "image_path": "/profiles/assets/cosmetics/hats/black_eggy_cap.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 250,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 7,
                    "item_key": "yellow_hoodie",
                    "item_name": "Yellow Hoodie",
                    "slot": "top",
                    "image_path": "/profiles/assets/cosmetics/tops/yellow_hoodie.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 500,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 8,
                    "item_key": "black_hoodie",
                    "item_name": "Black Hoodie",
                    "slot": "top",
                    "image_path": "/profiles/assets/cosmetics/tops/black_hoodie.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 500,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 9,
                    "item_key": "cool_arms",
                    "item_name": "Cool Arms",
                    "slot": "arms",
                    "image_path": "/profiles/assets/cosmetics/arms/cool_arms.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 150,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 10,
                    "item_key": "purple_kicks",
                    "item_name": "Purple Kicks",
                    "slot": "shoes",
                    "image_path": "/profiles/assets/cosmetics/shoes/purple_kicks.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 300,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 11,
                    "item_key": "backpack",
                    "item_name": "Backpack",
                    "slot": "accessory",
                    "image_path": "/profiles/assets/cosmetics/accessories/backpack.png",
                    "rarity": "epic",
                    "item_level": 500,
                    "price_eggy_gold": 750,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 12,
                    "item_key": "gold_splash_bg",
                    "item_name": "Gold Splash Background",
                    "slot": "background",
                    "image_path": "/profiles/assets/cosmetics/backgrounds/gold_splash_bg.png",
                    "rarity": "epic",
                    "item_level": 500,
                    "price_eggy_gold": 1000,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 13,
                    "item_key": "blue_beanie",
                    "item_name": "Blue Beanie",
                    "slot": "hat",
                    "image_path": "/profiles/assets/cosmetics/hats/blue_beanie.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 180,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 14,
                    "item_key": "gold_crown",
                    "item_name": "Golden Crown",
                    "slot": "hat",
                    "image_path": "/profiles/assets/cosmetics/hats/gold_crown.png",
                    "rarity": "legendary",
                    "item_level": 800,
                    "price_eggy_gold": 2500,
                    "price_golden_eggs": 5,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 15,
                    "item_key": "cute_blush_face",
                    "item_name": "Cute Blush Face",
                    "slot": "face",
                    "image_path": "/profiles/assets/cosmetics/faces/cute_blush_face.png",
                    "rarity": "common",
                    "item_level": 100,
                    "price_eggy_gold": 120,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 16,
                    "item_key": "angry_focus_face",
                    "item_name": "Angry Focus Face",
                    "slot": "face",
                    "image_path": "/profiles/assets/cosmetics/faces/angry_focus_face.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 350,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 17,
                    "item_key": "gold_gloves",
                    "item_name": "Gold Gloves",
                    "slot": "arms",
                    "image_path": "/profiles/assets/cosmetics/arms/gold_gloves.png",
                    "rarity": "epic",
                    "item_level": 500,
                    "price_eggy_gold": 900,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 18,
                    "item_key": "cyan_tech_arms",
                    "item_name": "Cyan Tech Arms",
                    "slot": "arms",
                    "image_path": "/profiles/assets/cosmetics/arms/cyan_tech_arms.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 450,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 19,
                    "item_key": "cyan_jacket",
                    "item_name": "Cyan Jacket",
                    "slot": "top",
                    "image_path": "/profiles/assets/cosmetics/tops/cyan_jacket.png",
                    "rarity": "rare",
                    "item_level": 300,
                    "price_eggy_gold": 650,
                    "price_golden_eggs": 0,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                },
                {
                    "id": 20,
                    "item_key": "royal_robe",
                    "item_name": "Royal Robe",
                    "slot": "top",
                    "image_path": "/profiles/assets/cosmetics/tops/royal_robe.png",
                    "rarity": "legendary",
                    "item_level": 800,
                    "price_eggy_gold": 3000,
                    "price_golden_eggs": 8,
                    "is_starter": 0,
                    "is_active": 1,
                    "created_at": "2026-05-19 01:41:53"
                }
            ]
        },
        "eggy_collectible_daily_claims": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "claim_day",
                "item_slug",
                "claimed_at"
            ],
            "sample": []
        },
        "eggy_retro_achievement_claims": {
            "exists": true,
            "columns": [
                "id",
                "username",
                "user_id",
                "achievement_id",
                "achievement_name",
                "rarity",
                "eggy_gold_awarded",
                "claimed_at",
                "rank_xp_awarded",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "first_steps",
                    "achievement_name": "First Steps",
                    "rarity": "common",
                    "eggy_gold_awarded": 10,
                    "claimed_at": "2026-05-20 01:25:12",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:04:20"
                },
                {
                    "id": 4,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "battle_one",
                    "achievement_name": "First Clash",
                    "rarity": "common",
                    "eggy_gold_awarded": 10,
                    "claimed_at": "2026-05-20 01:44:23",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:04:20"
                },
                {
                    "id": 5,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "battle_five",
                    "achievement_name": "Battle Spark",
                    "rarity": "uncommon",
                    "eggy_gold_awarded": 25,
                    "claimed_at": "2026-05-20 01:45:05",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:04:20"
                },
                {
                    "id": 18,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "coin_hunter",
                    "achievement_name": "Eggy Gold Hunter",
                    "rarity": "uncommon",
                    "eggy_gold_awarded": 25,
                    "claimed_at": "2026-05-20 02:24:10",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:04:20"
                },
                {
                    "id": 27,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "wanderer",
                    "achievement_name": "Neon Wanderer",
                    "rarity": "common",
                    "eggy_gold_awarded": 15,
                    "claimed_at": "2026-05-20 03:55:10",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:04:20"
                },
                {
                    "id": 28,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "grass_runner",
                    "achievement_name": "Grass Runner",
                    "rarity": "common",
                    "eggy_gold_awarded": 15,
                    "claimed_at": "2026-05-20 04:44:56",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 04:44:56"
                },
                {
                    "id": 29,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "first_steps",
                    "achievement_name": "First Steps",
                    "rarity": "common",
                    "eggy_gold_awarded": 10,
                    "claimed_at": "2026-05-20 05:49:07",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:49:07"
                },
                {
                    "id": 30,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "battle_one",
                    "achievement_name": "First Clash",
                    "rarity": "common",
                    "eggy_gold_awarded": 10,
                    "claimed_at": "2026-05-20 05:51:05",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:51:05"
                },
                {
                    "id": 31,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "coin_hunter",
                    "achievement_name": "Eggy Gold Hunter",
                    "rarity": "uncommon",
                    "eggy_gold_awarded": 25,
                    "claimed_at": "2026-05-20 05:51:29",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:51:29"
                },
                {
                    "id": 32,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "battle_five",
                    "achievement_name": "Battle Spark",
                    "rarity": "uncommon",
                    "eggy_gold_awarded": 25,
                    "claimed_at": "2026-05-20 05:51:29",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:51:29"
                },
                {
                    "id": 33,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "collector_three",
                    "achievement_name": "Eggling Trio",
                    "rarity": "uncommon",
                    "eggy_gold_awarded": 25,
                    "claimed_at": "2026-05-20 05:51:29",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:51:29"
                },
                {
                    "id": 34,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "wanderer",
                    "achievement_name": "Neon Wanderer",
                    "rarity": "common",
                    "eggy_gold_awarded": 15,
                    "claimed_at": "2026-05-20 05:51:33",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:51:33"
                },
                {
                    "id": 35,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "grass_runner",
                    "achievement_name": "Grass Runner",
                    "rarity": "common",
                    "eggy_gold_awarded": 15,
                    "claimed_at": "2026-05-20 05:55:23",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:55:23"
                },
                {
                    "id": 36,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "collector_six",
                    "achievement_name": "Full Party",
                    "rarity": "rare",
                    "eggy_gold_awarded": 65,
                    "claimed_at": "2026-05-20 05:55:54",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 05:55:54"
                },
                {
                    "id": 37,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "areas_25",
                    "achievement_name": "Map Scout",
                    "rarity": "rare",
                    "eggy_gold_awarded": 70,
                    "claimed_at": "2026-05-20 06:14:00",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:14:00"
                },
                {
                    "id": 38,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "areas_100",
                    "achievement_name": "500-World Dreamer",
                    "rarity": "epic",
                    "eggy_gold_awarded": 120,
                    "claimed_at": "2026-05-20 06:18:29",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:18:29"
                },
                {
                    "id": 39,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "areas_25",
                    "achievement_name": "Map Scout",
                    "rarity": "rare",
                    "eggy_gold_awarded": 70,
                    "claimed_at": "2026-05-20 06:22:47",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:22:47"
                },
                {
                    "id": 40,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "areas_100",
                    "achievement_name": "500-World Dreamer",
                    "rarity": "epic",
                    "eggy_gold_awarded": 120,
                    "claimed_at": "2026-05-20 06:22:47",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:22:47"
                },
                {
                    "id": 41,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "loot_50",
                    "achievement_name": "Loot Spark",
                    "rarity": "rare",
                    "eggy_gold_awarded": 75,
                    "claimed_at": "2026-05-20 06:24:42",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:24:42"
                },
                {
                    "id": 42,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "battle_25",
                    "achievement_name": "Arena Regular",
                    "rarity": "rare",
                    "eggy_gold_awarded": 50,
                    "claimed_at": "2026-05-20 06:24:47",
                    "rank_xp_awarded": 50,
                    "created_at": "2026-05-20 06:24:47"
                }
            ]
        },
        "eggy_retro_activity_feed": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "kind",
                "message",
                "rarity",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "Mystery Drop",
                    "message": "dan discovered a Strange Egg Capsule.",
                    "rarity": "rare",
                    "created_at": "2026-05-20 07:10:19"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Neon Cyan Shell",
                    "rarity": "common",
                    "created_at": "2026-05-20 07:19:38"
                },
                {
                    "id": 3,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Cyan Spark Aura",
                    "rarity": "uncommon",
                    "created_at": "2026-05-20 07:19:48"
                },
                {
                    "id": 4,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Propeller Egg Hat",
                    "rarity": "epic",
                    "created_at": "2026-05-20 07:25:36"
                },
                {
                    "id": 5,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Golden Arcade Shell",
                    "rarity": "rare",
                    "created_at": "2026-05-20 07:56:06"
                },
                {
                    "id": 6,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Gold Dust Footsteps",
                    "rarity": "rare",
                    "created_at": "2026-05-20 08:09:40"
                },
                {
                    "id": 7,
                    "user_id": 4,
                    "username": "dan",
                    "kind": "shop",
                    "message": "dan bought Moonlit Wave Honor Tag MK-0035",
                    "rarity": "common",
                    "created_at": "2026-05-20 08:36:53"
                }
            ]
        },
        "eggy_retro_admin_actions": {
            "exists": true,
            "columns": [
                "id",
                "admin_username",
                "action_type",
                "target_user_id",
                "target_username",
                "reason",
                "metadata_json",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "admin_username": "eggyadmin",
                    "action_type": "give_eggy_gold",
                    "target_user_id": 65,
                    "target_username": "balvor",
                    "reason": "Gift",
                    "metadata_json": "{\"amount\":900000,\"balance_before\":0,\"balance_after\":900000,\"balance_field\":\"eggy_gold\"}",
                    "created_at": "2026-05-25 23:24:03"
                },
                {
                    "id": 2,
                    "admin_username": "eggyadmin",
                    "action_type": "suspend_player",
                    "target_user_id": 63,
                    "target_username": "llama2",
                    "reason": "Abuse",
                    "metadata_json": "{\"duration\":\"1 hour\",\"permanent\":false}",
                    "created_at": "2026-05-25 23:24:55"
                },
                {
                    "id": 3,
                    "admin_username": "eggyadmin",
                    "action_type": "remove_suspension",
                    "target_user_id": 63,
                    "target_username": "llama2",
                    "reason": "test",
                    "metadata_json": "{\"suspension_id\":1}",
                    "created_at": "2026-05-25 23:26:11"
                },
                {
                    "id": 4,
                    "admin_username": "eggyadmin",
                    "action_type": "suspend_player",
                    "target_user_id": 63,
                    "target_username": "llama2",
                    "reason": "test",
                    "metadata_json": "{\"duration\":\"1 hour\",\"permanent\":false}",
                    "created_at": "2026-05-25 23:26:26"
                },
                {
                    "id": 5,
                    "admin_username": "eggyadmin",
                    "action_type": "give_eggy_gold",
                    "target_user_id": 4,
                    "target_username": "dan",
                    "reason": "gift",
                    "metadata_json": "{\"amount\":900000,\"balance_before\":1093,\"balance_after\":901093,\"balance_field\":\"eggy_gold\"}",
                    "created_at": "2026-05-25 23:33:05"
                },
                {
                    "id": 6,
                    "admin_username": "eggyadmin",
                    "action_type": "remove_suspension",
                    "target_user_id": 63,
                    "target_username": "llama2",
                    "reason": "teste",
                    "metadata_json": "{\"suspension_id\":2}",
                    "created_at": "2026-05-25 23:35:10"
                },
                {
                    "id": 7,
                    "admin_username": "eggyadmin",
                    "action_type": "suspend_player",
                    "target_user_id": 63,
                    "target_username": "llama2",
                    "reason": "test",
                    "metadata_json": "{\"duration\":\"1 hour\",\"permanent\":false}",
                    "created_at": "2026-05-25 23:35:20"
                },
                {
                    "id": 8,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:19:50"
                },
                {
                    "id": 9,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:22:00"
                },
                {
                    "id": 10,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:22:20"
                },
                {
                    "id": 11,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:22:20"
                },
                {
                    "id": 12,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:22:39"
                },
                {
                    "id": 13,
                    "admin_username": "eggyadmin",
                    "action_type": "update_welcome_popup",
                    "target_user_id": null,
                    "target_username": null,
                    "reason": "Updated Eggy Quest welcome popup body content.",
                    "metadata_json": "[]",
                    "created_at": "2026-05-27 00:23:20"
                }
            ]
        },
        "eggy_retro_admin_gold_log": {
            "exists": true,
            "columns": [
                "id",
                "admin_username",
                "target_user_id",
                "target_username",
                "action_type",
                "amount",
                "balance_before",
                "balance_after",
                "reason",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "admin_username": "eggyadmin",
                    "target_user_id": 65,
                    "target_username": "balvor",
                    "action_type": "give_eggy_gold",
                    "amount": 900000,
                    "balance_before": 0,
                    "balance_after": 900000,
                    "reason": "Gift",
                    "created_at": "2026-05-25 23:24:03"
                },
                {
                    "id": 2,
                    "admin_username": "eggyadmin",
                    "target_user_id": 4,
                    "target_username": "dan",
                    "action_type": "give_eggy_gold",
                    "amount": 900000,
                    "balance_before": 1093,
                    "balance_after": 901093,
                    "reason": "gift",
                    "created_at": "2026-05-25 23:33:05"
                }
            ]
        },
        "eggy_retro_admin_login_attempts": {
            "exists": true,
            "columns": [
                "id",
                "admin_username",
                "ip_address",
                "success",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-25 23:14:06"
                },
                {
                    "id": 2,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-25 23:14:06"
                },
                {
                    "id": 3,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-25 23:25:53"
                },
                {
                    "id": 4,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-25 23:25:53"
                },
                {
                    "id": 5,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-26 01:24:30"
                },
                {
                    "id": 6,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-26 01:24:30"
                },
                {
                    "id": 7,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-26 14:42:40"
                },
                {
                    "id": 8,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-26 14:42:40"
                },
                {
                    "id": 9,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-27 00:11:40"
                },
                {
                    "id": 10,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-27 00:11:40"
                },
                {
                    "id": 11,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-27 06:10:12"
                },
                {
                    "id": 12,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-27 06:10:12"
                },
                {
                    "id": 13,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-27 16:03:39"
                },
                {
                    "id": 14,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-27 16:03:40"
                },
                {
                    "id": 15,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-27 21:03:39"
                },
                {
                    "id": 16,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-27 21:03:39"
                },
                {
                    "id": 17,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 0,
                    "created_at": "2026-05-28 07:39:35"
                },
                {
                    "id": 18,
                    "admin_username": "eggyadmin",
                    "ip_address": "82.18.101.72",
                    "success": 1,
                    "created_at": "2026-05-28 07:39:35"
                }
            ]
        },
        "eggy_retro_chat_messages": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "message",
                "area_id",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:15:21"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:15:31"
                },
                {
                    "id": 3,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:15:52"
                },
                {
                    "id": 4,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:22:29"
                },
                {
                    "id": 5,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:26:14"
                },
                {
                    "id": 6,
                    "user_id": 4,
                    "username": "dan",
                    "message": "hi",
                    "area_id": 100,
                    "created_at": "2026-05-23 16:49:04"
                },
                {
                    "id": 7,
                    "user_id": 49,
                    "username": "monkey",
                    "message": "bla bla bla",
                    "area_id": 0,
                    "created_at": "2026-05-24 03:28:22"
                }
            ]
        },
        "eggy_retro_coin_claims": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "world_id",
                "zone_id",
                "area_id",
                "coin_key",
                "amount",
                "claimed_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 71,
                    "area_id": 171,
                    "coin_key": "c_171_1",
                    "amount": 3,
                    "claimed_at": "2026-05-21 06:01:28"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 71,
                    "area_id": 171,
                    "coin_key": "c_171_3",
                    "amount": 3,
                    "claimed_at": "2026-05-21 06:01:43"
                },
                {
                    "id": 3,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 71,
                    "area_id": 171,
                    "coin_key": "c_171_0",
                    "amount": 5,
                    "claimed_at": "2026-05-21 06:01:47"
                },
                {
                    "id": 4,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 71,
                    "area_id": 171,
                    "coin_key": "c_171_4",
                    "amount": 5,
                    "claimed_at": "2026-05-21 06:07:30"
                },
                {
                    "id": 5,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 71,
                    "area_id": 171,
                    "coin_key": "c_171_5",
                    "amount": 1,
                    "claimed_at": "2026-05-21 06:07:47"
                },
                {
                    "id": 6,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_2",
                    "amount": 1,
                    "claimed_at": "2026-05-21 06:15:51"
                },
                {
                    "id": 7,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_4",
                    "amount": 3,
                    "claimed_at": "2026-05-21 06:15:55"
                },
                {
                    "id": 8,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_1",
                    "amount": 2,
                    "claimed_at": "2026-05-21 06:16:01"
                },
                {
                    "id": 9,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_5",
                    "amount": 4,
                    "claimed_at": "2026-05-21 06:16:05"
                },
                {
                    "id": 10,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_3",
                    "amount": 1,
                    "claimed_at": "2026-05-21 06:18:02"
                },
                {
                    "id": 11,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 1,
                    "zone_id": 11,
                    "area_id": 111,
                    "coin_key": "c_111_0",
                    "amount": 4,
                    "claimed_at": "2026-05-21 06:18:14"
                },
                {
                    "id": 12,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 2,
                    "zone_id": 21,
                    "area_id": 221,
                    "coin_key": "c_221_5",
                    "amount": 1,
                    "claimed_at": "2026-05-21 06:18:29"
                },
                {
                    "id": 13,
                    "user_id": 55,
                    "username": "testing",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_5",
                    "amount": 1,
                    "claimed_at": "2026-05-21 07:25:33"
                },
                {
                    "id": 14,
                    "user_id": 55,
                    "username": "testing",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_1",
                    "amount": 5,
                    "claimed_at": "2026-05-21 07:48:30"
                },
                {
                    "id": 15,
                    "user_id": 55,
                    "username": "testing",
                    "world_id": 6,
                    "zone_id": 99,
                    "area_id": 699,
                    "coin_key": "c_699_5",
                    "amount": 5,
                    "claimed_at": "2026-05-21 07:48:46"
                },
                {
                    "id": 16,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_1",
                    "amount": 1,
                    "claimed_at": "2026-05-21 08:31:38"
                },
                {
                    "id": 17,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_4",
                    "amount": 1,
                    "claimed_at": "2026-05-21 08:31:59"
                },
                {
                    "id": 18,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_3",
                    "amount": 1,
                    "claimed_at": "2026-05-21 08:32:00"
                },
                {
                    "id": 19,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_2",
                    "amount": 1,
                    "claimed_at": "2026-05-21 08:32:01"
                },
                {
                    "id": 20,
                    "user_id": 4,
                    "username": "dan",
                    "world_id": 0,
                    "zone_id": 0,
                    "area_id": 0,
                    "coin_key": "c_0_0",
                    "amount": 1,
                    "claimed_at": "2026-05-21 08:32:03"
                }
            ]
        },
        "eggy_retro_collected_items": {
            "exists": true,
            "columns": [
                "id",
                "username",
                "user_id",
                "item_key",
                "area_id",
                "inside",
                "item_name",
                "reward_type",
                "reward_amount",
                "collected_at",
                "amount"
            ],
            "sample": [
                {
                    "id": 1,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "0:out:3:3:4:Eggy Token",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "Eggy Token",
                    "reward_type": null,
                    "reward_amount": 0,
                    "collected_at": "2026-05-20 05:29:09",
                    "amount": 1
                },
                {
                    "id": 85,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "0:out:1:13:3:Eggy Gold",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "Eggy Gold",
                    "reward_type": null,
                    "reward_amount": 0,
                    "collected_at": "2026-05-20 05:33:32",
                    "amount": 1
                },
                {
                    "id": 90,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "0:out:2:11:5:Cue Wax",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "Cue Wax",
                    "reward_type": null,
                    "reward_amount": 0,
                    "collected_at": "2026-05-20 05:33:35",
                    "amount": 1
                },
                {
                    "id": 991,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_76e174b4fae2ef48724d938f04d409a5",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-20 20:26:33",
                    "amount": 1
                },
                {
                    "id": 992,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_5a57d2eb37cc672c9f5cd07b2c8db743",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-20 20:26:39",
                    "amount": 1
                },
                {
                    "id": 993,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_bde0660d05864dcd5fd04ec28c21470e",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:16:14",
                    "amount": 1
                },
                {
                    "id": 994,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_2a8d527ab8560a4122d20b723665b987",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:16:27",
                    "amount": 1
                },
                {
                    "id": 995,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_50827d4e35a6a9b79ef7cdfb95792734",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:16:31",
                    "amount": 1
                },
                {
                    "id": 996,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_54966ce95f91b831f7201a0106ce7c14",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:16:34",
                    "amount": 1
                },
                {
                    "id": 997,
                    "username": "yolk",
                    "user_id": 57,
                    "item_key": "claim_bde0660d05864dcd5fd04ec28c21470e",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:22:19",
                    "amount": 1
                },
                {
                    "id": 1006,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_79cc713d3112f57bed25a9b9bba2175e",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:20",
                    "amount": 1
                },
                {
                    "id": 1007,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_d6861280c447ba27d07bc42997c65dd0",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:21",
                    "amount": 1
                },
                {
                    "id": 1008,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_49f93b82df6a15df67246c7aa9260472",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:29",
                    "amount": 1
                },
                {
                    "id": 1009,
                    "username": "yolk",
                    "user_id": 57,
                    "item_key": "claim_79cc713d3112f57bed25a9b9bba2175e",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:36",
                    "amount": 1
                },
                {
                    "id": 1010,
                    "username": "yolk",
                    "user_id": 57,
                    "item_key": "claim_cd451f5ea5925b04126e9ad05e9d75a5",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:38",
                    "amount": 1
                },
                {
                    "id": 1011,
                    "username": "yolk",
                    "user_id": 57,
                    "item_key": "claim_49f93b82df6a15df67246c7aa9260472",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:27:44",
                    "amount": 1
                },
                {
                    "id": 1013,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_f2bb9c0bb6d5bf9f70f7a657864c62cf",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:28:02",
                    "amount": 1
                },
                {
                    "id": 1014,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_86ce89bff5dab30e6399b2172f80fc90",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:28:04",
                    "amount": 1
                },
                {
                    "id": 1015,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_d45e2d2814a75e3f3f186e398bed3bdb",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:28:06",
                    "amount": 1
                },
                {
                    "id": 1016,
                    "username": "dan",
                    "user_id": 4,
                    "item_key": "claim_fe00eca362a2606ad4e98ce806ebe801",
                    "area_id": 0,
                    "inside": 0,
                    "item_name": "zone_visit claim",
                    "reward_type": "zone_visit",
                    "reward_amount": 0,
                    "collected_at": "2026-05-21 05:28:09",
                    "amount": 1
                }
            ]
        },
        "eggy_retro_community_goals": {
            "exists": true,
            "columns": [
                "goal_key",
                "name",
                "current_value",
                "target_value",
                "reward_label",
                "starts_at",
                "ends_at"
            ],
            "sample": [
                {
                    "goal_key": "global_gold_week",
                    "name": "Global Eggy Gold Hunt",
                    "current_value": 0,
                    "target_value": 10000,
                    "reward_label": "Community boost + trophy hook",
                    "starts_at": "2026-05-20 07:09:01",
                    "ends_at": "2026-05-27 07:09:01"
                }
            ]
        },
        "eggy_retro_companions": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "companion_key",
                "source",
                "is_active",
                "unlocked_at"
            ],
            "sample": []
        },
        "eggy_retro_cosmetic_equips": {
            "exists": true,
            "columns": [
                "user_id",
                "username",
                "category",
                "item_key",
                "equipped_at"
            ],
            "sample": []
        },
        "eggy_retro_cosmetic_inventory": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "item_key",
                "source",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "shell_neon_cyan",
                    "source": "shop",
                    "created_at": "2026-05-20 07:19:38"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "aura_cyan_spark",
                    "source": "shop",
                    "created_at": "2026-05-20 07:19:48"
                },
                {
                    "id": 3,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "hat_propeller",
                    "source": "shop",
                    "created_at": "2026-05-20 07:25:36"
                },
                {
                    "id": 4,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "shell_golden_arcade",
                    "source": "shop",
                    "created_at": "2026-05-20 07:56:06"
                },
                {
                    "id": 5,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "footsteps_gold_dust",
                    "source": "shop",
                    "created_at": "2026-05-20 08:09:40"
                },
                {
                    "id": 6,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "title_moonlit_wave_honor_tag_0035",
                    "source": "shop",
                    "created_at": "2026-05-20 08:36:53"
                }
            ]
        },
        "eggy_retro_daily_hunts": {
            "exists": true,
            "columns": [
                "hunt_date",
                "target_area",
                "clue",
                "reward_gold"
            ],
            "sample": [
                {
                    "hunt_date": "2026-05-20",
                    "target_area": 478,
                    "clue": "Seek the area where the retro wind changes tune. Area hint: 479.",
                    "reward_gold": 25
                }
            ]
        },
        "eggy_retro_equipped_cosmetics": {
            "exists": true,
            "columns": [
                "user_id",
                "username",
                "category",
                "item_key",
                "updated_at"
            ],
            "sample": [
                {
                    "user_id": 4,
                    "username": "dan",
                    "category": "shell",
                    "item_key": "shell_golden_arcade",
                    "updated_at": "2026-05-20 09:39:47"
                },
                {
                    "user_id": 4,
                    "username": "dan",
                    "category": "title",
                    "item_key": "title_moonlit_wave_honor_tag_0035",
                    "updated_at": "2026-05-20 08:36:54"
                }
            ]
        },
        "eggy_retro_gold_log": {
            "exists": true,
            "columns": [
                "id",
                "username",
                "user_id",
                "achievement_id",
                "amount",
                "created_at",
                "source",
                "source_ref"
            ],
            "sample": [
                {
                    "id": 1,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "",
                    "amount": 5,
                    "created_at": "2026-05-20 05:29:09",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 2,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:30:34",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 3,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:30:34",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 4,
                    "username": "dan",
                    "user_id": 4,
                    "achievement_id": "",
                    "amount": 5,
                    "created_at": "2026-05-20 05:33:32",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 5,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 35,
                    "created_at": "2026-05-20 05:48:58",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 6,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 5,
                    "created_at": "2026-05-20 05:49:01",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 7,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:49:07",
                    "source": "retro_achievement",
                    "source_ref": "first_steps"
                },
                {
                    "id": 8,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 5,
                    "created_at": "2026-05-20 05:50:51",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 9,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 5,
                    "created_at": "2026-05-20 05:50:52",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 10,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:05",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 11,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:05",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 12,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:05",
                    "source": "retro_achievement",
                    "source_ref": "battle_one"
                },
                {
                    "id": 13,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:19",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 14,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:19",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 15,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 16,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 25,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_achievement",
                    "source_ref": "coin_hunter"
                },
                {
                    "id": 17,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 25,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_achievement",
                    "source_ref": "battle_five"
                },
                {
                    "id": 18,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 19,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 10,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_world_loot",
                    "source_ref": "found_eggy_gold"
                },
                {
                    "id": 20,
                    "username": "yolk",
                    "user_id": 57,
                    "achievement_id": "",
                    "amount": 25,
                    "created_at": "2026-05-20 05:51:29",
                    "source": "retro_achievement",
                    "source_ref": "collector_three"
                }
            ]
        },
        "eggy_retro_gold_wallet": {
            "exists": true,
            "columns": [
                "username",
                "user_id",
                "balance",
                "updated_at"
            ],
            "sample": [
                {
                    "username": "balvor",
                    "user_id": 65,
                    "balance": 0,
                    "updated_at": "2026-05-25 17:39:05"
                },
                {
                    "username": "bank",
                    "user_id": 59,
                    "balance": 0,
                    "updated_at": "2026-05-24 00:38:25"
                },
                {
                    "username": "dan",
                    "user_id": 4,
                    "balance": 265,
                    "updated_at": "2026-05-21 22:37:24"
                },
                {
                    "username": "dev_tester",
                    "user_id": 68,
                    "balance": 0,
                    "updated_at": "2026-05-27 14:45:17"
                },
                {
                    "username": "frankly",
                    "user_id": 60,
                    "balance": 13,
                    "updated_at": "2026-05-24 00:58:18"
                },
                {
                    "username": "Kyler",
                    "user_id": 64,
                    "balance": 0,
                    "updated_at": "2026-05-24 18:32:56"
                },
                {
                    "username": "liamt17",
                    "user_id": 62,
                    "balance": 0,
                    "updated_at": "2026-05-24 11:46:09"
                },
                {
                    "username": "llama",
                    "user_id": 41,
                    "balance": 0,
                    "updated_at": "2026-05-24 23:21:48"
                },
                {
                    "username": "llama2",
                    "user_id": 63,
                    "balance": 6,
                    "updated_at": "2026-05-24 16:57:53"
                },
                {
                    "username": "monkey",
                    "user_id": 49,
                    "balance": 7,
                    "updated_at": "2026-05-24 16:19:57"
                },
                {
                    "username": "slappy",
                    "user_id": 66,
                    "balance": 0,
                    "updated_at": "2026-05-25 17:40:56"
                },
                {
                    "username": "testing",
                    "user_id": 55,
                    "balance": 101,
                    "updated_at": "2026-05-22 02:12:07"
                },
                {
                    "username": "tom",
                    "user_id": 58,
                    "balance": 0,
                    "updated_at": "2026-05-23 10:34:11"
                },
                {
                    "username": "tooeggy",
                    "user_id": 67,
                    "balance": 0,
                    "updated_at": "2026-05-25 17:42:22"
                },
                {
                    "username": "why",
                    "user_id": 61,
                    "balance": 1,
                    "updated_at": "2026-05-24 01:37:58"
                },
                {
                    "username": "yolk",
                    "user_id": 57,
                    "balance": 7,
                    "updated_at": "2026-05-24 00:43:16"
                }
            ]
        },
        "eggy_retro_hunt_claims": {
            "exists": true,
            "columns": [
                "hunt_date",
                "user_id",
                "username",
                "claimed_at"
            ],
            "sample": []
        },
        "eggy_retro_mega_profile": {
            "exists": true,
            "columns": [
                "user_id",
                "username",
                "season_xp",
                "bond_points",
                "streak_days",
                "streak_date",
                "insurance_tokens",
                "last_seen",
                "offline_bank",
                "trophies",
                "prestige_points",
                "mystery_ready",
                "updated_at"
            ],
            "sample": [
                {
                    "user_id": 4,
                    "username": "dan",
                    "season_xp": 6646,
                    "bond_points": 3323,
                    "streak_days": 1,
                    "streak_date": "2026-05-20",
                    "insurance_tokens": 0,
                    "last_seen": "2026-05-20 13:58:58",
                    "offline_bank": 0,
                    "trophies": 0,
                    "prestige_points": 0,
                    "mystery_ready": 1,
                    "updated_at": "2026-05-20 13:58:58"
                }
            ]
        },
        "eggy_retro_player_stats": {
            "exists": true,
            "columns": [
                "username",
                "user_id",
                "total_steps",
                "total_xp",
                "total_eggy_gold",
                "total_areas_discovered",
                "total_achievements",
                "total_wins",
                "total_items_found",
                "total_monster_contacts",
                "current_zone",
                "current_inside",
                "player_x",
                "player_y",
                "facing",
                "updated_at"
            ],
            "sample": [
                {
                    "username": "balvor",
                    "user_id": 65,
                    "total_steps": 587,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 4,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 581,
                    "player_y": 303,
                    "facing": "down",
                    "updated_at": "2026-05-25 17:54:30"
                },
                {
                    "username": "bank",
                    "user_id": 59,
                    "total_steps": 0,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 2,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 384,
                    "player_y": 259,
                    "facing": "down",
                    "updated_at": "2026-05-24 00:42:25"
                },
                {
                    "username": "dan",
                    "user_id": 4,
                    "total_steps": 9942,
                    "total_xp": 6705,
                    "total_eggy_gold": 470,
                    "total_areas_discovered": 44,
                    "total_achievements": 5,
                    "total_wins": 7,
                    "total_items_found": 248,
                    "total_monster_contacts": 5,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 772,
                    "player_y": 257,
                    "facing": "down",
                    "updated_at": "2026-05-28 08:29:15"
                },
                {
                    "username": "dev_tester",
                    "user_id": 68,
                    "total_steps": 302,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 1,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 433,
                    "player_y": 261,
                    "facing": "down",
                    "updated_at": "2026-05-27 23:35:46"
                },
                {
                    "username": "frankly",
                    "user_id": 60,
                    "total_steps": 324,
                    "total_xp": 0,
                    "total_eggy_gold": 13,
                    "total_areas_discovered": 1,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 13,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 315,
                    "player_y": 486,
                    "facing": "down",
                    "updated_at": "2026-05-24 03:43:45"
                },
                {
                    "username": "Kyler",
                    "user_id": 64,
                    "total_steps": 0,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 384,
                    "player_y": 259,
                    "facing": "down",
                    "updated_at": "2026-05-24 18:32:56"
                },
                {
                    "username": "liamt17",
                    "user_id": 62,
                    "total_steps": 15,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 382,
                    "player_y": 286,
                    "facing": "down",
                    "updated_at": "2026-05-24 11:47:06"
                },
                {
                    "username": "llama",
                    "user_id": 41,
                    "total_steps": 2121,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 5,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 556,
                    "player_y": 313,
                    "facing": "down",
                    "updated_at": "2026-05-26 23:46:35"
                },
                {
                    "username": "llama2",
                    "user_id": 63,
                    "total_steps": 5487,
                    "total_xp": 0,
                    "total_eggy_gold": 6,
                    "total_areas_discovered": 1,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 6,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 412,
                    "player_y": 241,
                    "facing": "down",
                    "updated_at": "2026-05-25 23:26:15"
                },
                {
                    "username": "monkey",
                    "user_id": 49,
                    "total_steps": 602,
                    "total_xp": 0,
                    "total_eggy_gold": 7,
                    "total_areas_discovered": 5,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 7,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 230,
                    "player_y": 306,
                    "facing": "down",
                    "updated_at": "2026-05-26 00:15:34"
                },
                {
                    "username": "slappy",
                    "user_id": 66,
                    "total_steps": 44,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 454,
                    "player_y": 306,
                    "facing": "down",
                    "updated_at": "2026-05-25 17:41:35"
                },
                {
                    "username": "testing",
                    "user_id": 55,
                    "total_steps": 2397,
                    "total_xp": 0,
                    "total_eggy_gold": 101,
                    "total_areas_discovered": 16,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 93,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 232,
                    "player_y": 282,
                    "facing": "down",
                    "updated_at": "2026-05-23 17:20:56"
                },
                {
                    "username": "tom",
                    "user_id": 58,
                    "total_steps": 13,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 370,
                    "player_y": 322,
                    "facing": "down",
                    "updated_at": "2026-05-23 10:34:22"
                },
                {
                    "username": "tooeggy",
                    "user_id": 67,
                    "total_steps": 126,
                    "total_xp": 0,
                    "total_eggy_gold": 0,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 0,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 321,
                    "player_y": 297,
                    "facing": "down",
                    "updated_at": "2026-05-25 17:55:30"
                },
                {
                    "username": "why",
                    "user_id": 61,
                    "total_steps": 23,
                    "total_xp": 0,
                    "total_eggy_gold": 1,
                    "total_areas_discovered": 0,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 1,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 457,
                    "player_y": 135,
                    "facing": "down",
                    "updated_at": "2026-05-24 01:38:09"
                },
                {
                    "username": "yolk",
                    "user_id": 57,
                    "total_steps": 476,
                    "total_xp": 0,
                    "total_eggy_gold": 7,
                    "total_areas_discovered": 6,
                    "total_achievements": 0,
                    "total_wins": 0,
                    "total_items_found": 7,
                    "total_monster_contacts": 0,
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 553,
                    "player_y": 452,
                    "facing": "down",
                    "updated_at": "2026-05-24 00:43:16"
                }
            ]
        },
        "eggy_retro_presence": {
            "exists": true,
            "columns": [
                "user_id",
                "username",
                "area_id",
                "inside",
                "x",
                "y",
                "facing",
                "equipped_json",
                "last_seen",
                "world_id",
                "zone_id",
                "moving",
                "client_sent_ms"
            ],
            "sample": [
                {
                    "user_id": 4,
                    "username": "dan",
                    "area_id": 100,
                    "inside": 0,
                    "x": 772,
                    "y": 257,
                    "facing": "right",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-28 08:29:21",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 1779956961233
                },
                {
                    "user_id": 41,
                    "username": "llama",
                    "area_id": 100,
                    "inside": 0,
                    "x": 556,
                    "y": 313,
                    "facing": "right",
                    "equipped_json": "{\"weapon\":\"steel_sword\"}",
                    "last_seen": "2026-05-26 23:50:49",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 1779839449726
                },
                {
                    "user_id": 49,
                    "username": "monkey",
                    "area_id": 100,
                    "inside": 0,
                    "x": 235,
                    "y": 306,
                    "facing": "right",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-26 05:25:52",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 1779773152918
                },
                {
                    "user_id": 55,
                    "username": "testing",
                    "area_id": 0,
                    "inside": 0,
                    "x": 9,
                    "y": 8,
                    "facing": "down",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-21 11:56:55",
                    "world_id": 0,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 57,
                    "username": "yolk",
                    "area_id": 600,
                    "inside": 0,
                    "x": 11,
                    "y": 9,
                    "facing": "down",
                    "equipped_json": "[]",
                    "last_seen": "2026-05-21 05:41:27",
                    "world_id": 0,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 59,
                    "username": "bank",
                    "area_id": 100,
                    "inside": 0,
                    "x": 12,
                    "y": 8,
                    "facing": "down",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-24 00:42:45",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 65,
                    "username": "balvor",
                    "area_id": 100,
                    "inside": 0,
                    "x": 18,
                    "y": 10,
                    "facing": "down",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-25 17:54:32",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 66,
                    "username": "slappy",
                    "area_id": 100,
                    "inside": 0,
                    "x": 14,
                    "y": 10,
                    "facing": "left",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-25 17:41:48",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 67,
                    "username": "tooeggy",
                    "area_id": 100,
                    "inside": 0,
                    "x": 10,
                    "y": 10,
                    "facing": "left",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-25 17:55:52",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 0
                },
                {
                    "user_id": 68,
                    "username": "dev_tester",
                    "area_id": 100,
                    "inside": 0,
                    "x": 389,
                    "y": 310,
                    "facing": "down",
                    "equipped_json": "{\"weapon\":\"wooden_sword\"}",
                    "last_seen": "2026-05-27 23:36:00",
                    "world_id": 1,
                    "zone_id": 0,
                    "moving": 0,
                    "client_sent_ms": 1779924960546
                }
            ]
        },
        "eggy_retro_saves": {
            "exists": true,
            "columns": [
                "username",
                "user_id",
                "save_json",
                "updated_at",
                "x",
                "y",
                "map",
                "zone_type",
                "coins",
                "xp",
                "level",
                "rank",
                "inventory",
                "achievements",
                "version",
                "world1_complete",
                "town_unlocked",
                "completed_levels_json",
                "current_spawn_zone"
            ],
            "sample": [
                {
                    "username": "balvor",
                    "user_id": 65,
                    "save_json": "{\"x\":488,\"y\":435,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Town Square\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"facing\":\"right\"}",
                    "updated_at": "2026-05-25 17:54:27",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "bank",
                    "user_id": 59,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"completed_levels\":[1,2,3,4,5,6,7,8,9,10],\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggville_completed\":true,\"eggyville_completed\":true,\"hub_unlocked\":true,\"game_mode\":\"openworld\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\"}",
                    "updated_at": "2026-05-24 00:42:41",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "dan",
                    "user_id": 4,
                    "save_json": "{\"x\":772,\"y\":257,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"completed_levels\":[1,2,3,4,5,6,7,8,9,10],\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"tutorial_completed\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggville_completed\":true,\"eggyville_completed\":true,\"hub_unlocked\":true,\"openworld_unlocked\":true,\"last_world_id\":1,\"last_zone_id\":0,\"last_area_id\":100,\"last_x\":772,\"last_y\":257,\"last_facing\":\"right\",\"game_mode\":\"openworld\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\",\"steel_sword\",\"eggshell_cutter\",\"neon_yolk_blade\",\"eggcracker_saber\",\"golden_yolk_sword\",\"shadow_eggblade\",\"plasma_hatchblade\",\"voidshell_greatsword\",\"eggstorm_blade\",\"eggclipse_sword\"],\"unlocked_weapon_max_index\":10,\"version\":\"v14.65-tutorial-save-progress-hub-return\",\"owned_weapon_keys\":[\"wooden_sword\",\"steel_sword\",\"eggshell_cutter\",\"neon_yolk_blade\",\"eggcracker_saber\",\"golden_yolk_sword\",\"shadow_eggblade\",\"plasma_hatchblade\",\"voidshell_greatsword\",\"eggstorm_blade\",\"eggclipse_sword\"],\"facing\":\"right\"}",
                    "updated_at": "2026-05-28 08:29:18",
                    "x": 389,
                    "y": 259,
                    "map": "Eggyville Town",
                    "zone_type": "persistent multiplayer open-worl",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": "[]",
                    "achievements": "[]",
                    "version": "v10",
                    "world1_complete": 1,
                    "town_unlocked": 1,
                    "completed_levels_json": "[1,2,3,4,5,6,7,8,9,10]",
                    "current_spawn_zone": "Eggyville Town"
                },
                {
                    "username": "dev_tester",
                    "user_id": 68,
                    "save_json": "{\"x\":70,\"y\":300,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"completed_levels\":[1,2,3,4,5,6,7,8,9,10],\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"tutorial_completed\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggville_completed\":true,\"eggyville_completed\":true,\"hub_unlocked\":true,\"openworld_unlocked\":true,\"last_world_id\":1,\"last_zone_id\":0,\"last_area_id\":100,\"last_x\":70,\"last_y\":300,\"last_facing\":\"right\",\"game_mode\":\"openworld\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v14.65-tutorial-save-progress-hub-return\",\"facing\":\"right\"}",
                    "updated_at": "2026-05-27 23:36:07",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "eggyadmin_spin",
                    "user_id": null,
                    "save_json": "",
                    "updated_at": "2026-05-20 16:41:48",
                    "x": 12,
                    "y": 8,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": "[]",
                    "achievements": "[]",
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "frankly",
                    "user_id": 60,
                    "save_json": "{\"x\":315,\"y\":486,\"map\":\"Eggyville Level 2\",\"zone_type\":\"Beach Path\",\"world_id\":0,\"zone_id\":1,\"area_id\":1,\"current_world_key\":\"eggville\",\"current_level\":2,\"highest_level_unlocked\":2,\"completed_levels\":[1],\"completed_levels_json\":\"[1]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"steel_sword\",\"owned_weapons\":[\"wooden_sword\",\"steel_sword\"],\"unlocked_weapon_max_index\":1,\"version\":\"v8.50-save-progress-idless-hotfix\",\"xp\":80,\"total_xp\":80,\"profile_xp\":80,\"rank_xp\":80,\"level_puzzle_type\":\"key\",\"level_puzzle_solved\":false}",
                    "updated_at": "2026-05-24 03:48:57",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "guest",
                    "user_id": null,
                    "save_json": "{\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"eggville_progress_initialized\":true,\"eggville_completed\":true,\"hub_unlocked\":true,\"game_mode\":\"openworld\",\"x\":553,\"y\":430,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggyville_progress_initialized\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggyville_completed\":true,\"equipped_weapon\":\"steel_sword\",\"version\":\"v11.6-world1-town-persistence\"}",
                    "updated_at": "2026-05-23 15:40:00",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "Kyler",
                    "user_id": 64,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Sunny Grasslands\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"xp\":0,\"total_xp\":0,\"profile_xp\":0,\"rank_xp\":0,\"level_puzzle_type\":\"token\",\"level_puzzle_solved\":false}",
                    "updated_at": "2026-05-24 18:33:25",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "liamt17",
                    "user_id": 62,
                    "save_json": "{\"x\":351,\"y\":286,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Sunny Grasslands\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"xp\":60,\"total_xp\":60,\"profile_xp\":60,\"rank_xp\":60,\"level_puzzle_type\":\"token\",\"level_puzzle_solved\":false}",
                    "updated_at": "2026-05-24 11:47:09",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "llama",
                    "user_id": 41,
                    "save_json": "{\"x\":556,\"y\":313,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"completed_levels\":[1,2,3,4,5,6,7,8,9,10],\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"tutorial_completed\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggville_completed\":true,\"eggyville_completed\":true,\"hub_unlocked\":true,\"openworld_unlocked\":true,\"last_world_id\":1,\"last_zone_id\":0,\"last_area_id\":100,\"last_x\":556,\"last_y\":313,\"last_facing\":\"right\",\"game_mode\":\"openworld\",\"equipped_weapon\":\"steel_sword\",\"owned_weapons\":[\"wooden_sword\",\"steel_sword\"],\"unlocked_weapon_max_index\":1,\"version\":\"v14.65-tutorial-save-progress-hub-return\",\"xp\":1920,\"total_xp\":1920,\"profile_xp\":1920,\"rank_xp\":1920,\"level_puzzle_type\":\"none\",\"level_puzzle_solved\":true,\"facing\":\"right\"}",
                    "updated_at": "2026-05-26 23:50:48",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "llama2",
                    "user_id": 63,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Tutorial\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"tutorial_completed\":false,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"openworld_unlocked\":false,\"last_world_id\":0,\"last_zone_id\":0,\"last_area_id\":0,\"last_x\":389,\"last_y\":259,\"last_facing\":\"down\",\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v14.65-tutorial-save-progress-hub-return\",\"xp\":8750,\"total_xp\":8750,\"profile_xp\":8750,\"rank_xp\":8750,\"level_puzzle_type\":\"none\",\"level_puzzle_solved\":true,\"facing\":\"down\"}",
                    "updated_at": "2026-05-25 23:35:14",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "monkey",
                    "user_id": 49,
                    "save_json": "{\"x\":235,\"y\":306,\"map\":\"Eggyville Town\",\"zone_type\":\"persistent multiplayer open-world hub\",\"world_id\":1,\"zone_id\":0,\"area_id\":100,\"current_world_key\":\"eggyville_town\",\"current_level\":0,\"highest_level_unlocked\":10,\"completed_levels\":[1,2,3,4,5,6,7,8,9,10],\"completed_levels_json\":\"[1,2,3,4,5,6,7,8,9,10]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"tutorial_completed\":true,\"world1_complete\":true,\"town_unlocked\":true,\"eggville_completed\":true,\"eggyville_completed\":true,\"hub_unlocked\":true,\"openworld_unlocked\":true,\"last_world_id\":1,\"last_zone_id\":0,\"last_area_id\":100,\"last_x\":235,\"last_y\":306,\"last_facing\":\"right\",\"game_mode\":\"openworld\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\",\"steel_sword\"],\"unlocked_weapon_max_index\":1,\"version\":\"v14.65-tutorial-save-progress-hub-return\",\"coins\":0,\"xp\":60,\"level\":1,\"rank\":\"Explorer\",\"inventory\":[],\"achievements\":[],\"biome\":\"forest\",\"level_puzzle_type\":\"key\",\"level_puzzle_solved\":false,\"total_xp\":60,\"profile_xp\":60,\"rank_xp\":60,\"facing\":\"right\"}",
                    "updated_at": "2026-05-26 05:25:50",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "slappy",
                    "user_id": 66,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Tutorial\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"facing\":\"left\"}",
                    "updated_at": "2026-05-25 17:57:45",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "testing",
                    "user_id": 55,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Sunny Grasslands\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"eggville_progress_initialized\":true,\"completed_levels_json\":\"[]\",\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"version\":\"v11.6-world1-town-persistence\",\"eggyville_progress_initialized\":true}",
                    "updated_at": "2026-05-23 17:37:39",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "tom",
                    "user_id": 58,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Sunny Grasslands\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"eggville_progress_initialized\":true,\"completed_levels_json\":\"[]\",\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"version\":\"v11.6-world1-town-persistence\",\"eggyville_progress_initialized\":true}",
                    "updated_at": "2026-05-23 10:36:19",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "tooeggy",
                    "user_id": 67,
                    "save_json": "{\"x\":315,\"y\":297,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Town Square\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"facing\":\"left\"}",
                    "updated_at": "2026-05-25 17:55:52",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "why",
                    "user_id": 61,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 1\",\"zone_type\":\"Sunny Grasslands\",\"world_id\":0,\"zone_id\":0,\"area_id\":0,\"current_world_key\":\"eggville\",\"current_level\":1,\"highest_level_unlocked\":1,\"completed_levels\":[],\"completed_levels_json\":\"[]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"wooden_sword\",\"owned_weapons\":[\"wooden_sword\"],\"unlocked_weapon_max_index\":0,\"version\":\"v8.50-save-progress-idless-hotfix\",\"xp\":220,\"total_xp\":220,\"profile_xp\":220,\"rank_xp\":220,\"level_puzzle_type\":\"token\",\"level_puzzle_solved\":false}",
                    "updated_at": "2026-05-24 01:42:43",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "yolk",
                    "user_id": 57,
                    "save_json": "{\"x\":389,\"y\":259,\"map\":\"Eggyville Level 2\",\"zone_type\":\"Beach Path\",\"world_id\":0,\"zone_id\":1,\"area_id\":1,\"current_world_key\":\"eggville\",\"current_level\":2,\"highest_level_unlocked\":2,\"completed_levels\":[1],\"completed_levels_json\":\"[1]\",\"eggville_progress_initialized\":true,\"eggyville_progress_initialized\":true,\"world1_complete\":false,\"town_unlocked\":false,\"eggville_completed\":false,\"eggyville_completed\":false,\"hub_unlocked\":false,\"game_mode\":\"level\",\"equipped_weapon\":\"steel_sword\",\"owned_weapons\":[\"wooden_sword\",\"steel_sword\"],\"unlocked_weapon_max_index\":1,\"version\":\"v8.50-save-progress-idless-hotfix\"}",
                    "updated_at": "2026-05-24 00:43:23",
                    "x": 0,
                    "y": 0,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": null,
                    "achievements": null,
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                },
                {
                    "username": "YOUR_USERNAME_HERE",
                    "user_id": null,
                    "save_json": "",
                    "updated_at": "2026-05-20 16:37:02",
                    "x": 12,
                    "y": 8,
                    "map": "Eggsville Forest",
                    "zone_type": "forest",
                    "coins": 0,
                    "xp": 0,
                    "level": 1,
                    "rank": 0,
                    "inventory": "[]",
                    "achievements": "[]",
                    "version": "v10",
                    "world1_complete": 0,
                    "town_unlocked": 0,
                    "completed_levels_json": null,
                    "current_spawn_zone": null
                }
            ]
        },
        "eggy_retro_shop_items": {
            "exists": true,
            "columns": [
                "id",
                "item_key",
                "name",
                "category",
                "rarity",
                "price",
                "icon",
                "description",
                "preview_css",
                "enabled",
                "sort_order",
                "created_at",
                "item_name",
                "css_icon_key",
                "account_bound",
                "is_active",
                "price_eggy_gold",
                "effect_type",
                "effect_stat",
                "effect_value",
                "duration_seconds",
                "updated_at",
                "effect_stats",
                "effect_values",
                "currency_reward_type",
                "currency_reward_amount",
                "currency_reward_interval_seconds",
                "equipment_type",
                "attack_bonus",
                "accuracy_bonus",
                "defence_bonus",
                "speed_bonus",
                "hitpoints_bonus"
            ],
            "sample": [
                {
                    "id": 1,
                    "item_key": "shell_neon_cyan",
                    "name": "Neon Cyan Shell",
                    "category": "shell",
                    "rarity": "common",
                    "price": 40,
                    "icon": "\ud83e\udd5a",
                    "description": "A bright cyan shell glow for your Eggy Quest avatar.",
                    "preview_css": "background:radial-gradient(circle,#fff8b5 0,#7df6ff 58%,#07566b 100%)",
                    "enabled": 1,
                    "sort_order": 10,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 2,
                    "item_key": "shell_golden_arcade",
                    "name": "Golden Arcade Shell",
                    "category": "shell",
                    "rarity": "rare",
                    "price": 140,
                    "icon": "\ud83e\udd5a",
                    "description": "Golden retro shell for players who like to flex currency.",
                    "preview_css": "background:radial-gradient(circle,#fff6a5 0,#ffd14a 56%,#6b3b00 100%)",
                    "enabled": 1,
                    "sort_order": 20,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 3,
                    "item_key": "aura_cyan_spark",
                    "name": "Cyan Spark Aura",
                    "category": "aura",
                    "rarity": "uncommon",
                    "price": 90,
                    "icon": "\u2728",
                    "description": "A small electric aura around your player sprite.",
                    "preview_css": "box-shadow:0 0 18px #50efff,0 0 32px rgba(80,239,255,.45)",
                    "enabled": 1,
                    "sort_order": 30,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 4,
                    "item_key": "aura_purple_night",
                    "name": "Purple Night Aura",
                    "category": "aura",
                    "rarity": "epic",
                    "price": 240,
                    "icon": "\ud83d\udc9c",
                    "description": "A premium purple aura for night-zone explorers.",
                    "preview_css": "box-shadow:0 0 18px #b37cff,0 0 36px rgba(179,124,255,.55)",
                    "enabled": 1,
                    "sort_order": 40,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 5,
                    "item_key": "footsteps_gold_dust",
                    "name": "Gold Dust Footsteps",
                    "category": "footsteps",
                    "rarity": "rare",
                    "price": 180,
                    "icon": "\ud83d\udc63",
                    "description": "Leaves a tiny gold shimmer trail when walking.",
                    "preview_css": "background:linear-gradient(135deg,#fff1a0,#f5b829)",
                    "enabled": 1,
                    "sort_order": 50,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 6,
                    "item_key": "hat_propeller",
                    "name": "Propeller Egg Hat",
                    "category": "hat",
                    "rarity": "epic",
                    "price": 300,
                    "icon": "\ud83d\ude81",
                    "description": "A playful propeller hat for classic arcade Eggy style.",
                    "preview_css": "background:linear-gradient(135deg,#50efff,#ffdc5d)",
                    "enabled": 1,
                    "sort_order": 60,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 7,
                    "item_key": "title_quest_founder",
                    "name": "Quest Founder Title",
                    "category": "title",
                    "rarity": "legendary",
                    "price": 500,
                    "icon": "\ud83c\udff7\ufe0f",
                    "description": "A high-status title for early Eggy Quest supporters.",
                    "preview_css": "background:linear-gradient(135deg,#ffdc5d,#50efff,#b37cff)",
                    "enabled": 1,
                    "sort_order": 70,
                    "created_at": "2026-05-20 07:18:52",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 449,
                    "item_key": "shell_neon_burst_arcade_shell_0001",
                    "name": "Neon Burst Arcade Shell MK-0001",
                    "category": "shell",
                    "rarity": "uncommon",
                    "price": 160,
                    "icon": "\ud83e\udd5a",
                    "description": "Unique uncommon shell cosmetic #0001 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:radial-gradient(circle,#fff8b5 0%,hsl(37,100%,70%) 58%,hsl(91,85%,25%) 100%)",
                    "enabled": 1,
                    "sort_order": 11,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 450,
                    "item_key": "aura_amber_whirl_spark_ring_0002",
                    "name": "Amber Whirl Spark Ring MK-0002",
                    "category": "aura",
                    "rarity": "uncommon",
                    "price": 240,
                    "icon": "\u2728",
                    "description": "Unique uncommon aura cosmetic #0002 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "box-shadow:0 0 18px hsl(74,100%,65%),0 0 34px hsla(128,100%,60%,.45)",
                    "enabled": 1,
                    "sort_order": 12,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 451,
                    "item_key": "footsteps_emerald_comet_trail_0003",
                    "name": "Emerald Comet Trail MK-0003",
                    "category": "footsteps",
                    "rarity": "common",
                    "price": 26,
                    "icon": "\ud83d\udc63",
                    "description": "Unique common footsteps cosmetic #0003 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(111,100%,74%),hsl(165,95%,52%))",
                    "enabled": 1,
                    "sort_order": 13,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 452,
                    "item_key": "hat_inferno_spark_propeller_0004",
                    "name": "Inferno Spark Propeller MK-0004",
                    "category": "hat",
                    "rarity": "rare",
                    "price": 510,
                    "icon": "\ud83d\ude81",
                    "description": "Unique rare hat cosmetic #0004 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(148,95%,62%),hsl(202,95%,72%))",
                    "enabled": 1,
                    "sort_order": 14,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 453,
                    "item_key": "title_pearl_vapor_nameplate_0005",
                    "name": "Pearl Vapor Nameplate MK-0005",
                    "category": "title",
                    "rarity": "uncommon",
                    "price": 220,
                    "icon": "\ud83c\udff7\ufe0f",
                    "description": "Unique uncommon title cosmetic #0005 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(185,95%,64%),hsl(239,95%,58%),#50efff)",
                    "enabled": 1,
                    "sort_order": 15,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 454,
                    "item_key": "shell_violet_pulse_eggshell_0006",
                    "name": "Violet Pulse Eggshell MK-0006",
                    "category": "shell",
                    "rarity": "uncommon",
                    "price": 150,
                    "icon": "\ud83e\udd5a",
                    "description": "Unique uncommon shell cosmetic #0006 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:radial-gradient(circle,#fff8b5 0%,hsl(222,100%,70%) 58%,hsl(276,85%,25%) 100%)",
                    "enabled": 1,
                    "sort_order": 16,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 455,
                    "item_key": "aura_shadow_bloom_aura_0007",
                    "name": "Shadow Bloom Aura MK-0007",
                    "category": "aura",
                    "rarity": "common",
                    "price": 43,
                    "icon": "\u2728",
                    "description": "Unique common aura cosmetic #0007 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "box-shadow:0 0 18px hsl(259,100%,65%),0 0 34px hsla(313,100%,60%,.45)",
                    "enabled": 1,
                    "sort_order": 17,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 456,
                    "item_key": "footsteps_dream_shell_shoe_sparks_0008",
                    "name": "Dream Shell Shoe Sparks MK-0008",
                    "category": "footsteps",
                    "rarity": "common",
                    "price": 55,
                    "icon": "\ud83d\udc63",
                    "description": "Unique common footsteps cosmetic #0008 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(296,100%,74%),hsl(350,95%,52%))",
                    "enabled": 1,
                    "sort_order": 18,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 457,
                    "item_key": "hat_mystic_scale_propeller_0009",
                    "name": "Mystic Scale Propeller MK-0009",
                    "category": "hat",
                    "rarity": "rare",
                    "price": 310,
                    "icon": "\ud83d\ude81",
                    "description": "Unique rare hat cosmetic #0009 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(333,95%,62%),hsl(27,95%,72%))",
                    "enabled": 1,
                    "sort_order": 19,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 458,
                    "item_key": "title_arcade_stripe_quest_tag_0010",
                    "name": "Arcade Stripe Quest Tag MK-0010",
                    "category": "title",
                    "rarity": "uncommon",
                    "price": 220,
                    "icon": "\ud83c\udff7\ufe0f",
                    "description": "Unique uncommon title cosmetic #0010 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(10,95%,64%),hsl(64,95%,58%),#50efff)",
                    "enabled": 1,
                    "sort_order": 20,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 459,
                    "item_key": "shell_arcade_shard_battle_shell_0011",
                    "name": "Arcade Shard Battle Shell MK-0011",
                    "category": "shell",
                    "rarity": "epic",
                    "price": 960,
                    "icon": "\ud83e\udd5a",
                    "description": "Unique epic shell cosmetic #0011 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:radial-gradient(circle,#fff8b5 0%,hsl(47,100%,70%) 58%,hsl(101,85%,25%) 100%)",
                    "enabled": 1,
                    "sort_order": 21,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 460,
                    "item_key": "aura_frost_glint_spark_ring_0012",
                    "name": "Frost Glint Spark Ring MK-0012",
                    "category": "aura",
                    "rarity": "rare",
                    "price": 540,
                    "icon": "\u2728",
                    "description": "Unique rare aura cosmetic #0012 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "box-shadow:0 0 18px hsl(84,100%,65%),0 0 34px hsla(138,100%,60%,.45)",
                    "enabled": 1,
                    "sort_order": 22,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                },
                {
                    "id": 461,
                    "item_key": "footsteps_moonlit_bolt_walk_glow_0013",
                    "name": "Moonlit Bolt Walk Glow MK-0013",
                    "category": "footsteps",
                    "rarity": "common",
                    "price": 26,
                    "icon": "\ud83d\udc63",
                    "description": "Unique common footsteps cosmetic #0013 for Eggy Quest collectors. No duplicate catalogue entry.",
                    "preview_css": "background:linear-gradient(135deg,hsl(121,100%,74%),hsl(175,95%,52%))",
                    "enabled": 1,
                    "sort_order": 23,
                    "created_at": "2026-05-20 08:33:41",
                    "item_name": "",
                    "css_icon_key": "",
                    "account_bound": 1,
                    "is_active": 1,
                    "price_eggy_gold": 0,
                    "effect_type": null,
                    "effect_stat": null,
                    "effect_value": null,
                    "duration_seconds": null,
                    "updated_at": "2026-05-27 06:15:19",
                    "effect_stats": null,
                    "effect_values": null,
                    "currency_reward_type": null,
                    "currency_reward_amount": null,
                    "currency_reward_interval_seconds": null,
                    "equipment_type": null,
                    "attack_bonus": 0,
                    "accuracy_bonus": 0,
                    "defence_bonus": 0,
                    "speed_bonus": 0,
                    "hitpoints_bonus": 0
                }
            ]
        },
        "eggy_retro_shop_purchases": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "item_key",
                "price_paid",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "shell_neon_cyan",
                    "price_paid": 40,
                    "created_at": "2026-05-20 07:19:38"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "aura_cyan_spark",
                    "price_paid": 90,
                    "created_at": "2026-05-20 07:19:48"
                },
                {
                    "id": 3,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "hat_propeller",
                    "price_paid": 300,
                    "created_at": "2026-05-20 07:25:36"
                },
                {
                    "id": 4,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "shell_golden_arcade",
                    "price_paid": 140,
                    "created_at": "2026-05-20 07:56:06"
                },
                {
                    "id": 5,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "footsteps_gold_dust",
                    "price_paid": 180,
                    "created_at": "2026-05-20 08:09:40"
                },
                {
                    "id": 6,
                    "user_id": 4,
                    "username": "dan",
                    "item_key": "title_moonlit_wave_honor_tag_0035",
                    "price_paid": 90,
                    "created_at": "2026-05-20 08:36:53"
                }
            ]
        },
        "eggy_retro_starter_rewards": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "reward_key",
                "awarded_eggy_gold",
                "awarded_helmet_item_id",
                "awarded_helmet_item_key",
                "awarded_at"
            ],
            "sample": []
        },
        "eggy_retro_stats": {
            "exists": true,
            "columns": [
                "username",
                "user_id",
                "steps",
                "wins",
                "talks",
                "grass",
                "eggy_gold_found",
                "egglings",
                "buildings",
                "areas_visited",
                "items_found",
                "monster_contacts",
                "updated_at",
                "current_zone",
                "current_inside",
                "player_x",
                "player_y",
                "facing"
            ],
            "sample": [
                {
                    "username": "balvor",
                    "user_id": 65,
                    "steps": 587,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 6,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-25 17:54:30",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 581,
                    "player_y": 303,
                    "facing": "down"
                },
                {
                    "username": "bank",
                    "user_id": 59,
                    "steps": 0,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 4,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-24 00:42:25",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 6,
                    "player_y": 7,
                    "facing": "down"
                },
                {
                    "username": "dan",
                    "user_id": 4,
                    "steps": 9942,
                    "wins": 51,
                    "talks": 2,
                    "grass": 146,
                    "eggy_gold_found": 1078,
                    "egglings": 6,
                    "buildings": 11,
                    "areas_visited": 644,
                    "items_found": 340,
                    "monster_contacts": 52,
                    "updated_at": "2026-05-28 08:29:15",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 772,
                    "player_y": 257,
                    "facing": "down"
                },
                {
                    "username": "dev_tester",
                    "user_id": 68,
                    "steps": 302,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 3,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-27 23:35:46",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 433,
                    "player_y": 261,
                    "facing": "down"
                },
                {
                    "username": "frankly",
                    "user_id": 60,
                    "steps": 324,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 13,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 3,
                    "items_found": 13,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-24 03:43:45",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 315,
                    "player_y": 486,
                    "facing": "down"
                },
                {
                    "username": "guest",
                    "user_id": null,
                    "steps": 0,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 35,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 1,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-23 15:40:00",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 553,
                    "player_y": 430,
                    "facing": "down"
                },
                {
                    "username": "Kyler",
                    "user_id": 64,
                    "steps": 0,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-24 18:32:56",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 6,
                    "player_y": 7,
                    "facing": "down"
                },
                {
                    "username": "liamt17",
                    "user_id": 62,
                    "steps": 15,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-24 11:47:06",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 382,
                    "player_y": 286,
                    "facing": "down"
                },
                {
                    "username": "llama",
                    "user_id": 41,
                    "steps": 2121,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 0,
                    "buildings": 0,
                    "areas_visited": 5,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-26 23:46:35",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 556,
                    "player_y": 313,
                    "facing": "down"
                },
                {
                    "username": "llama2",
                    "user_id": 63,
                    "steps": 5487,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 6,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 3,
                    "items_found": 6,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-25 23:26:15",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 412,
                    "player_y": 241,
                    "facing": "down"
                },
                {
                    "username": "monkey",
                    "user_id": 49,
                    "steps": 602,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 7,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 5,
                    "items_found": 7,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-26 00:15:34",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 230,
                    "player_y": 306,
                    "facing": "down"
                },
                {
                    "username": "slappy",
                    "user_id": 66,
                    "steps": 44,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-25 17:41:35",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 454,
                    "player_y": 306,
                    "facing": "down"
                },
                {
                    "username": "testing",
                    "user_id": 55,
                    "steps": 2397,
                    "wins": 0,
                    "talks": 1,
                    "grass": 0,
                    "eggy_gold_found": 101,
                    "egglings": 0,
                    "buildings": 0,
                    "areas_visited": 16,
                    "items_found": 93,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-23 17:37:39",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 389,
                    "player_y": 259,
                    "facing": "down"
                },
                {
                    "username": "tom",
                    "user_id": 58,
                    "steps": 13,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-23 10:36:19",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 389,
                    "player_y": 259,
                    "facing": "down"
                },
                {
                    "username": "tooeggy",
                    "user_id": 67,
                    "steps": 126,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 0,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 0,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-25 17:55:30",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 321,
                    "player_y": 297,
                    "facing": "down"
                },
                {
                    "username": "why",
                    "user_id": 61,
                    "steps": 23,
                    "wins": 0,
                    "talks": 0,
                    "grass": 0,
                    "eggy_gold_found": 1,
                    "egglings": 1,
                    "buildings": 0,
                    "areas_visited": 2,
                    "items_found": 1,
                    "monster_contacts": 0,
                    "updated_at": "2026-05-24 01:38:09",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 457,
                    "player_y": 135,
                    "facing": "down"
                },
                {
                    "username": "yolk",
                    "user_id": 57,
                    "steps": 1045,
                    "wins": 27,
                    "talks": 1,
                    "grass": 31,
                    "eggy_gold_found": 407,
                    "egglings": 6,
                    "buildings": 0,
                    "areas_visited": 288,
                    "items_found": 58,
                    "monster_contacts": 15,
                    "updated_at": "2026-05-24 00:43:16",
                    "current_zone": 0,
                    "current_inside": 0,
                    "player_x": 553,
                    "player_y": 430,
                    "facing": "down"
                }
            ]
        },
        "eggy_retro_suspensions": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "reason",
                "duration_label",
                "starts_at",
                "expires_at",
                "is_permanent",
                "is_active",
                "created_by_admin",
                "removed_by_admin",
                "removed_reason",
                "removed_at",
                "created_at",
                "updated_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 63,
                    "username": "llama2",
                    "reason": "Abuse",
                    "duration_label": "1 hour",
                    "starts_at": "2026-05-25 23:24:55",
                    "expires_at": "2026-05-26 00:24:55",
                    "is_permanent": 0,
                    "is_active": 0,
                    "created_by_admin": "eggyadmin",
                    "removed_by_admin": "eggyadmin",
                    "removed_reason": "test",
                    "removed_at": "2026-05-25 23:26:11",
                    "created_at": "2026-05-25 23:24:55",
                    "updated_at": "2026-05-25 23:26:11"
                },
                {
                    "id": 2,
                    "user_id": 63,
                    "username": "llama2",
                    "reason": "test",
                    "duration_label": "1 hour",
                    "starts_at": "2026-05-25 23:26:26",
                    "expires_at": "2026-05-26 00:26:26",
                    "is_permanent": 0,
                    "is_active": 0,
                    "created_by_admin": "eggyadmin",
                    "removed_by_admin": "eggyadmin",
                    "removed_reason": "teste",
                    "removed_at": "2026-05-25 23:35:10",
                    "created_at": "2026-05-25 23:26:26",
                    "updated_at": "2026-05-25 23:35:10"
                },
                {
                    "id": 3,
                    "user_id": 63,
                    "username": "llama2",
                    "reason": "test",
                    "duration_label": "1 hour",
                    "starts_at": "2026-05-25 23:35:20",
                    "expires_at": "2026-05-26 00:35:20",
                    "is_permanent": 0,
                    "is_active": 0,
                    "created_by_admin": "eggyadmin",
                    "removed_by_admin": "system",
                    "removed_reason": "Temporary suspension expired automatically.",
                    "removed_at": "2026-05-26 00:35:21",
                    "created_at": "2026-05-25 23:35:20",
                    "updated_at": "2026-05-26 00:35:21"
                }
            ]
        },
        "eggy_retro_user_items": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "item_id",
                "quantity",
                "account_bound",
                "acquired_source",
                "acquired_at"
            ],
            "sample": []
        },
        "eggy_retro_welcome_popup_settings": {
            "exists": true,
            "columns": [
                "id",
                "body_content",
                "updated_at",
                "updated_by"
            ],
            "sample": [
                {
                    "id": 1,
                    "body_content": "27/05/2026 - Eggyville needs you again. Those pesky Egglings are causing trouble, and there are new territories waiting to be explored. The shop is still being stocked with shiny goodies, powerful items, and probably a few questionable bargains. \n\nNeed to move fast? Use travel to zip around quicker. Feeling heroic? Take the scenic route on foot and pretend it was part of the plan.",
                    "updated_at": "2026-05-27 00:23:20",
                    "updated_by": "eggyadmin"
                }
            ]
        },
        "eggy_retro_world_chat": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "username",
                "zone_key",
                "channel_key",
                "message",
                "created_at"
            ],
            "sample": [
                {
                    "id": 1,
                    "user_id": 4,
                    "username": "dan",
                    "zone_key": "town_square",
                    "channel_key": "zone",
                    "message": "hi",
                    "created_at": "2026-05-27 21:57:51"
                },
                {
                    "id": 2,
                    "user_id": 4,
                    "username": "dan",
                    "zone_key": "town_square",
                    "channel_key": "zone",
                    "message": "hi",
                    "created_at": "2026-05-27 22:16:45"
                }
            ]
        },
        "eggy_retro_world_events": {
            "exists": true,
            "columns": [
                "event_key",
                "last_started_at",
                "next_starts_at",
                "event_state",
                "updated_at"
            ],
            "sample": [
                {
                    "event_key": "eggbert_eggmella_castle_chat",
                    "last_started_at": "2026-05-28 08:27:36",
                    "next_starts_at": "2026-05-28 08:32:36",
                    "event_state": "idle_at_spawn",
                    "updated_at": "2026-05-28 08:29:16"
                }
            ]
        },
        "eggy_retro_world_upgrade_log": {
            "exists": true,
            "columns": [
                "upgrade_key",
                "notes",
                "installed_at"
            ],
            "sample": [
                {
                    "upgrade_key": "v5.12_biome_towns_npcs",
                    "notes": "Biome-specific 700-zone rendering, Eggville town structures/interiors, 2-4 NPCs per zone, randomized egg dialogue.",
                    "installed_at": "2026-05-20 09:15:51"
                }
            ]
        },
        "eggy_user_collectibles_simple": {
            "exists": true,
            "columns": [
                "id",
                "user_id",
                "item_slug",
                "quantity",
                "last_obtained_at"
            ],
            "sample": []
        },
        "eggy_user_cosmetics": {
            "exists": true,
            "columns": [
                "user_id",
                "cosmetic_id",
                "source",
                "unlocked_at"
            ],
            "sample": [
                {
                    "user_id": 1,
                    "cosmetic_id": 1,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 1,
                    "cosmetic_id": 2,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 1,
                    "cosmetic_id": 3,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 1,
                    "cosmetic_id": 4,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 2,
                    "cosmetic_id": 1,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 2,
                    "cosmetic_id": 2,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 2,
                    "cosmetic_id": 3,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 2,
                    "cosmetic_id": 4,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 3,
                    "cosmetic_id": 1,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 3,
                    "cosmetic_id": 2,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 3,
                    "cosmetic_id": 3,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 3,
                    "cosmetic_id": 4,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 4,
                    "cosmetic_id": 1,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 4,
                    "cosmetic_id": 2,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 4,
                    "cosmetic_id": 3,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 4,
                    "cosmetic_id": 4,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 5,
                    "cosmetic_id": 1,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 5,
                    "cosmetic_id": 2,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 5,
                    "cosmetic_id": 3,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                },
                {
                    "user_id": 5,
                    "cosmetic_id": 4,
                    "source": "starter",
                    "unlocked_at": "2026-05-19 01:41:53"
                }
            ]
        },
        "pool_collectible_auctions": {
            "exists": true,
            "columns": [
                "id",
                "seller_key",
                "collectible_id",
                "start_price",
                "highest_bid",
                "highest_bidder_key",
                "status",
                "ends_at",
                "created_at"
            ],
            "sample": []
        },
        "pool_collectible_marketplace": {
            "exists": true,
            "columns": [
                "id",
                "seller_key",
                "collectible_id",
                "price",
                "status",
                "buyer_key",
                "created_at",
                "sold_at"
            ],
            "sample": []
        },
        "pool_collectible_showcase": {
            "exists": true,
            "columns": [
                "id",
                "user_key",
                "collectible_id",
                "slot_no",
                "created_at"
            ],
            "sample": []
        },
        "pool_collectible_trades": {
            "exists": true,
            "columns": [
                "id",
                "from_key",
                "to_key",
                "offered_collectible_id",
                "requested_collectible_id",
                "status",
                "created_at",
                "responded_at"
            ],
            "sample": []
        },
        "pool_collectibles": {
            "exists": true,
            "columns": [
                "id",
                "name",
                "slug",
                "category",
                "rarity",
                "emoji",
                "value_points",
                "fx_key",
                "obtainable",
                "created_at"
            ],
            "sample": []
        },
        "pool_user_collectibles": {
            "exists": true,
            "columns": [
                "id",
                "user_key",
                "collectible_id",
                "quantity",
                "equipped",
                "obtained_at"
            ],
            "sample": []
        },
        "rpg_collectible_inventory": {
            "exists": true,
            "columns": [
                "id",
                "player_id",
                "collectible_id",
                "qty",
                "equipped"
            ],
            "sample": []
        },
        "rpg_collectibles": {
            "exists": true,
            "columns": [
                "id",
                "collectible_key",
                "name",
                "category",
                "rarity",
                "icon",
                "description",
                "tradeable",
                "bonus_type",
                "bonus_value"
            ],
            "sample": [
                {
                    "id": 1,
                    "collectible_key": "tiny_chick",
                    "name": "Tiny Chick",
                    "category": "pet",
                    "rarity": "common",
                    "icon": "\ud83d\udc25",
                    "description": "A loyal starter pet that brings a little luck.",
                    "tradeable": 1,
                    "bonus_type": "luck",
                    "bonus_value": 1
                },
                {
                    "id": 2,
                    "collectible_key": "golden_eggling",
                    "name": "Golden Eggling",
                    "category": "pet",
                    "rarity": "rare",
                    "icon": "\ud83e\udd5a",
                    "description": "A shiny pet that boosts gold finds.",
                    "tradeable": 1,
                    "bonus_type": "gold_bonus",
                    "bonus_value": 5
                },
                {
                    "id": 3,
                    "collectible_key": "shadow_dragon",
                    "name": "Shadow Dragon",
                    "category": "pet",
                    "rarity": "legendary",
                    "icon": "\ud83d\udc09",
                    "description": "A rare dragon pet that boosts raid damage.",
                    "tradeable": 1,
                    "bonus_type": "raid_damage",
                    "bonus_value": 10
                },
                {
                    "id": 4,
                    "collectible_key": "cosmic_phoenix",
                    "name": "Cosmic Phoenix",
                    "category": "pet",
                    "rarity": "mythic",
                    "icon": "\ud83d\udd25",
                    "description": "A mythic pet with powerful XP energy.",
                    "tradeable": 1,
                    "bonus_type": "xp_bonus",
                    "bonus_value": 12
                },
                {
                    "id": 5,
                    "collectible_key": "founder_glow",
                    "name": "Founder Glow",
                    "category": "cosmetic",
                    "rarity": "rare",
                    "icon": "\u2728",
                    "description": "A glowing founder aura.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 6,
                    "collectible_key": "golden_nameplate",
                    "name": "Golden Nameplate",
                    "category": "cosmetic",
                    "rarity": "epic",
                    "icon": "\ud83c\udff7\ufe0f",
                    "description": "A premium golden profile nameplate.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 7,
                    "collectible_key": "season_flame_aura",
                    "name": "Season Flame Aura",
                    "category": "cosmetic",
                    "rarity": "epic",
                    "icon": "\ud83d\udd25",
                    "description": "Animated seasonal flame aura.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 8,
                    "collectible_key": "season_crown",
                    "name": "Season Crown",
                    "category": "cosmetic",
                    "rarity": "legendary",
                    "icon": "\ud83d\udc51",
                    "description": "A legendary seasonal crown.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 9,
                    "collectible_key": "rare_chest",
                    "name": "Rare Chest",
                    "category": "chest",
                    "rarity": "rare",
                    "icon": "\ud83c\udf81",
                    "description": "Contains rare rewards.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 10,
                    "collectible_key": "epic_chest",
                    "name": "Epic Chest",
                    "category": "chest",
                    "rarity": "epic",
                    "icon": "\ud83c\udf81",
                    "description": "Contains epic rewards.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 11,
                    "collectible_key": "legendary_chest",
                    "name": "Legendary Chest",
                    "category": "chest",
                    "rarity": "legendary",
                    "icon": "\ud83c\udf81",
                    "description": "Contains legendary rewards.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                },
                {
                    "id": 12,
                    "collectible_key": "mythic_chest",
                    "name": "Mythic Chest",
                    "category": "chest",
                    "rarity": "mythic",
                    "icon": "\ud83c\udf1f",
                    "description": "Contains mythic rewards.",
                    "tradeable": 1,
                    "bonus_type": "none",
                    "bonus_value": 0
                }
            ]
        },
        "users": {
            "exists": true,
            "columns": [
                "id",
                "username",
                "password",
                "created_at",
                "golden_spins",
                "platinum_spins",
                "free_platinum_claimed",
                "daily_spins_used",
                "daily_spins_reset_at",
                "referral_code",
                "referred_by_user_id",
                "account_standing",
                "is_suspended",
                "suspension_reason",
                "suspension_until",
                "suspension_is_permanent",
                "secret_word_hash",
                "secret_word_plain",
                "xp",
                "level",
                "avatar",
                "daily_mission_date",
                "mission_spin_count",
                "mission_spin_claimed",
                "mission_golden_count",
                "mission_golden_claimed",
                "mission_platinum_count",
                "mission_platinum_claimed",
                "avatar_frame",
                "cash_balance",
                "total_cash_earned",
                "total_cash_withdrawn",
                "golden_eggs",
                "lifetime_golden_spins",
                "mystery_wins",
                "arcade_xp",
                "arcade_level",
                "avatar_path",
                "avatar_choice",
                "puzzle_trade_success",
                "puzzle_trade_rating",
                "puzzle_streak_days",
                "puzzle_last_drop_date",
                "regular_spins",
                "regular_spins_last_refill",
                "puzzle_pity_counter",
                "daily_free_spins",
                "daily_free_spins_last_refill",
                "onboarding_seen",
                "bonus_meter",
                "claimed_free_platinum",
                "avatar_updated_at",
                "snowballs",
                "watering_cans",
                "is_rpg_bot",
                "bot_created_at",
                "eggy_gold"
            ],
            "sample": [
                {
                    "id": 1,
                    "username": "tester2",
                    "password": "$2y$10$Nvileu3F7rp9UWyf/WoTZeRYwdSkZiPv5u8nBU4OI2dnzoXufYdJG",
                    "created_at": "2026-05-13 02:01:42",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": "EGGY1B4C9DDD2",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": null,
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 2,
                    "username": "devvy",
                    "password": "$2y$10$elvCnhlbbBuFj/zOSyR5fursiQsGC1V5in1xuzfAAo.vma21xYALy",
                    "created_at": "2026-05-13 02:04:51",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": "EGGY2E1E99D6A",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": null,
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 3,
                    "username": "goof",
                    "password": "$2y$10$/BG0UHKoFUMjpzUTeV8Sj.QUC9wTWrFnxlv2Qbm7ztCZHo9RzPz1G",
                    "created_at": "2026-05-13 02:19:48",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": "EGGY3884CB242",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": null,
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 4,
                    "username": "dan",
                    "password": "$2y$10$.AcB4YCkt4cELor3Oam0HebVoe.Wtq.b9GGpNXnSiIsjsznwS/F..",
                    "created_at": "2026-05-13 02:22:14",
                    "golden_spins": 78,
                    "platinum_spins": 1,
                    "free_platinum_claimed": 1,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-15 00:00:00",
                    "referral_code": "EGGY4B220B41E",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$vbvuEo36iFeCFyhax3UJ..sbPYXJVjXo9O0LfSX1VNMI3DkqJamx2",
                    "secret_word_plain": "joker",
                    "xp": 14985,
                    "level": 16,
                    "avatar": "/account/uploads/avatars/user_4_1778850538_857cb479.jpg",
                    "daily_mission_date": "2026-05-14",
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 1490,
                    "arcade_level": 3,
                    "avatar_path": "/account/uploads/avatars/user_4_1778850538_857cb479.jpg",
                    "avatar_choice": "custom",
                    "puzzle_trade_success": 1,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 0,
                    "regular_spins_last_refill": "2026-05-13",
                    "puzzle_pity_counter": 3,
                    "daily_free_spins": 42,
                    "daily_free_spins_last_refill": "2026-05-15",
                    "onboarding_seen": 1,
                    "bonus_meter": 91,
                    "claimed_free_platinum": 1,
                    "avatar_updated_at": "2026-05-15 09:08:58",
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 901093
                },
                {
                    "id": 5,
                    "username": "goofy7",
                    "password": "$2y$10$iepIYdeJtkdrqoCq4jL8m.SEtcwxRKtlXtzNB1lVSdrsGQlruWknq",
                    "created_at": "2026-05-13 05:35:48",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-14 00:00:00",
                    "referral_code": "EGGYFA98192A74",
                    "referred_by_user_id": 4,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": null,
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 6,
                    "username": "betatester",
                    "password": "$2y$10$PVy6DyK6uSImh00i.rRJnexd1XBLy.QUCRaJB2IW9E9XHZKo0pVI6",
                    "created_at": "2026-05-13 06:19:18",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-14 00:00:00",
                    "referral_code": "EGGYA40C7FE046",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 1,
                    "suspension_reason": "Violating the Eggy terms and conditions.",
                    "suspension_until": "2026-05-14 11:57:06",
                    "suspension_is_permanent": 0,
                    "secret_word_hash": null,
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 7,
                    "username": "yeap",
                    "password": "$2y$10$NMufi.KZoX1CaX3QVLoOIeOL5maO1eHic/YKbBe8Gk7vPOFEzbH2u",
                    "created_at": "2026-05-13 06:53:26",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-14 00:00:00",
                    "referral_code": "EGGY075F656AB9",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$h3jT9hdKW9mqsa1W5Nn0..X/XFJVynZ6vicniy3384nlYtkW0XeTK",
                    "secret_word_plain": null,
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 8,
                    "username": "jammy",
                    "password": "$2y$10$6hQZt8yvhmBpM8cOPKh5M.QofL71U9.KtSvIaMjhrj9wWiZRoAQr.",
                    "created_at": "2026-05-13 07:10:21",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 2,
                    "daily_spins_reset_at": "2026-05-14 00:00:00",
                    "referral_code": "EGGY6B5166B121",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$5wyNzgIAfS3HP3dyIb7iH.eMS337w2kPYKpMFTkipAMNG9ChF4XVu",
                    "secret_word_plain": "badger",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 9,
                    "username": "Mango",
                    "password": "$2y$10$GljFJySuiBn77v.TfYsufevf6tfRxK.eEsm.RjW311U067QbkW/oa",
                    "created_at": "2026-05-13 20:46:25",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-15 00:00:00",
                    "referral_code": "EGGY2DEC9C410A",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$EluIwI2z/s3mDR0rBeUQ5OOAJZ.LdjHgd6KhI.ELgb9AH03d5aoXq",
                    "secret_word_plain": "jasper",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": "2026-05-14",
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 10,
                    "username": "jakeyboy",
                    "password": "$2y$10$IaPfWY787FxrIO64zpt21O3kMOqde7/unZyUF107pFcrDrXBTm5x6",
                    "created_at": "2026-05-13 22:47:29",
                    "golden_spins": 116,
                    "platinum_spins": 67,
                    "free_platinum_claimed": 1,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-15 00:00:00",
                    "referral_code": "EGGY8162D257E3",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$2n2XaP/Hn5V2Hi5MI.Gxj.e0Lgg.kHYtwcSMgjkcslEl55GfP.gEi",
                    "secret_word_plain": "turtle",
                    "xp": 2445,
                    "level": 2,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 195,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 140,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 2,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": "2026-05-14",
                    "onboarding_seen": 1,
                    "bonus_meter": 46,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 11,
                    "username": "jumper",
                    "password": "$2y$10$Dzw.Prpt2Dy6Au7Dvad2f.hPXWrbsja33ux9yO19RbbM2wXG2ax7W",
                    "created_at": "2026-05-14 00:56:46",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 1,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": "2026-05-15 00:00:00",
                    "referral_code": "EGGYA5E3493839",
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$wDEUkSjzC6jYR41ciO7mkOz8p5RKWZveP/pQEBt/zOA0Gcovj9Zfq",
                    "secret_word_plain": "yikes",
                    "xp": 475,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 1,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 47,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": "2026-05-14",
                    "onboarding_seen": 0,
                    "bonus_meter": 64,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 0,
                    "bot_created_at": null,
                    "eggy_gold": 0
                },
                {
                    "id": 12,
                    "username": "NPC_YolkHunter",
                    "password": "$2y$10$t2FIWWZYhrg91wjSR3jeD.zlUOYYseTE9MJpesquQpFw.4AOStCqi",
                    "created_at": "2026-05-14 16:39:07",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$9AwokVVe/OofZXcbK7aADunzN2IehBc84Ar63Tk2tNZY01QWHXVcW",
                    "secret_word_plain": "npc-secret-99292",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:07",
                    "eggy_gold": 0
                },
                {
                    "id": 13,
                    "username": "NPC_ToastMage",
                    "password": "$2y$10$5JOHX4rz7G1panJQRqsdquyQZ/E1vhYpGgIzwKN2p.NwWN4IFOOWK",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$Q2NO0z3/K3.kARevco8X4elaOtKb.cOxPAwGXzfs1oAjhQGIYJoJ.",
                    "secret_word_plain": "npc-secret-53211",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 14,
                    "username": "NPC_ShellRanger",
                    "password": "$2y$10$l.QgVttNR4HatbMgu2mPw.EvK2H4IMXQKkwRCElnfZWzkqnZggr.u",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$UPvqAwL5RfPqqkzXHLxDVeuRhjwg1B9hNUhjk5QAJt5nRmlgH5Aay",
                    "secret_word_plain": "npc-secret-98718",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 15,
                    "username": "NPC_CrownShell",
                    "password": "$2y$10$D4zaT.85qh7gbSieSVx7D.Wu5mrq2ZcDEEtJuK0aLnAytGZqQ2z8W",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$gQDMRZ6tG.uCHf3vxFFBIuGoy3A2RaeWd3M9X4tVvuQ.y2OcD7H.G",
                    "secret_word_plain": "npc-secret-22259",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 16,
                    "username": "NPC_EggyScout",
                    "password": "$2y$10$4Lp16UhLGg.jKilAEVCNy.CZYJ/4pFZSgIUtk4gWtghjGvqnBwEky",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$MJf6N1lvumVUiVBOn86rzOzJzYqT8EKsaqLFPCMcT8zv9cWLmMlFu",
                    "secret_word_plain": "npc-secret-28703",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 17,
                    "username": "NPC_PhoenixEgg",
                    "password": "$2y$10$6W9i6u/.CSqr/FifrjOjueICkvpMhKnLVaK1V4NgxpI0qV8cCRGvq",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$0IABoJRdvpAf8I1qWwWck.nCvnQ0EcVcf9a0394F5lCJVrEfzhqYu",
                    "secret_word_plain": "npc-secret-42513",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 18,
                    "username": "NPC_StormChick",
                    "password": "$2y$10$zXwh0bNJsNM5toNT2kXmCOH5nmE6ZUxGWaIhmAnvbLvKn/WobPgW.",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$KvupPJi31ufAhvW75JQrY.FP1Dd2VZhGZPL4Wqat6sO1SL9nxsa6W",
                    "secret_word_plain": "npc-secret-95554",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 19,
                    "username": "NPC_BossBreaker",
                    "password": "$2y$10$KuzJPySdqqmQjTTR/QdSGeGkOjDJa3z5Oo3YxtjO.3/MXZRbaf80G",
                    "created_at": "2026-05-14 16:39:08",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$qL2fz1QxMC6vSNE3u1.F1ui7sDZX6T7nsHYHL3tD0hs9.fJFEcHvG",
                    "secret_word_plain": "npc-secret-57119",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:08",
                    "eggy_gold": 0
                },
                {
                    "id": 20,
                    "username": "NPC_ArcadeHero",
                    "password": "$2y$10$kTBs.x96cLAugNaEfCRsreV4L0v/sre9CpVLaSa1L5bDO0VTqA4.2",
                    "created_at": "2026-05-14 16:39:09",
                    "golden_spins": 0,
                    "platinum_spins": 0,
                    "free_platinum_claimed": 0,
                    "daily_spins_used": 0,
                    "daily_spins_reset_at": null,
                    "referral_code": null,
                    "referred_by_user_id": null,
                    "account_standing": "Account in good standing",
                    "is_suspended": 0,
                    "suspension_reason": null,
                    "suspension_until": null,
                    "suspension_is_permanent": 0,
                    "secret_word_hash": "$2y$10$EZU0vYpgpir5TMT/X4EbJOZIF3lHh.2lEusIEcEnk0.DrTV1dJyi2",
                    "secret_word_plain": "npc-secret-63690",
                    "xp": 0,
                    "level": 1,
                    "avatar": null,
                    "daily_mission_date": null,
                    "mission_spin_count": 0,
                    "mission_spin_claimed": 0,
                    "mission_golden_count": 0,
                    "mission_golden_claimed": 0,
                    "mission_platinum_count": 0,
                    "mission_platinum_claimed": 0,
                    "avatar_frame": null,
                    "cash_balance": "0.000",
                    "total_cash_earned": "0.000",
                    "total_cash_withdrawn": "0.000",
                    "golden_eggs": 0,
                    "lifetime_golden_spins": 0,
                    "mystery_wins": 0,
                    "arcade_xp": 0,
                    "arcade_level": 1,
                    "avatar_path": null,
                    "avatar_choice": null,
                    "puzzle_trade_success": 0,
                    "puzzle_trade_rating": "5.00",
                    "puzzle_streak_days": 0,
                    "puzzle_last_drop_date": null,
                    "regular_spins": 50,
                    "regular_spins_last_refill": null,
                    "puzzle_pity_counter": 0,
                    "daily_free_spins": 50,
                    "daily_free_spins_last_refill": null,
                    "onboarding_seen": 0,
                    "bonus_meter": 0,
                    "claimed_free_platinum": 0,
                    "avatar_updated_at": null,
                    "snowballs": 0,
                    "watering_cans": 0,
                    "is_rpg_bot": 1,
                    "bot_created_at": "2026-05-14 16:39:09",
                    "eggy_gold": 0
                }
            ]
        }
    },
    "likely_problem": []
}