diff options
Diffstat (limited to 'data/help/look.yaml')
| -rw-r--r-- | data/help/look.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/data/help/look.yaml b/data/help/look.yaml index 30b1d27..17faa45 100644 --- a/data/help/look.yaml +++ b/data/help/look.yaml @@ -1,9 +1,15 @@ name: "look" category: "Exploration" description: | - Look around the current room. + Look around the current room or examine a specific target. Usage: look, l + look <target> - Shows the room name, description, exits, objects, mobs, other players, - and items on the ground. + Without a target, shows the room name, description, exits, objects, + mobs, other players, and ground items. Damaged mobs show current HP + (e.g. "man (level 1) [3/7hp]"). + + With a target, shows details about a mob, object, item (ground or + inventory), or another player. Looking at items shows their value. + Looking at players shows their stats, equipment, and description. |
