<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: hollow-knight</title>
  <id>https://waylonwalker.com/tags/hollow-knight/atom.xml</id>
  <updated>2025-09-01T00:00:00Z</updated>
  <subtitle>All posts with the tag &#34;hollow-knight&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/hollow-knight/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/hollow-knight/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>Hollow Knight</title>
    <id>https://waylonwalker.com/steam/hollow-knight/</id>
    <updated>2025-09-01T00:00:00Z</updated>
    <published>2025-09-01T00:00:00Z</published>
    <link href="https://waylonwalker.com/steam/hollow-knight/" rel="alternate" type="text/html"></link>
    <summary type="text">Steam achievements and progress for Hollow Knight - 55.56% complete with 35/63 achievements unlocked.</summary>
    <content type="html">&lt;style&gt;&#xA;.game-header {&#xA;  display: flex;&#xA;  flex-direction: column;&#xA;  justify-content: center;&#xA;  align-items: center;&#xA;  gap: 30px;&#xA;  margin: 30px 0;&#xA;  padding: 20px;&#xA;  background: #1a1a1a;&#xA;  border-radius: 12px;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.game-header img {&#xA;  width: 200px;&#xA;  height: auto;&#xA;  border-radius: 8px;&#xA;  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);&#xA;  border: 1px solid #333;&#xA;  flex-shrink: 0;&#xA;}&#xA;&#xA;.game-info {&#xA;  flex: 1;&#xA;}&#xA;&#xA;.game-info h1 {&#xA;  margin: 0 0 15px 0;&#xA;  color: #fff;&#xA;  font-size: 2em;&#xA;}&#xA;&#xA;.game-info p {&#xA;  margin: 0 0 15px 0;&#xA;  color: #ccc;&#xA;  line-height: 1.5;&#xA;}&#xA;&#xA;.game-info .developers {&#xA;  font-size: 0.9em;&#xA;  color: #999;&#xA;}&#xA;&#xA;.game-links {&#xA;  margin-top: 20px;&#xA;}&#xA;&#xA;.game-links a {&#xA;  display: inline-block;&#xA;  margin-right: 15px;&#xA;  padding: 8px 12px;&#xA;  background: #2a2a2a;&#xA;  color: #fff;&#xA;  text-decoration: none;&#xA;  border-radius: 6px;&#xA;  font-size: 0.9em;&#xA;  transition: background-color 0.2s ease;&#xA;}&#xA;&#xA;.game-links a:hover {&#xA;  background: #3a3a3a;&#xA;  color: #4caf50;&#xA;}&#xA;&#xA;.steam-game-progress {&#xA;  background: #1a1a1a;&#xA;  border-radius: 8px;&#xA;  padding: 20px;&#xA;  margin: 20px 0;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.stats-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));&#xA;  gap: 20px;&#xA;  margin: 20px 0;&#xA;}&#xA;&#xA;.stat-card {&#xA;  background: #2a2a2a;&#xA;  padding: 20px;&#xA;  border-radius: 8px;&#xA;  text-align: center;&#xA;  border: 1px solid #444;&#xA;}&#xA;&#xA;.stat-card h3 {&#xA;  margin: 0 0 15px 0;&#xA;  color: #4caf50;&#xA;  font-size: 1.1em;&#xA;}&#xA;&#xA;.stat-value {&#xA;  font-size: 2em;&#xA;  font-weight: bold;&#xA;  color: #fff;&#xA;  margin: 10px 0;&#xA;}&#xA;&#xA;.stat-card p {&#xA;  margin: 10px 0 0 0;&#xA;  color: #ccc;&#xA;  font-size: 0.9em;&#xA;}&#xA;&#xA;.progress-bar {&#xA;  width: 100%;&#xA;  height: 24px;&#xA;  background: #2a2a2a;&#xA;  border-radius: 12px;&#xA;  overflow: hidden;&#xA;  margin: 10px 0;&#xA;  position: relative;&#xA;}&#xA;&#xA;.progress-fill {&#xA;  height: 100%;&#xA;  background: linear-gradient(90deg, #4caf50, #8bc34a);&#xA;  border-radius: 12px;&#xA;  transition: width 0.3s ease;&#xA;  display: flex;&#xA;  align-items: center;&#xA;  justify-content: center;&#xA;  color: white;&#xA;  font-weight: bold;&#xA;  font-size: 12px;&#xA;}&#xA;&#xA;.achievements-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));&#xA;  gap: 8px;&#xA;  margin: 20px 0;&#xA;}&#xA;&#xA;.achievement-item {&#xA;  position: relative;&#xA;  text-align: center;&#xA;  cursor: pointer;&#xA;  transition: transform 0.2s ease;&#xA;}&#xA;&#xA;.achievement-item:hover {&#xA;  transform: scale(1.1);&#xA;  z-index: 10;&#xA;}&#xA;&#xA;.achievement-icon-wrapper {&#xA;}&#xA;&#xA;.achievement-icon {&#xA;    margin:0;&#xA;    padding:0;&#xA;  border-radius: 6px;&#xA;  border: 2px solid #444;&#xA;  transition: border-color 0.2s ease;&#xA;}&#xA;&#xA;.achievement-item.unlocked .achievement-icon {&#xA;  border-color: #4caf50;&#xA;  box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);&#xA;}&#xA;&#xA;.achievement-item.locked .achievement-icon {&#xA;  filter: grayscale(100%);&#xA;  opacity: 0.6;&#xA;}&#xA;&#xA;.achievement-tooltip {&#xA;  position: absolute;&#xA;  bottom: 100%;&#xA;  left: 50%;&#xA;  transform: translateX(-50%);&#xA;  background: rgba(0, 0, 0, 0.95);&#xA;  color: white;&#xA;  padding: 8px 12px;&#xA;  border-radius: 6px;&#xA;  font-size: 12px;&#xA;  white-space: nowrap;&#xA;  opacity: 0;&#xA;  pointer-events: none;&#xA;  transition: opacity 0.2s ease;&#xA;  z-index: 100;&#xA;  margin-bottom: 5px;&#xA;  max-width: 200px;&#xA;  white-space: normal;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.achievement-item:hover .achievement-tooltip {&#xA;  opacity: 1;&#xA;}&#xA;&#xA;.achievement-section {&#xA;  background: #1a1a1a;&#xA;  border-radius: 8px;&#xA;  padding: 20px;&#xA;  margin: 20px 0;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.achievement-section h2 {&#xA;  margin-top: 0;&#xA;  color: #fff;&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;game-header&#34;&gt;&#xA;  &lt;a href=&#34;https://cdn.akamai.steamstatic.com/steam/apps/367520/library_600x900.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://cdn.akamai.steamstatic.com/steam/apps/367520/library_600x900.jpg&#34; alt=&#34;Hollow Knight box art&#34; loading=&#34;lazy&#34; onerror=&#34;this.src=&amp;#39;https://cdn.akamai.steamstatic.com/steam/apps/367520/header.jpg&amp;#39;&#34;/ data-glightbox=&#34;description: Hollow Knight box art&#34;&gt;&lt;/a&gt;&#xA;  &lt;div class=&#34;game-info&#34;&gt;&#xA;    &lt;h1&gt;Hollow Knight&lt;/h1&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;steam-game-progress&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA; Game Progress &amp;amp; Stats&lt;/h2&gt;&#xA;&lt;div class=&#34;stats-grid&#34;&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;achievements&#34;&gt;Achievements &lt;a href=&#34;#achievements&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;progress-bar&#34;&gt;&#xA;      &lt;div class=&#34;progress-fill&#34; style=&#34;width: 55.56%&#34;&gt;&#xA;        55.56%&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;p&gt;35/63 Unlocked&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;playtime&#34;&gt;Playtime &lt;a href=&#34;#playtime&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;stat-value&#34;&gt;125.8h&lt;/div&gt;&#xA;    &lt;p&gt;Total hours played&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;last-played&#34;&gt;Last Played &lt;a href=&#34;#last-played&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;stat-value&#34;&gt;2025-09-01&lt;/div&gt;&#xA;    &lt;p&gt;Most recent session&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-section&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA; Unlocked Achievements (35)&lt;/h2&gt;&#xA;&lt;div class=&#34;achievements-grid&#34;&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/6d15e62c48ba57d23e72b8f24fb775a44223cb8f.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/6d15e62c48ba57d23e72b8f24fb775a44223cb8f.jpg&#34; alt=&#34;Charmed&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Charmed&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Charmed&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire your first Charm&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: December 24, 2022&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/70ff5ba41548568aad51c3bd0d4a53d5c17399ed.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/70ff5ba41548568aad51c3bd0d4a53d5c17399ed.jpg&#34; alt=&#34;Enchanted&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Enchanted&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Enchanted&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire half of Hallownest&amp;#39;s Charms&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 13, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/2461c5d7f6595602443a0bf0da24f48795873671.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/2461c5d7f6595602443a0bf0da24f48795873671.jpg&#34; alt=&#34;Protected&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Protected&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Protected&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire 4 Mask Shards&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 08, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/bc53e3b71da8b6997a92ee2085f8029daa520d17.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/bc53e3b71da8b6997a92ee2085f8029daa520d17.jpg&#34; alt=&#34;Masked&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Masked&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Masked&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire all Mask Shards&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: April 20, 2025&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4913c263116ee38deb0a17c724e04cda290210e0.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4913c263116ee38deb0a17c724e04cda290210e0.jpg&#34; alt=&#34;Soulful&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Soulful&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Soulful&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire 3 Vessel Fragments&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/9093ee5b02a988b32deedd9fe89b72c733ba0bf6.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/9093ee5b02a988b32deedd9fe89b72c733ba0bf6.jpg&#34; alt=&#34;Worldsoul&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Worldsoul&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Worldsoul&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire all Vessel Fragments&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 28, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/ef1f6b825646067c63f5703d1c7ba38b52d94259.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/ef1f6b825646067c63f5703d1c7ba38b52d94259.jpg&#34; alt=&#34;Falsehood&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Falsehood&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Falsehood&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the False Knight&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: December 24, 2022&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/341793aae218e6b14c571ee2daf55b87cf11a784.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/341793aae218e6b14c571ee2daf55b87cf11a784.jpg&#34; alt=&#34;Test of Resolve&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Test of Resolve&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Test of Resolve&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat Hornet in Greenpath&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: September 13, 2023&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/55742641984670952a75a1b80f3380bc85a8fcce.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/55742641984670952a75a1b80f3380bc85a8fcce.jpg&#34; alt=&#34;Proof of Resolve&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Proof of Resolve&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Proof of Resolve&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 24, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/2d3e4c6217b6d911d8a211f3ab4f3f37e49a584c.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/2d3e4c6217b6d911d8a211f3ab4f3f37e49a584c.jpg&#34; alt=&#34;Illumination&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Illumination&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Illumination&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the Soul Master&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/fe4da7f785348feab3845233c0050d660b23c9d7.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/fe4da7f785348feab3845233c0050d660b23c9d7.jpg&#34; alt=&#34;Release&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Release&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Release&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the Broken Vessel&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 22, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/c1d1c0d98374a06efa17e183ef3121ac6c8cc156.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/c1d1c0d98374a06efa17e183ef3121ac6c8cc156.jpg&#34; alt=&#34;Peace&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Peace&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Peace&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 29, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7505670c8e4283da41ce575341bc35f72ff2639b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7505670c8e4283da41ce575341bc35f72ff2639b.jpg&#34; alt=&#34;Honour&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Honour&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Honour&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the Dung Defender&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1a695a0e9bf011f800f3a52e4a04a02776011765.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1a695a0e9bf011f800f3a52e4a04a02776011765.jpg&#34; alt=&#34;Respect&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Respect&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Respect&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the Mantis Lords&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 05, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a39ee369bc9d5dc54d419ad7cae6c1dd346fc632.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a39ee369bc9d5dc54d419ad7cae6c1dd346fc632.jpg&#34; alt=&#34;Obsession&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Obsession&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Obsession&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 03, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e8a35f548dcdeb1753fdc880a2df6de8fe245c8e.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e8a35f548dcdeb1753fdc880a2df6de8fe245c8e.jpg&#34; alt=&#34;Rivalry&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Rivalry&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Rivalry&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 18, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a0864e337fe427586613b09e8799109deccdbcf4.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a0864e337fe427586613b09e8799109deccdbcf4.jpg&#34; alt=&#34;Attunement&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Attunement&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Attunement&lt;/strong&gt;&lt;br/&gt;&#xA;    Collect 600 Essence&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 27, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e8f543149d1ccfe831740ad989260d15e57a4de0.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e8f543149d1ccfe831740ad989260d15e57a4de0.jpg&#34; alt=&#34;Awakening&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Awakening&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Awakening&lt;/strong&gt;&lt;br/&gt;&#xA;    Collect 1800 Essence and awaken the Dream Nail&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 03, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7d3e6f275570f47e11c53342e989bc70152789cf.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7d3e6f275570f47e11c53342e989bc70152789cf.jpg&#34; alt=&#34;Grubfriend&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Grubfriend&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Grubfriend&lt;/strong&gt;&lt;br/&gt;&#xA;    Rescue half of the imprisoned grubs&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/378ed9b1dcccd43bfbf39295b17caad3fb398c64.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/378ed9b1dcccd43bfbf39295b17caad3fb398c64.jpg&#34; alt=&#34;Metamorphosis&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Metamorphosis&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Metamorphosis&lt;/strong&gt;&lt;br/&gt;&#xA;    Rescue all of the imprisoned grubs&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 08, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/39c48696aca3c6ccf64eb4a069ab6a44971308a4.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/39c48696aca3c6ccf64eb4a069ab6a44971308a4.jpg&#34; alt=&#34;Happy Couple&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Happy Couple&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Happy Couple&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: April 19, 2025&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/b2de92ce9fadeae94fc2b25f116a95ff575047d2.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/b2de92ce9fadeae94fc2b25f116a95ff575047d2.jpg&#34; alt=&#34;Witness&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Witness&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Witness&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: December 06, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/5599c786f2c5a411951563f33abed35f08ad76e4.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/5599c786f2c5a411951563f33abed35f08ad76e4.jpg&#34; alt=&#34;Solace&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Solace&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Solace&lt;/strong&gt;&lt;br/&gt;&#xA;    Bring peace to the Grey Mourner&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: December 14, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e7205c4c78fefef7894a6731d1a188e992011ec8.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e7205c4c78fefef7894a6731d1a188e992011ec8.jpg&#34; alt=&#34;Execution&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Execution&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Execution&lt;/strong&gt;&lt;br/&gt;&#xA;    Defeat the Traitor Lord&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 27, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/dad457a73d6612846c24053b76d41a2415ace552.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/dad457a73d6612846c24053b76d41a2415ace552.jpg&#34; alt=&#34;Connection&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Connection&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Connection&lt;/strong&gt;&lt;br/&gt;&#xA;    Open half of Hallownest&amp;#39;s Stag Stations&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 08, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/96d2673f15230fb83dd61384eb05458f1e0475bc.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/96d2673f15230fb83dd61384eb05458f1e0475bc.jpg&#34; alt=&#34;Hope&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Hope&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Hope&lt;/strong&gt;&lt;br/&gt;&#xA;    Open all of Hallownest&amp;#39;s Stag Stations and discover the Stag Nest&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 23, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/f35cd67af303aa5d609cd1183e9eb29295b302b7.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/f35cd67af303aa5d609cd1183e9eb29295b302b7.jpg&#34; alt=&#34;Teacher&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Teacher&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Teacher&lt;/strong&gt;&lt;br/&gt;&#xA;    Destroy Monomon the Teacher&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4e6e4ddce73c59559901d5bc7c86481d36a45988.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4e6e4ddce73c59559901d5bc7c86481d36a45988.jpg&#34; alt=&#34;Watcher&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Watcher&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Watcher&lt;/strong&gt;&lt;br/&gt;&#xA;    Destroy Lurien the Watcher&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 27, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/460d5ab4af6dc0ff8c053c42649fa856949f01b4.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/460d5ab4af6dc0ff8c053c42649fa856949f01b4.jpg&#34; alt=&#34;Beast&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Beast&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Beast&lt;/strong&gt;&lt;br/&gt;&#xA;    Destroy Herrah the Beast&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7e671e6e88cbe98b9dce57281980fea84a70de9b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7e671e6e88cbe98b9dce57281980fea84a70de9b.jpg&#34; alt=&#34;Cartographer&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Cartographer&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Cartographer&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire a map of each area&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/11d67c16467ae72066c2a3d33388325c65e9f7f7.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/11d67c16467ae72066c2a3d33388325c65e9f7f7.jpg&#34; alt=&#34;Warrior&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Warrior&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Warrior&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the Trial of the Warrior&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: May 18, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1e6a0d37618ba408e9c6ee4e77585ba1b69ee2c1.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1e6a0d37618ba408e9c6ee4e77585ba1b69ee2c1.jpg&#34; alt=&#34;Conqueror&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Conqueror&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Conqueror&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the Trial of the Conqueror&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: April 17, 2025&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/39db59cf079011e52d49a621de9c540652f9d2d4.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/39db59cf079011e52d49a621de9c540652f9d2d4.jpg&#34; alt=&#34;The Hollow Knight&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: The Hollow Knight&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;The Hollow Knight&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 09, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/8c26d557c3582c7784f338523316f56068e4426d.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/8c26d557c3582c7784f338523316f56068e4426d.jpg&#34; alt=&#34;Dark Romance&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Dark Romance&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Dark Romance&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: April 23, 2025&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/982f6bd69415e06696e2fc414bc595700663ab37.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/982f6bd69415e06696e2fc414bc595700663ab37.jpg&#34; alt=&#34;Grand Performance&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Grand Performance&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Grand Performance&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: December 23, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-section&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;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&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;p&gt;Locked Achievements (28)&lt;/p&gt;&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;achievements-grid&#34;&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a577316f7ae64c8cfdd0568209a915a9fad0f8ad.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a577316f7ae64c8cfdd0568209a915a9fad0f8ad.jpg&#34; alt=&#34;Blessed&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Blessed&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Blessed&lt;/strong&gt;&lt;br/&gt;&#xA;    Acquire all Charms and receive Salubra&amp;#39;s blessing&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/9f449ef6aacd0ef2423439931ef68466cd762456.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/9f449ef6aacd0ef2423439931ef68466cd762456.jpg&#34; alt=&#34;Strength&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Strength&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Strength&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1b88bf9ae2b7d4b90ea3ad86470c98df618a8229.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/1b88bf9ae2b7d4b90ea3ad86470c98df618a8229.jpg&#34; alt=&#34;Ascension&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Ascension&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Ascension&lt;/strong&gt;&lt;br/&gt;&#xA;    Collect 2400 Essence and hear the Seer&amp;#39;s final words&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/512e98007863df71f4531d08676464c6aceea95d.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/512e98007863df71f4531d08676464c6aceea95d.jpg&#34; alt=&#34;Neglect&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Neglect&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Neglect&lt;/strong&gt;&lt;br/&gt;&#xA;    Leave Zote to die&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/23f190fe7fdc961652855d6134a096b2703bf479.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/23f190fe7fdc961652855d6134a096b2703bf479.jpg&#34; alt=&#34;Purity&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Purity&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Purity&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/cf3a66560ca2f5a33665283ef854e518b7c8269e.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/cf3a66560ca2f5a33665283ef854e518b7c8269e.jpg&#34; alt=&#34;Fool&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Fool&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Fool&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the Trial of the Fool&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/d9a08fbe0afb16ffae9ebcd67c41bb73388a8c26.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/d9a08fbe0afb16ffae9ebcd67c41bb73388a8c26.jpg&#34; alt=&#34;Sealed Siblings&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Sealed Siblings&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Sealed Siblings&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a43f645a3916af81765b548b85fe19e826ba4c42.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/a43f645a3916af81765b548b85fe19e826ba4c42.jpg&#34; alt=&#34;Dream No More&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Dream No More&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Dream No More&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e11d971b5f2c1e977fd5679ad15cbf40b2cb2a4a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/e11d971b5f2c1e977fd5679ad15cbf40b2cb2a4a.jpg&#34; alt=&#34;Void&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Void&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Void&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/d273e50186bcfe48d2c0a07b20bd0efa8d843293.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/d273e50186bcfe48d2c0a07b20bd0efa8d843293.jpg&#34; alt=&#34;Speedrun 1&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Speedrun 1&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Speedrun 1&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the game in under 10 hours&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/426bfd57af49ba6c1e199f6dffb6393fdd87e98c.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/426bfd57af49ba6c1e199f6dffb6393fdd87e98c.jpg&#34; alt=&#34;Speedrun 2&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Speedrun 2&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Speedrun 2&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the game in under 5 hours&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/eba8bd5fc8e2d0b968bc2eb80433b8112a0d337c.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/eba8bd5fc8e2d0b968bc2eb80433b8112a0d337c.jpg&#34; alt=&#34;Completion&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Completion&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Completion&lt;/strong&gt;&lt;br/&gt;&#xA;    Achieve 100% game completion and finish the game&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/6efa8b82b7062070451e05e3569356d0a871dce3.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/6efa8b82b7062070451e05e3569356d0a871dce3.jpg&#34; alt=&#34;Speed Completion&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Speed Completion&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Speed Completion&lt;/strong&gt;&lt;br/&gt;&#xA;    Achieve 100% game completion and finish the game in under 20 hours&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/af3a37a198cd9c0eabea41f92128c0f82b12b44b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/af3a37a198cd9c0eabea41f92128c0f82b12b44b.jpg&#34; alt=&#34;Steel Soul&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Steel Soul&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Steel Soul&lt;/strong&gt;&lt;br/&gt;&#xA;    Finish the game in Steel Soul mode&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7e987f4454a86176979f97b80af057ba62689db2.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/7e987f4454a86176979f97b80af057ba62689db2.jpg&#34; alt=&#34;Steel Heart&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Steel Heart&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Steel Heart&lt;/strong&gt;&lt;br/&gt;&#xA;    Achieve 100% game completion and finish the game in Steel Soul mode&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4d6373b0678c444e8ec841f81b4789d36438b8c3.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/4d6373b0678c444e8ec841f81b4789d36438b8c3.jpg&#34; alt=&#34;Keen Hunter&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Keen Hunter&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Keen Hunter&lt;/strong&gt;&lt;br/&gt;&#xA;    Record all of Hallownest&amp;#39;s creatures in the Hunter&amp;#39;s Journal&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/ed0b80dee5a89c1ac24907b4fa9048512d95e705.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/ed0b80dee5a89c1ac24907b4fa9048512d95e705.jpg&#34; alt=&#34;True Hunter&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: True Hunter&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;True Hunter&lt;/strong&gt;&lt;br/&gt;&#xA;    Receive the Hunter&amp;#39;s Mark&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/b5ee4828c750bcf90def63aaffe4a1b27f418efd.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/b5ee4828c750bcf90def63aaffe4a1b27f418efd.jpg&#34; alt=&#34;Passing of the Age&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Passing of the Age&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Passing of the Age&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/f922c5de7ecfb30d3f7287e5fc472d669ec67fb8.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/f922c5de7ecfb30d3f7287e5fc472d669ec67fb8.jpg&#34; alt=&#34;Mortality&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Mortality&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Mortality&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/53bbcbddf3f54a192796ae729edd1b56e9190fc0.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/53bbcbddf3f54a192796ae729edd1b56e9190fc0.jpg&#34; alt=&#34;Memory&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Memory&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Memory&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/11e465df607e6c5338c241612abd25bd31f44986.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/11e465df607e6c5338c241612abd25bd31f44986.jpg&#34; alt=&#34;Ritual&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Ritual&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Ritual&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/c31aefeb1a1a66ea8df5973948938943e990def6.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/c31aefeb1a1a66ea8df5973948938943e990def6.jpg&#34; alt=&#34;Banishment&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Banishment&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Banishment&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; alt=&#34;Brotherhood&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Brotherhood&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Brotherhood&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; alt=&#34;Inspiration&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Inspiration&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Inspiration&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; alt=&#34;Focus&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Focus&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Focus&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; alt=&#34;Soul &amp;amp; Shade&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Soul &amp;amp; Shade&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Soul &amp;amp; Shade&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/&#34; alt=&#34;Embrace the Void&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Embrace the Void&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Embrace the Void&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/817c85e5f17fcab76b7d08979b0b076afbae509d.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/367520/817c85e5f17fcab76b7d08979b0b076afbae509d.jpg&#34; alt=&#34;Pure Completion&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Pure Completion&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Pure Completion&lt;/strong&gt;&lt;br/&gt;&#xA;    Achieve 112% game completion and finish the game.&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;&lt;em&gt;Game data automatically imported from Steam. Achievement links will be created as individual posts when achievements are unlocked.&lt;/em&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Mark Of Pride Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/mark-of-pride-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T17:10:06Z</updated>
    <published>2025-08-31T17:10:06Z</published>
    <link href="https://waylonwalker.com/shots/mark-of-pride-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">The Knight collects the mark of pride charm after defeating the mantis lords.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.mp4&#34; type=&#34;video/mp4&#34;&gt;mark of pride hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The Knight collects the mark of pride charm after defeating the mantis lords.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Defeating The Mantis Lords</title>
    <id>https://waylonwalker.com/shots/defeating-the-mantis-lords/</id>
    <updated>2025-08-31T17:09:31Z</updated>
    <published>2025-08-31T17:09:31Z</published>
    <link href="https://waylonwalker.com/shots/defeating-the-mantis-lords/" rel="alternate" type="text/html"></link>
    <summary type="text">The Knight reigns victorious against the three mantis lords, earning the respect of the mantis village.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.mp4&#34; type=&#34;video/mp4&#34;&gt;Defeating the mantis lords&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The Knight reigns victorious against the three mantis lords, earning the respect of the mantis village.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Mantis Lords Defeat Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/mantis-lords-defeat-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T17:08:29Z</updated>
    <published>2025-08-31T17:08:29Z</published>
    <link href="https://waylonwalker.com/shots/mantis-lords-defeat-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">The Knight falls victim to the Mantis Lords in his first attempt to challenge them.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.mp4&#34; type=&#34;video/mp4&#34;&gt;mantis lords defeat hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The Knight falls victim to the Mantis Lords in his first attempt to challenge them.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Challenging The Mantis Lords Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/challenging-the-mantis-lords-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T17:06:58Z</updated>
    <published>2025-08-31T17:06:58Z</published>
    <link href="https://waylonwalker.com/shots/challenging-the-mantis-lords-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">The little night steps in front of the three mantis lords and draws his nail signaling his challenge.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.mp4&#34; type=&#34;video/mp4&#34;&gt;Challenging the mantis lords hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The little night steps in front of the three mantis lords and draws his nail signaling his challenge.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Thorny Wanderers Journal Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/thorny-wanderers-journal-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T11:16:31Z</updated>
    <published>2025-08-31T11:16:31Z</published>
    <link href="https://waylonwalker.com/shots/thorny-wanderers-journal-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Parkour though the thorns yields a wanderers journal.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.mp4&#34; type=&#34;video/mp4&#34;&gt;Thorny Wanderers Journal Hollow Knight Keeb Run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Parkour though the thorns yields a wanderers journal.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Spore Shroom Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/spore-shroom-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T11:15:42Z</updated>
    <published>2025-08-31T11:15:42Z</published>
    <link href="https://waylonwalker.com/shots/spore-shroom-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Unlocking the Spore Shroom Charm in Hollow Knight Keeb Run</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.mp4&#34; type=&#34;video/mp4&#34;&gt;spore shroom hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Unlocking the Spore Shroom Charm in Hollow Knight Keeb Run&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Thorny Mask Shard Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/thorny-mask-shard-hollow-knight-keeb-run/</id>
    <updated>2025-08-31T11:14:55Z</updated>
    <published>2025-08-31T11:14:55Z</published>
    <link href="https://waylonwalker.com/shots/thorny-mask-shard-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">A tricky parkour through the thorns to yield a mask shard and complete a full mask.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.mp4&#34; type=&#34;video/mp4&#34;&gt;Thorny Mask Shard Hollow Knight Keeb Run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;A tricky parkour through the thorns to yield a mask shard and complete a full mask.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Aquiring Ismas Tear Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/aquiring-ismas-tear-hollow-knight-keeb-run/</id>
    <updated>2025-08-30T11:13:21Z</updated>
    <published>2025-08-30T11:13:21Z</published>
    <link href="https://waylonwalker.com/shots/aquiring-ismas-tear-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">The long trek has paid off and we have aquired Isma&#39;s tear, it coats our outter shell with protective coating from the acid, giving us access to new parts of the world.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.mp4&#34; type=&#34;video/mp4&#34;&gt;Aquiring Ismas Tear Hollow Knight Keeb Run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The long trek has paid off and we have aquired Isma’s tear, it coats our outter shell with protective coating from the acid, giving us access to new parts of the world.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Ismas Tear Battle Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/ismas-tear-battle-hollow-knight-keeb-run/</id>
    <updated>2025-08-30T11:07:17Z</updated>
    <published>2025-08-30T11:07:17Z</published>
    <link href="https://waylonwalker.com/shots/ismas-tear-battle-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Finishing the battle before accessing Isma&#39;s tear in Hollow Knight</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.mp4&#34; type=&#34;video/mp4&#34;&gt;ismas tear battle hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Finishing the battle before accessing Isma’s tear in Hollow Knight&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Climbing Out Of Deep Nest In Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/climbing-out-of-deep-nest-in-hollow-knight-keeb-run/</id>
    <updated>2025-08-30T11:02:47Z</updated>
    <published>2025-08-30T11:02:47Z</published>
    <link href="https://waylonwalker.com/shots/climbing-out-of-deep-nest-in-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Making light moves of this tricky parkour run between deepnest and the royal waterways</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.mp4&#34; type=&#34;video/mp4&#34;&gt;Climbing out of deep nest in hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Making light moves of this tricky parkour run between deepnest and the royal waterways&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Kings Station In Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/kings-station-in-hollow-knight-keeb-run/</id>
    <updated>2025-08-23T11:01:07Z</updated>
    <published>2025-08-23T11:01:07Z</published>
    <link href="https://waylonwalker.com/shots/kings-station-in-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Unlocking Kings station in my hollow knight keyboard only run</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.mp4&#34; type=&#34;video/mp4&#34;&gt;Kings Station in Hollow Knight Keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Unlocking Kings station in my hollow knight keyboard only run&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Defeating The Dung Defender In Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/defeating-the-dung-defender-in-hollow-knight-keeb-run/</id>
    <updated>2025-08-23T11:00:03Z</updated>
    <published>2025-08-23T11:00:03Z</published>
    <link href="https://waylonwalker.com/shots/defeating-the-dung-defender-in-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">The final blow to the Dung Defender as he admits defeat and allows the little knight to access the valve in the royal waterways.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.mp4&#34; type=&#34;video/mp4&#34;&gt;Defeating the Dung Defender in hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The final blow to the Dung Defender as he admits defeat and allows the little knight to access the valve in the royal waterways.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Unlock Royal Waterway Bench In Hollow Knight Keeb</title>
    <id>https://waylonwalker.com/shots/unlock-royal-waterway-bench-in-hollow-knight-keeb/</id>
    <updated>2025-08-23T09:48:08Z</updated>
    <published>2025-08-23T09:48:08Z</published>
    <link href="https://waylonwalker.com/shots/unlock-royal-waterway-bench-in-hollow-knight-keeb/" rel="alternate" type="text/html"></link>
    <summary type="text">Using desolate dive to unlock the Royal Waterway bench in my Hollow Knight keeb only run.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.mp4&#34; type=&#34;video/mp4&#34;&gt;unlock royal waterway bench in hollow knight keeb&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Using desolate dive to unlock the Royal Waterway bench in my Hollow Knight keeb only run.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Entering Royal Waterway Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/entering-royal-waterway-hollow-knight-keeb-run/</id>
    <updated>2025-08-23T09:46:21Z</updated>
    <published>2025-08-23T09:46:21Z</published>
    <link href="https://waylonwalker.com/shots/entering-royal-waterway-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Entering the royal waterway during my hollow knight keeb only run.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.mp4&#34; type=&#34;video/mp4&#34;&gt;entering royal waterway hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Entering the royal waterway during my hollow knight keeb only run.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Unlocking Royal Waterways In Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/unlocking-royal-waterways-in-hollow-knight-keeb-run/</id>
    <updated>2025-08-23T09:45:20Z</updated>
    <published>2025-08-23T09:45:20Z</published>
    <link href="https://waylonwalker.com/shots/unlocking-royal-waterways-in-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Using the simple key to unlock the Royal Waterway in Hollow Knight during my keeb only run.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.mp4&#34; type=&#34;video/mp4&#34;&gt;unlocking royal waterways in hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Using the simple key to unlock the Royal Waterway in Hollow Knight during my keeb only run.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Getting The Lumafly Lantern In My Hollow Knight Keeb Run</title>
    <id>https://waylonwalker.com/shots/getting-the-lumafly-lantern-in-my-hollow-knight-keeb-run/</id>
    <updated>2025-08-23T09:43:36Z</updated>
    <published>2025-08-23T09:43:36Z</published>
    <link href="https://waylonwalker.com/shots/getting-the-lumafly-lantern-in-my-hollow-knight-keeb-run/" rel="alternate" type="text/html"></link>
    <summary type="text">Purchasing the Lumafly Lanten from Sly&#39;s shop in Dirtmouth during my Hollow Knight keeb only run.</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.mp4&#34; type=&#34;video/mp4&#34;&gt;getting the lumafly lantern in my hollow knight keeb run&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Purchasing the Lumafly Lanten from Sly’s shop in Dirtmouth during my Hollow Knight keeb only run.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>hollow knight home row layout</title>
    <id>https://waylonwalker.com/hollow-knight-home-row-layout/</id>
    <updated>2025-05-05T20:44:36Z</updated>
    <published>2025-05-05T20:44:36Z</published>
    <link href="https://waylonwalker.com/hollow-knight-home-row-layout/" rel="alternate" type="text/html"></link>
    <summary type="text">I just made it past 100% in my main hollow knight run, so now I will allow myself to get silksong when it comes out. I did this with a little bit of YT...</summary>
    <content type="html">&lt;p&gt;I just made it past 100% in my main hollow knight run, so now I will allow&#xA;myself to get silksong when it comes out.  I did this with a little bit of YT&#xA;guidance, but mostly just figuring it out.  I only just discovered the&#xA;&lt;a href=&#34;/reznormichael-hollow-knight-completion-check/&#34; class=&#34;wikilink&#34; data-title=&#34;⭐ ReznoRMichael hollow-knight-completion-check&#34; data-description=&#34;Check out ReznoRMichael and their project hollow-knight-completion-check.&#34; data-date=&#34;2025-04-20&#34; data-preview=&#34;Check out ReznoRMichael and their project hollow-knight-completion-check.&#34;&gt;⭐ ReznoRMichael hollow-knight-completion-check&lt;/a&gt; which got me an extra 2% for&#xA;a few items I must have got and not saved on, because I was sure I had them.&lt;/p&gt;&#xA;&lt;h2 id=&#34;controller&#34;&gt;Controller &lt;a href=&#34;#controller&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Hollow Knight is a game that can be played with keyboard or controller, You can&#xA;use analog stick for movements, but they just translate to dpad, there really&#xA;are no analog moves in the game.  This makes it ripe for playing on pure&#xA;keyboard.  I really favor controller when there are more than one analog&#xA;(throttle, brake, steering for example).&lt;/p&gt;&#xA;&lt;p&gt;On controller I’ve switched to only using d-pad as I feel like it gives me the&#xA;most crisp of controls.  It is really easy to miss a pogo on analog by hitting&#xA;slightly left or right.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-keyboard&#34;&gt;My Keyboard &lt;a href=&#34;#my-keyboard&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;My daily driver keyboard is a custom built 40% monoblock keyboard I absolutely&#xA;love using it, it perfectly plops down on a laptop when I am in laptop mode and&#xA;really fits me quite well for my wrok as a software/infrastructure engineer.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/9fd1dbf7-4c5d-4bb3-adaf-138755f90d54.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/9fd1dbf7-4c5d-4bb3-adaf-138755f90d54.png&#34; alt=&#34;screenshot-2025-05-06T02-36-55-641Z.png&#34;/ data-glightbox=&#34;description: screenshot-2025-05-06T02-36-55-641Z.png&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;wasd&#34;&gt;WASD &lt;a href=&#34;#wasd&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;em&gt;We’ve got to talk about pinky stagger&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;I can use wasd perfectly fine on it, I have a layer that has no holds on any&#xA;keys so that they are all nice and crisp and tailored to gaming operations that&#xA;would require a hold.&lt;/p&gt;&#xA;&lt;p&gt;Now what I haven’t ran into before is that trying to game with wasd and use the&#xA;right side is very uncomfortable with this steep of a pinky stagger.  Generally&#xA;with keyboard an mouse games I have the keyboard a little slanted and move my&#xA;fingers to wasd just fine, but it just does not work well with both hands on&#xA;the keyboard.&lt;/p&gt;&#xA;&lt;h2 id=&#34;enter-asdf&#34;&gt;Enter asdf &lt;a href=&#34;#enter-asdf&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Today is day one, I’m not quite sure how long it will last, but I am giving&#xA;asdf a try for arrow keys.  This will work much more akin to a fight stick&#xA;where each finger has a primary direction instead of using one finger for both&#xA;up and down.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;vim keys, but mirrored&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;I chose to mirror vim keys with down towards the middle.  I had it the other&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;way, but when I played, I kept pressing it the other way.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;a - left&lt;/li&gt;&#xA;&lt;li&gt;s - up&lt;/li&gt;&#xA;&lt;li&gt;d - down&lt;/li&gt;&#xA;&lt;li&gt;f - right&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;power keys&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;I wanted to put the most common keys on the strongest finger (feels like&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;left pinky breaks this mantra, but whatever).&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;j - attack&lt;/li&gt;&#xA;&lt;li&gt;k - dash&lt;/li&gt;&#xA;&lt;li&gt;l - focus/cast&lt;/li&gt;&#xA;&lt;li&gt;h - quick cast&lt;/li&gt;&#xA;&lt;li&gt;e - inventory&lt;/li&gt;&#xA;&lt;li&gt;u - super dash&lt;/li&gt;&#xA;&lt;li&gt;m - map&lt;/li&gt;&#xA;&lt;li&gt;g - dream nail&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;this-seems-weird&#34;&gt;This seems weird &lt;a href=&#34;#this-seems-weird&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;So Ya, I know it’s weird. I did some searching wasn’t able to find much other&#xA;than this one &lt;a href=&#34;https://www.reddit.com/r/KeyboardLayouts/comments/18kdnl0/using_asdf_instead_of_wasd_for_gaming/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.reddit.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.reddit.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;reddit post&lt;/a&gt;&#xA;talking about using asdf.  oddly one person reccommended sdfg, this souds so&#xA;much like vim, which makes a lot of sense, but brings back moving fingers off&#xA;of home row position or using one finger for down and right, which aint gonna&#xA;work.&lt;/p&gt;&#xA;&lt;h2 id=&#34;first-thoughts&#34;&gt;First thoughts &lt;a href=&#34;#first-thoughts&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’m about 20 minutes in and struggling on False Knight, I could be a bit more&#xA;patient, but I’m trying to work on pogos on all the mobs on the way in.&lt;/p&gt;&#xA;&lt;h3 id=&#34;holding-up-or-down&#34;&gt;Holding up or down &lt;a href=&#34;#holding-up-or-down&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;The ability to just hold up or down as you run through the map with enemies&#xA;coming from above or below feels superior, and its going to be nice, I really&#xA;just got to put some time in to get use to the layout, maybe even make some&#xA;changes.&lt;/p&gt;&#xA;&lt;p&gt;I realize now that Hollow Knight rarely needs quick swiching between up and&#xA;down and would probably be fine on a wasd layout if i were to be using a split&#xA;keyboard or a bit less pinky stagger that would work out, but for now I am&#xA;giving this a shot.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-sons-experience&#34;&gt;My Son’s experience &lt;a href=&#34;#my-sons-experience&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;So my son is playing along with me, new save as well. He went with wasd and&#xA;mouse, while this sounds insane to me to use mouse for clicking and no movement&#xA;the natural feel that it has, has him blazing through faster than he does on&#xA;controller, doing pogos he’s never done before.&lt;/p&gt;&#xA;&lt;h2 id=&#34;false-knight-down&#34;&gt;False Knight down &lt;a href=&#34;#false-knight-down&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The recording somehow stuck on the menu screen and did not record video, but I&#xA;got this screenshot of the victory.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/be00de02-1cac-4dc2-8c05-9c52c9f1f124.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/be00de02-1cac-4dc2-8c05-9c52c9f1f124.webp&#34; alt=&#34;image&#34;/ data-glightbox=&#34;description: image&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;vengeful-spirit&#34;&gt;Vengeful Spirit &lt;a href=&#34;#vengeful-spirit&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Day 2 I managed to make it to the Ancestral Mound and get the Vengeful Spirit&#xA;cast.  Everything is starting to feel much better and more natural.&#xA;Surprisingly my main issue is with up and down since they are used a bit less,&#xA;left with my pinky has not been any issue.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/3c461bd2-3276-45da-8411-c85073f66497.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/3c461bd2-3276-45da-8411-c85073f66497.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/3c461bd2-3276-45da-8411-c85073f66497.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-vengeful-spirit.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;hornet-battle-1&#34;&gt;Hornet Battle 1 &lt;a href=&#34;#hornet-battle-1&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I made it successfully through the first hornet battle I was able to snag this&#xA;clip of a few nicely timed pogos.  Its getting better, I am still really&#xA;struggling between down srike and up strike.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/f627cb2c-8da5-4508-9d05-c3a12ed4c2b9.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/f627cb2c-8da5-4508-9d05-c3a12ed4c2b9.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/f627cb2c-8da5-4508-9d05-c3a12ed4c2b9.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-hornet-pogos.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;mothwing-cloak&#34;&gt;Mothwing Cloak &lt;a href=&#34;#mothwing-cloak&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I got so lucky  with the finish of hornet, I thought she hit me while healing,&#xA;kinda lost where we were tanked a hit and almost took one last hit again and&#xA;beat her to the final punch.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/d8784c22-2baa-410a-af23-d7ebebaa6608.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/d8784c22-2baa-410a-af23-d7ebebaa6608.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/d8784c22-2baa-410a-af23-d7ebebaa6608.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-hornet-finish.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/d82dd000-a7b1-401e-8f78-72939a296328.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/d82dd000-a7b1-401e-8f78-72939a296328.jpg&#34; alt=&#34;20250507172106_1.jpg&#34;/ data-glightbox=&#34;description: 20250507172106_1.jpg&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;gruz-mother&#34;&gt;Gruz Mother &lt;a href=&#34;#gruz-mother&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;After completing gruz mother I went to grab my macropad to click the clip&#xA;button when her babies came out, and it was at this moment my son told me I was&#xA;done for, there was no recovering from this.  I was already at 2 hearts, and a&#xA;mistake left me with one.  You can see me fumble for the up key in the clip as&#xA;I get repositioned fully on back on the board.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/0a6ffb43-f416-46e4-9e17-05c3ac9c3429.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/0a6ffb43-f416-46e4-9e17-05c3ac9c3429.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/0a6ffb43-f416-46e4-9e17-05c3ac9c3429.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-gruz-mother.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Now we have Sly the merchant unlocked and can buy items from him.&lt;/p&gt;&#xA;&lt;h2 id=&#34;city&#34;&gt;City &lt;a href=&#34;#city&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I made it to the city, but on my way, it looks like one of the smokey layers&#xA;were getting put on top of the game instead of layer in behind. I’ve never seen&#xA;this, so I really have no idea what it is.  During the thorny area it was in&#xA;and out and right as I entered the city it locked on top and did not leave.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/f2fe3da0-9078-4292-9fef-9f4efd306d63.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/f2fe3da0-9078-4292-9fef-9f4efd306d63.webp&#34; alt=&#34;image&#34;/ data-glightbox=&#34;description: image&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;soul-master&#34;&gt;Soul Master &lt;a href=&#34;#soul-master&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I made my way over to the soul master, dying several times along the way to a&#xA;few &lt;a href=&#34;https://hollowknight.fandom.com/wiki/Soul_Twister&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/hollowknight.fandom.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/hollowknight.fandom.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Soul Twisters&lt;/a&gt;, its&#xA;time to battle.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2d664476-ac45-4461-8e33-43211d493e9e.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/2d664476-ac45-4461-8e33-43211d493e9e.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/2d664476-ac45-4461-8e33-43211d493e9e.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-soul-meeting-master.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;After beating his second room, (this clip makes him look way too easy as he&#xA;wasn’t targeting me fore some reason at the end), I picked up desolate dive,&#xA;which brings a new key combo to get familiar with down+cast.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/af9df166-33cd-4260-85df-910e8a18116c.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/af9df166-33cd-4260-85df-910e8a18116c.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/af9df166-33cd-4260-85df-910e8a18116c.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-run-soul-master-finish.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;moss-knight&#34;&gt;Moss Knight &lt;a href=&#34;#moss-knight&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I took a break for awhile on the game, my son got bored and moved on.  He tends&#xA;to switch out games a lot faster than me.  I came back to it tonight after a&#xA;few months off and just got some geo from the moss knights for awhile.  I got&#xA;this decent clip of clearing them, I’m no pro, but getting better at timing on&#xA;the keeb layout.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/d8571451-7a1e-4997-85eb-b5ce2cfdc209.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/d8571451-7a1e-4997-85eb-b5ce2cfdc209.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/d8571451-7a1e-4997-85eb-b5ce2cfdc209.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-moss-knight.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;lumafly-lantern&#34;&gt;Lumafly Lantern &lt;a href=&#34;#lumafly-lantern&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;While I had a lot of geo from the Moss Knights I finished out getting 1800 geo&#xA;to get the lumafly lantern from sly’s shop at dirtmouth.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-lumafly-lantern.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;royal-waterway&#34;&gt;Royal Waterway &lt;a href=&#34;#royal-waterway&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I decided to head back to the city of tears and into the royal waterway to&#xA;fight the dung defender and collect Isma’s tear.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-royal-waterway-unlock.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-royal-waterway-entering.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-royal-waterway-bench.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;The Dung Defender battle, great lore with this guy, lots of bouncy movement,&#xA;but overall not too hard of a boss.  He is not very accurate with attacks, so&#xA;you have time to just sit in the corners and heal.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/982091a0-a65a-44a4-aca6-fbffcff9ed90.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-dung-defender.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Once the Dung Defender was defeated, I continued on up to the Kings Station and unlocked it.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/3651c0e1-6d99-4b54-95eb-5b955323a2e9.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-kings-station.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;I could not remember where ismas tear was and I ended up all the way down in&#xA;deep nest, the climb out is a bit of a challenge, here I am going right by the&#xA;route you take with crystal dash to get isma’s tear.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/9a4befef-e694-4a3c-8b0e-edd06a3f741c.mp4&#34; type=&#34;video/mp4&#34;&gt;climbing-out-of-deep-nest.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;ismas-tear&#34;&gt;Isma’s Tear &lt;a href=&#34;#ismas-tear&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I managed to find my way through the royal waterway and where you crystal dash&#xA;over to isma’s tear.  This battle took two attempts, because the first I had no&#xA;health left and walked in with two masks.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/4dd7d2cd-7d4a-473e-a483-f8f8512c6442.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-ismas-tear-battle.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Now the tear coats our shell and allows us to swim through the acid, and we can&#xA;get a lot more places, and some places are just easier to get without precision&#xA;parkour over the acid.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/c6a334a4-d8d3-4742-82ea-3b6e9eaa9923.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-ismas-tear.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;thorny-mask&#34;&gt;Thorny Mask &lt;a href=&#34;#thorny-mask&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I wandered around the world a bit today and found a few small items, nothing of major concequence.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/2b9b5302-7437-4910-a98c-bc96650e353c.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-thorny-mask-shard.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/a15c7895-bd25-4238-9634-f58c2590730a.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-spore-shroom.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/d8cdee6e-4627-444a-99a0-b5b35e960dd8.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-thorny-wanderers-journal.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;challenging-mantis-lords&#34;&gt;Challenging Mantis Lords &lt;a href=&#34;#challenging-mantis-lords&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;It felt like time to challenge the Mantis Lords.  For the reason to prove to&#xA;myself that I am getting better at this layout.&lt;/p&gt;&#xA;&lt;p&gt;I drew my nail and ready for the challenge.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/dfe1c93b-3dd8-4941-8991-7ec8d4b49beb.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-challenging-mantis-lords.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;First try I made it past the first one, and deep into the second one, I think&#xA;If I would have remembered the healing window for them I would have had a shot&#xA;at a first try on them.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/98e34601-2cdd-4a38-98a1-97719b38c843.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-mantis-lords-1.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;After three tries I had it.  Maybe its not apples to apples with my first ever&#xA;run years ago on steam deck, but it took months.  I would have about 20 minutes&#xA;a day waiting for kids pickup at school and I would just keep grinding at them&#xA;for what added up to be likely several hours.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/90bb2a30-c781-4dfd-98aa-ed933b24f1e3.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-defeating-mantis-lords.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;After defeating them I’m let into the treasure room where I get a bench,&#xA;Hallownest seal, a big loot box, and the &lt;a href=&#34;https://hollowknight.fandom.com/wiki/Mark_of_Pride&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/hollowknight.fandom.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/hollowknight.fandom.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;mark of&#xA;pride&lt;/a&gt;.  This is actually&#xA;one of my favorite charms as it gives you an extra 25% range to your nail&#xA;attacks.  This opens up the window for pogos and reach attacks without taking&#xA;damage.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.mp4&#34; class=&#34;glightbox-link&#34;&gt;&lt;video autoplay loop muted playsinline controls preload=&#34;metadata&#34; class=&#34;md-video&#34; poster=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.webp?h=675&amp;w=1200&#34;&gt;&lt;source src=&#34;https://dropper.waylonwalker.com/api/file/b9af2296-60e9-4d92-989f-1529a59c75a1.mp4&#34; type=&#34;video/mp4&#34;&gt;hollow-knight-keeb-mark-of-pride.mp4&lt;/video&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>