
There are 7 docs about most frequently used properties in the mud:

object_props	: Used by all objects that inherits OBJECT
room_props	: Used by all objects that inherits ROOM
living_props	: Used by all objects that inherits LIVING
monster_props	: Used by all objects that inherits MONSTER
user_props	: Used by all objects that inherits USER
weapon_props	: Used by all objects that inherits WEAPON
armor_props	: Used by all objects that inherits ARMOR

You can type 'help <topic>' to read them.
