diff options
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 | + +--- + |
