<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dive - PokeOne Community</title>
	<atom:link href="https://pokeonecommunity.com/tag/dive/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>PokéOne Best Pokemon Multiplayer Online Game MMO</description>
	<lastBuildDate>Tue, 20 Jan 2026 18:27:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://pokeonecommunity.com/wp-content/uploads/2025/01/p1ball.svg</url>
	<title>Dive - PokeOne Community</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Abyssal Ruins</title>
		<link>https://pokeonecommunity.com/abyssal-ruins/</link>
					<comments>https://pokeonecommunity.com/abyssal-ruins/#comments</comments>
		
		<dc:creator><![CDATA[Altios]]></dc:creator>
		<pubDate>Mon, 04 Dec 2023 20:58:25 +0000</pubDate>
				<category><![CDATA[Unova Dailies]]></category>
		<category><![CDATA[Abyssal]]></category>
		<category><![CDATA[Abyssal Ruins]]></category>
		<category><![CDATA[Dive]]></category>
		<category><![CDATA[Relic Crown]]></category>
		<category><![CDATA[Relics]]></category>
		<guid isPermaLink="false">https://pokeonecommunity.com/?p=2690</guid>

					<description><![CDATA[<p>This guide explains how to explore the Abyssal Ruins and what items you can find inside.</p>
<p>The post <a href="https://pokeonecommunity.com/abyssal-ruins/">Abyssal Ruins</a> appeared first on <a href="https://pokeonecommunity.com">PokeOne Community</a>.</p>
]]></description>
										<content:encoded><![CDATA[

<style>
    /* --- MAIN CONTAINER --- */
    .ruins-guide-wrapper {
        background-color: #1a1d23;
        color: #e0e0e0;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        padding: 30px;
        border-radius: 12px;
    }

    /* --- REQUIREMENTS & LOOT BOX --- */
    .intro-section {
        background: rgba(255, 207, 112, 0.05);
        border-left: 4px solid #ffcf70;
        padding: 25px;
        margin-bottom: 40px;
        border-radius: 0 8px 8px 0;
    }
    .intro-section h3 { color: #fff; margin-top: 0; text-transform: uppercase; letter-spacing: 1px; }
    .intro-section ul { columns: 2; margin-top: 10px; list-style-type: none; padding: 0; font-size: 0.95rem;}
    .intro-section li strong { color: #ffcf70; }

    /* --- 2-COLUMN GRID --- */
    .step-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 30px;
    }

    @media (max-width: 850px) {
        .step-grid { grid-template-columns: 1fr; }
        .intro-section ul { columns: 1; }
    }

    /* --- STEP CARD STYLING --- */
    .step-card {
        background-color: #292e38;
        border: 1px solid #ffcf70;
        border-radius: 8px;
        position: relative;
        padding: 45px 15px 15px 15px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    }

    .step-badge {
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #ffcf70;
        color: #000;
        padding: 6px 18px;
        font-weight: 900;
        font-size: 0.85rem;
        text-transform: uppercase;
        border-radius: 7px 0 8px 0;
    }

    .step-text {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.05rem;
        line-height: 1.6;
        min-height: 80px; 
        color: #efefef;
    }

    .step-text strong { color: #ffcf70; }

    /* --- UNIFORM IMAGES --- */
    .step-image-wrap {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid rgba(255, 207, 112, 0.3);
        background: #000;
    }

    .step-image-wrap img {
        width: 100%;
        aspect-ratio: 16 / 10; 
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
    }

    .step-image-wrap img:hover { transform: scale(1.04); }

    /* --- SECTION HEADERS --- */
    .section-header {
        grid-column: 1 / -1;
        text-align: center;
        color: #ffcf70;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255,207,112,0.3);
        padding-bottom: 12px;
        margin: 40px 0 15px 0;
        font-size: 1.5rem;
        letter-spacing: 2px;
        font-weight: 800;
    }

    /* --- PATH TEXT BOX --- */
    .path-box {
        background: rgba(0,0,0,0.2);
        padding: 10px;
        border-radius: 5px;
        font-size: 0.85rem;
        text-align: left;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 207, 112, 0.1);
    }

    /* --- LIGHTBOX --- */
    .lightbox {
        display: none;
        position: fixed;
        z-index: 99999;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.95);
        padding: 40px;
        justify-content: center;
        align-items: center;
    }
    .lightbox.active { display: flex; }
    .lightbox img { max-width: 95%; max-height: 85vh; border: 2px solid #ffcf70; border-radius: 8px; }
    .close-lightbox { position: absolute; top: 20px; right: 30px; color: #ffcf70; font-size: 50px; cursor: pointer; }

</style>

<div class="ruins-guide-wrapper">

    <div class="intro-section">
        <h3>Exploration Requirements</h3>
        <p>The <strong>Abyssal Ruins</strong> is a daily lootable map accessed from Undella Bay. <strong>Note:</strong> You must teach <strong>Flash</strong> to a Pokémon; the Flashlight item will not work here.</p>
        <ul>
            <li><strong>Moves Needed:</strong> Surf, Dive, Strength, Flash</li>
            <li><strong>Common Relics:</strong> Copper, Silver, Gold ($1k-$2.5k)</li>
            <li><strong>Rare Relics:</strong> Vase, Band, Statue, Crown ($5k-$9k)</li>
            <li><strong>Other:</strong> Arceus Plates (All types except Fairy)</li>
        </ul>
    </div>

    

    <div class="step-grid">

        <h2 class="section-header">Getting Started</h2>

        <div class="step-card">
            <div class="step-badge">Step 1</div>
            <div class="step-text">Sell your relics to the <strong>Billionaire Maniac</strong> inside the Undella Town Pokémon Center for high prices.</div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/image-71.png" onclick="openLightbox()"></div>
        </div>

        <div class="step-card">
            <div class="step-badge">Step 2</div>
            <div class="step-text">Use the <strong>West Entrance</strong> in Undella Bay. It is a short surf (20 tiles right, 5 tiles down) from the shore.</div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/image-68.png" onclick="openLightbox()"></div>
        </div>

        <h2 class="section-header">Abyssal Ruins 1F</h2>

        <div class="step-card">
            <div class="step-badge">Step 3</div>
            <div class="step-text"><strong>Rules:</strong> You have a <strong>500 step limit</strong>. To reach 2F, you must hit the center boulder within <strong>190 steps</strong>.</div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/image-66.png" onclick="openLightbox()"></div>
        </div>

        <div class="step-card">
            <div class="step-badge">Step 4</div>
            <div class="step-text"><strong>1F Path:</strong> Follow the map to navigate 1F. Loot here is 75% Arceus Plates and 25% Common Relics.</div>
            <div class="path-box">
                Up 15, Right 11, Down 7, Right 22, Up 6, Right 4, Up 11, Right 4, Down 2, Right 4, Down 19, Right 4, Up 2, Right 1, Up 2.
            </div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/Abyssal1F.png" onclick="openLightbox()"></div>
        </div>

        <h2 class="section-header">Abyssal Ruins 2F &#038; 3F</h2>

        <div class="step-card">
            <div class="step-badge">Step 5</div>
            <div class="step-text"><strong>2F Floor:</strong> Use <strong>Flash</strong> to move the boulder. Loot includes Rare Relics (5%) and Plates (65%).</div>
            <div class="path-box">
                Right 3, Down 10, Right 8, Up 14, Right 7, Up 13, Left 18, Down 11, Left 10.
            </div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/Abyssal2F.png" onclick="openLightbox()"></div>
        </div>

        <div class="step-card">
            <div class="step-badge">Step 6</div>
            <div class="step-text"><strong>3F Floor:</strong> Use <strong>Strength</strong> to proceed. Loot is 75% Common and 25% Rare Relics.</div>
            <div class="path-box">
                Right 5, Up/Down 3 (Entrance dependent), Right 8, Up/Down 7 (Entrance dependent), Right 4.
            </div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/Abyssal3F.png" onclick="openLightbox()"></div>
        </div>

        <h2 class="section-header">The Final Floor</h2>

        <div class="step-card" style="grid-column: 1 / -1;">
            <div class="step-badge">Step 7</div>
            <div class="step-text"><strong>Abyssal Ruins 4F:</strong> You reached the top! The <strong>Relic Crown ($9,000)</strong> has a 25% daily spawn chance here.</div>
            <div class="step-image-wrap"><img decoding="async" src="https://pokeonecommunity.com/wp-content/uploads/2023/12/image-70.png" onclick="openLightbox()"></div>
        </div>

    </div>

    <div style="text-align: center; margin-top: 50px; padding: 20px; border: 1px dashed #ffcf70; font-size: 1.1rem; border-radius: 8px;">
        Once your steps hit 500, you will be teleported out. You can re-enter immediately for no cost!
    </div>

    <!-- LIGHTBOX SYSTEM -->
    <div id="lb-overlay" class="lightbox" onclick="closeLightbox()">
        <span class="close-lightbox">&times;</span>
        <img decoding="async" id="lb-img" src="">
    </div>

</div>

<script>
    function openLightbox() {
        const overlay = document.getElementById('lb-overlay');
        const lImg = document.getElementById('lb-img');
        lImg.src = event.target.src;
        overlay.classList.add('active');
    }
    function closeLightbox() {
        document.getElementById('lb-overlay').classList.remove('active');
    }
</script>

<p>The post <a href="https://pokeonecommunity.com/abyssal-ruins/">Abyssal Ruins</a> appeared first on <a href="https://pokeonecommunity.com">PokeOne Community</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://pokeonecommunity.com/abyssal-ruins/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
