From 085e728d22a3369bd110b77409914cfbe9ebe611 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 04:17:43 -0400 Subject: feat: recipe system, combining items, cooking skill --- AGENTS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 8c1feea..6dc559b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -104,6 +104,7 @@ data/objects/.yaml Object definitions (name, behavior, hidden, inroom_des data/behaviors/.yaml Behaviors (gather, talk, use, toggle) data/drops/.yaml Shared drop tables (weighted item lists) data/help/.yaml Help topics +data/recipes/.yaml Recipe definitions (cooking, crafting, smithing, etc.) data/players/accounts/ Account YAML (gitignored) data/players/characters/ Character YAML (gitignored) ``` @@ -131,6 +132,9 @@ See `WORLDBUILDING.md` for full YAML format reference with examples. | `unalias ` | Remove an alias | | `description` / `desc` | Set custom player description | | `queued` | Show pending tick actions | +| `color` / `colors [target] [value]` | Customize display colors (account-wide) | +| `color reset ` | Reset a color target to server default | +| `color off` | Disable color for a specific target | ### Free (stackable, execute before active) | Command | Description | @@ -139,6 +143,7 @@ See `WORLDBUILDING.md` for full YAML format reference with examples. | `wear all` | Auto-equips highest-value item per slot from inventory | | `remove` / `unwear` / `unwield ` | Unequip item back to inventory | | `style ` | Set combat style: accurate, aggressive, defensive, balanced (prefix match) | +| `eat ` | Eat food to heal (3-tick cooldown, can eat during combat) | ### Active (replaces previous active, queued per tick) | Command | Description | @@ -150,7 +155,8 @@ See `WORLDBUILDING.md` for full YAML format reference with examples. | `drop all` / `drop all ` | Drop all (or matching) items | | `attack` / `kill ` | Combat with numbered targeting and smart default | | `mine` / `chop` / `cut` / `fish ` | Gathering with smart default (verbAliases map to "gather") | -| `use ` | Crafting station interaction | +| `use [on/with] ` | Universal item interaction: recipes, crafting, gathering shortcuts | +| `cook ` | Cook raw food on a fire or cooking range (Cooking skill) | | `talk` / `speak` / `ask ` | NPC conversations (objects or mobs with behavior) | | `pull` / `push ` | Toggle interactions (levers, gates) | | `search ` | Search bird's nests / searchable items (rolls on search_table) | -- cgit v1.2.3