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 --- worldbuilding_guide/toggles.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 worldbuilding_guide/toggles.md (limited to 'worldbuilding_guide/toggles.md') diff --git a/worldbuilding_guide/toggles.md b/worldbuilding_guide/toggles.md new file mode 100644 index 0000000..00b48ba --- /dev/null +++ b/worldbuilding_guide/toggles.md @@ -0,0 +1,18 @@ +## Player Toggles + +Players can toggle personal settings with the `toggle` command: + +| Toggle | Effect | +|---|---| +| `description` | Show full room description when moving | +| `tiny_map` | Mini-map display: `off`/`right`/`left` | +| `xp_drops` | Show XP gained in gather/craft/combat messages | +| `exits` | Show exit destinations inline in look output | +| `mob_enter` | Notify when a mob enters the room | +| `mob_leave` | Notify when a mob leaves the room | +| `mob_spawn` | Notify when a mob spawns in the area | +| `reserve` | Show full reserved item details in look | +| `depletion` | Show depletion and despawn timers on objects | + +--- + -- cgit v1.2.3