benprime / crucible-mud

A massively multiplayer text game.
17 stars 0 forks source link

Sneak Command #28

Open ghost opened 6 years ago

ghost commented 6 years ago

Users who use the sneak command before moving will have a chance (based on skill level) of not showing an alert that they have entered the room.

Users with high perception (or similar skill) may detect them.

  1. User types "sneak" and a skill check is done. The user is either successful or unsuccessful.
  2. The user moves.
  3. When the user exits and enters the new room, if the check was a failure, all users and mobs present are alerted as normal.
  4. If the user succeed the check, the users and mobs that will potentially not notice the player will make a perception check.
  5. On a failed perception check, they do not notice sneaking player. On a success, they do.
nichmack commented 6 years ago

TODO: