---
title: "DAVE THE DIVER"
description: "Steam achievements and progress for DAVE THE DIVER - 72.09% complete with 31/43 achievements unlocked."
date: 2025-12-31
published: false
tags:
  - dave-the-diver
  - gaming
  - steam
  - steam-game
template: steam_achievement
---


<style>
.game-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  border: 1px solid #333;
}

.game-header img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
  flex-shrink: 0;
}

.game-info {
  flex: 1;
}

.game-info h1 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 2em;
}

.game-info p {
  margin: 0 0 15px 0;
  color: #ccc;
  line-height: 1.5;
}

.game-info .developers {
  font-size: 0.9em;
  color: #999;
}

.game-links {
  margin-top: 20px;
}

.game-links a {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 12px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: background-color 0.2s ease;
}

.game-links a:hover {
  background: #3a3a3a;
  color: #4caf50;
}

.steam-game-progress {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.stat-card {
  background: #2a2a2a;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #444;
}

.stat-card h3 {
  margin: 0 0 15px 0;
  color: #4caf50;
  font-size: 1.1em;
}

.stat-value {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}

.stat-card p {
  margin: 10px 0 0 0;
  color: #ccc;
  font-size: 0.9em;
}

.progress-bar {
  width: 100%;
  height: 24px;
  background: #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #8bc34a);
  border-radius: 12px;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.achievement-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.achievement-item:hover {
  transform: scale(1.1);
  z-index: 10;
}

.achievement-icon-wrapper {
}

.achievement-icon {
    margin:0;
    padding:0;
  border-radius: 6px;
  border: 2px solid #444;
  transition: border-color 0.2s ease;
}

.achievement-item.unlocked .achievement-icon {
  border-color: #4caf50;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
}

.achievement-item.locked .achievement-icon {
  filter: grayscale(100%);
  opacity: 0.6;
}

.achievement-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 100;
  margin-bottom: 5px;
  max-width: 200px;
  white-space: normal;
  text-align: center;
}

.achievement-item:hover .achievement-tooltip {
  opacity: 1;
}

.achievement-section {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
}

.achievement-section h2 {
  margin-top: 0;
  color: #fff;
}
</style>

<div class="game-header">
  <img src="https://cdn.akamai.steamstatic.com/steam/apps/1868140/library_600x900.jpg" alt="DAVE THE DIVER box art" loading="lazy" 
       onerror="this.src='https://cdn.akamai.steamstatic.com/steam/apps/1868140/header.jpg'">
  <div class="game-info">
    <h1>DAVE THE DIVER</h1>
    
    

  </div>
</div>

<div class="steam-game-progress">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z" />
</svg>
 Game Progress & Stats</h2>

<div class="stats-grid">
  <div class="stat-card">
    <h3>Achievements</h3>
    <div class="progress-bar">
      <div class="progress-fill" style="width: 72.09%">
        72.09%
      </div>
    </div>
    <p>31/43 Unlocked</p>
  </div>
  
  <div class="stat-card">
    <h3>Playtime</h3>
    <div class="stat-value">87.6h</div>
    <p>Total hours played</p>
  </div>
  
  <div class="stat-card">
    <h3>Last Played</h3>
    <div class="stat-value">2025-12-31</div>
    <p>Most recent session</p>
  </div>
</div>
</div>


<div class="achievement-section">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0" />
</svg>
 Unlocked Achievements (31)</h2>

<div class="achievements-grid">

<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/bf957b96afe8080b9c70985fabd423aaab7f68e5.jpg" alt="Bancho Sushi is Back!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bancho Sushi is Back!</strong><br>
    Fixed the Sushi Restaurant.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/0b9ff64100024632b0bcecd6411f6d808ed10004.jpg" alt="Undersea Gunslinger" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Undersea Gunslinger</strong><br>
    Completed the gun tutorial.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/addff091e934e55061e4b47b4fe03bcde8510b37.jpg" alt="New Undersea Friend" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>New Undersea Friend</strong><br>
    Completed the Dolphin's request.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/ca7addff950571594a2f9e6525e5020770861a7b.jpg" alt="Better Equipment" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Better Equipment</strong><br>
    Made first equipment upgrade.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/6dc4a365093f0c2c5765d1d1124c0af171c83434.jpg" alt="Undersea Civilization!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Undersea Civilization!</strong><br>
    Discovered the under-sea village.<br>
    <small>Unlocked: January 07, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/af9556111e49643a0bec59c98999de6185dfad8e.jpg" alt="Deep-sea Diver" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Deep-sea Diver</strong><br>
    Entered the Deep Sea for the first time.<br>
    <small>Unlocked: December 28, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/9e5f15250dea7537781a9f92e43dbf95eaa5562f.jpg" alt="Culinary Researcher" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Culinary Researcher</strong><br>
    Researched 5 new dishes<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/263d0b26dcb383112058e7ff850ca42dc2602363.jpg" alt="Culinary Master" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Culinary Master</strong><br>
    Enhanced 5 dishes.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/eb1794085a31bb10c4016583cb441de1d241efeb.jpg" alt="Shop's Lookin' Good!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Shop's Lookin' Good!</strong><br>
    Bought First Interior Item.<br>
    <small>Unlocked: January 16, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/c603cd299950257cab2817a8b46f8ed4afaca22c.jpg" alt="Influencer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Influencer</strong><br>
    Reached Bronze Level in Cooksta.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/2d92cb0ba3f66fc9dc21a7ac9ed58349d4b5e55c.jpg" alt="Scrap Metal Collector" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Scrap Metal Collector</strong><br>
    Picked up 100 items.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/9bc31610eed20b877510d3b3d9357a27e51ff156.jpg" alt="Angry Shark!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Angry Shark!</strong><br>
    Caught first shark.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/a7968b891304efbe1dcee32e5466c54fab36e6e7.jpg" alt="Dave the Sniper" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Dave the Sniper</strong><br>
    Caught 10 fish with a Sniper Rifle.<br>
    <small>Unlocked: December 29, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/6e9475fb77bd7f534e1f6675f85bd4693c6a3c5e.jpg" alt="Mister Melee" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Mister Melee</strong><br>
    Caught 20 fish with melee weapons.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/9ae33e6c657f96d79658a52f0fed0b600a274c0c.jpg" alt="Saved Dave!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Saved Dave!</strong><br>
    First time bringing Dave back from the brink of death.<br>
    <small>Unlocked: December 26, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/363037f87f31cf546c0a555fa31a21ab30cd91d5.jpg" alt="A Dark and Cold Place" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>A Dark and Cold Place</strong><br>
    Discovered the Glacial Passage.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/c8c674640658834e60d8a6873ba018e21b2a11db.jpg" alt="Momo's Secret" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Momo's Secret</strong><br>
    Got to know Momo a little better.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/b834db52fe4a4a99ce8935f785986952a34e1398.jpg" alt="Achoo!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Achoo!</strong><br>
    Entered the Glacial Area for the first time.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/9cd26239cd243fa6251e4c460a6d15bbffb7bd72.jpg" alt="Dumplings in the Water" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Dumplings in the Water</strong><br>
    Mima's restaurant opened.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/59658289e96838501579b508d4097fdb18a25b04.jpg" alt="The Seaweed is Growing!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The Seaweed is Growing!</strong><br>
    Gumo's seaweed farm opened.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/a1f794cfe5a8b1d4e3210e45a3b4915d45ab738f.jpg" alt="Feeble Blacksmith" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Feeble Blacksmith</strong><br>
    Duwa's workshop opened.<br>
    <small>Unlocked: June 19, 2025</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/cdbf822f305639a34a5344ee6c33fdcc30fbf9c7.jpg" alt="Weapon Collector" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Weapon Collector</strong><br>
    Collected all the blueprints.<br>
    <small>Unlocked: September 19, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/d85dab3b3e760e6f1f66466606c0f3326c91f7fe.jpg" alt="Arms Craftsman" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Arms Craftsman</strong><br>
    Enhanced gun 3 times.<br>
    <small>Unlocked: January 16, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/61fcfab2cd7b22664724598b49ede83fc1306981.jpg" alt="Sea People Historian" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Sea People Historian</strong><br>
    Captured all of the Sea People murals.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/1e5f1577be02f1fd17a4615c7e0c32e14bd30dc1.jpg" alt="Predator of the Blue Hole" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Predator of the Blue Hole</strong><br>
    Caught 300 fish.<br>
    <small>Unlocked: December 28, 2023</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/688157d5b6726e049132f90c4681c8e8ff8868d9.jpg" alt="Ration Eater" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Ration Eater</strong><br>
    No description<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/d35216333ba7d0dbf8fafec81a024a41ced0615a.jpg" alt="Photographer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Photographer</strong><br>
    Took 10 photos at Photo Spots.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/dcc7c5ec957180447b9b5bf8c2e4cd86bc570450.jpg" alt="My Wonderful Rice Field!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>My Wonderful Rice Field!</strong><br>
    Rice field expanded to maximum.<br>
    <small>Unlocked: February 09, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/fb978776153d3b2f9c41ecfed8b2e627ab5269f7.jpg" alt="My Wonderful Field!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>My Wonderful Field!</strong><br>
    Vegetable farm expanded to maximum.<br>
    <small>Unlocked: September 12, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/7e77ba2d054b8de97c85e51c8c4ccb430b1c4e53.jpg" alt="A Bancho Sushi Regular" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>A Bancho Sushi Regular</strong><br>
    Achieved Platinum rank in Cooksta.<br>
    <small>Unlocked: January 20, 2024</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/16cf3ebdaf27e81b8866427f2667997d75255833.jpg" alt="Manager" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Manager</strong><br>
    Bancho Sushi formed a branch restaurant.<br>
    <small>Unlocked: September 14, 2024</small>
  </div>
</div>
</div>
</div>

<div class="achievement-section">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z" />
</svg>

 Locked Achievements (12)</h2>

<div class="achievements-grid">

<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/c73bc40e9ded542889b4aa3bb0986c24ed25550c.jpg" alt="A Peaceful Blue Hole" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>A Peaceful Blue Hole</strong><br>
    Watched the ending credits.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/427881742579349e5b28275143b607ece3f9cc39.jpg" alt="Catman" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Catman</strong><br>
    Fed cat 20 times.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/5111107f6efadfcc1e76eee1a14711c68b8c52e7.jpg" alt="Blacksmith Helper" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Blacksmith Helper</strong><br>
    Sold 200 items at workshop.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/572f44ecf786909d92ed6647c0ba44b742b962d2.jpg" alt="Professional Farmer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Professional Farmer</strong><br>
    Installed sprinklers in the garden.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/0cdef44a1f7332ea420a50b7597d1b64f6621615.jpg" alt="GYAO! Master" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>GYAO! Master</strong><br>
    Raised 5 GYAO!s.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/c5ced4d67345e718a71342017b075d690c97fb31.jpg" alt="Strange Fish" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Strange Fish</strong><br>
    Captured 5 FishMon.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/01ec2cd46238a2fa38b3514d1e4b33756cec258c.jpg" alt="Dev Killer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Dev Killer</strong><br>
    No description
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/c6d5ce68d6df402b7a0dc7feecea7e614ad5760c.jpg" alt="Creature Hunter" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Creature Hunter</strong><br>
    No description
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/2c986ac920f5c8b7183b0963ccf66144a7eba493.jpg" alt="God of Lightning" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>God of Lightning</strong><br>
    No description
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/ab4f776274f1b5e4bf397d301ad441eb3c04e628.jpg" alt="Leadership" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Leadership</strong><br>
    Trained an employee to level 20.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/af3f45cfb4949ab108fbbd3575b68c29efc74cd9.jpg" alt="Cooksta Influencer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Cooksta Influencer</strong><br>
    Achieved Diamond rank in Cooksta.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1868140/1d944fe7dedb0ef01832a131c354b566e96b6bff.jpg" alt="Artisan's Flame" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Artisan's Flame</strong><br>
    Researched 30 new dishes.
  </div>
</div>
</div>
</div>

---

*Game data automatically imported from Steam. Achievement links will be created as individual posts when achievements are unlocked.*
