Skip to content

Commit 8446a49

Browse files
committed
bestiary
1 parent a4829f2 commit 8446a49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Update 2.7.0: Bestiary"
3+
author: "7underlines"
4+
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

Comments
 (0)