diff options
| author | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
| commit | 085e728d22a3369bd110b77409914cfbe9ebe611 (patch) | |
| tree | eeb88cb1ceb91cc9ea2b5a1877c3c66328fab503 /worldbuilding_guide/toggles.md | |
| parent | 43f21aabae8924f35c12c8485e690aeefe0089fb (diff) | |
| download | thehouseoficarus-085e728d22a3369bd110b77409914cfbe9ebe611.tar.gz | |
feat: recipe system, combining items, cooking skill
Diffstat (limited to 'worldbuilding_guide/toggles.md')
| -rw-r--r-- | worldbuilding_guide/toggles.md | 18 |
1 files changed, 18 insertions, 0 deletions
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 | + +--- + |
