blob: b1d7a6d4cf8426f5450d3bb149fe26d62f77cc52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
name: "look"
category: "Exploration"
description: |
Look around the current room or examine a specific target.
Usage: look, l
look <target>
Without a target, shows: room name, description, objects (with instance
indices and depletion status), mobs (with HP and combat level), ground
items (with reservation info), exits, and other players.
Players are shown with their current action (e.g. "Bob is here, mining
a copper rock [1]") or combat status ("Bob is here (fighting a man [2])").
Instance indices appear when multiple objects or mobs of the same type
are present.
With a target, shows details about:
- Mobs: stats and combat level
- Objects: description and depletion timers (per instance)
- Items (ground or inventory): description and value
- Players: stats, equipment, and description
- Directions: shows the adjacent room as if you were there
|