From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- building_guide/recipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'building_guide/recipes.md') diff --git a/building_guide/recipes.md b/building_guide/recipes.md index 43b1cf4..364d375 100644 --- a/building_guide/recipes.md +++ b/building_guide/recipes.md @@ -41,7 +41,7 @@ All message fields (`message`, `fail_message`, `start_message`, `end_message`, a Numbering follows YAML consume/byproduct order. If a consume entry has multiple alternative items (`items: [a, b]`), the variable expands to whichever the player actually possesses, colored with that item's `color:` field. -Variables work alongside inline color tags (`{196}text{/}`) which are expanded after variable substitution. +Variables work alongside inline color tags (`{C4}text{/}`) which are expanded after variable substitution. ### Message Defaults @@ -258,7 +258,7 @@ Items with `heal_value` and `eat_message` can be consumed via the `eat` command. ```yaml name: bread -color: "222" +color: "DE" description: "A fresh loaf of bread, still warm from the oven." value: 5 heal_value: 5 -- cgit v1.2.3