diff options
| author | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 16:50:41 -0400 |
| commit | 988b006a5bb9edb6465653566e7bdf8175347b8c (patch) | |
| tree | 3a1fceff2ee80c11b5dafcc49c13ababe021e880 /building_guide/recipes.md | |
| parent | 1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff) | |
| download | thehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz | |
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'building_guide/recipes.md')
| -rw-r--r-- | building_guide/recipes.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
