You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Track every enemy you encounter or defeat with the new Bestiary."
5
+
date: "2025-07-17"
6
+
cover: "./bestiary-screenshot.webp"
7
+
coverAlt: "Screenshot of the Bestiary screen showing monster stats."
8
+
---
9
+
10
+
The latest patch introduces the **Bestiary**, a handy in-game log that records each monster you face. Encounter a new foe and it is added to the list with an image. Rack up kills to see your totals climb.
11
+
12
+
You can see a preview of the feature in [this Reddit post](https://www.reddit.com/r/QuickDungeonCrawler/comments/1lwsews/update_270_bestiary/).
13
+
14
+
Under the hood the system stores data in `localStorage` and uses [bestiary.js](https://github.com/Werkstattl/quick-dungeon-crawler-rpg-od/blob/main/assets/js/bestiary.js) to build the list. Each enemy name maps to a sprite and keeps track of encounter and kill counts.
15
+
16
+
Give it a try and start filling out your monster compendium!
0 commit comments