Add level descriptions

This commit is contained in:
2026-05-21 17:21:12 +03:00
parent 19e39d220d
commit 3039da35fd
7 changed files with 92 additions and 0 deletions

11
src/levels/l06.md Normal file
View File

@@ -0,0 +1,11 @@
Sixth level introduces anchors. Two rooms share the same trap — define it once and alias it.
trap: &spike_pit
type: pit
depth: 20
spikes: true
rooms:
north: *spike_pit
south: *spike_pit
Randomize the trap properties and which rooms reuse it