ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/objects.pod
(Generate patch)

Comparing deliantra/server/pod/objects.pod (file contents):
Revision 1.12 by elmex, Wed Dec 20 11:20:50 2006 UTC vs.
Revision 1.13 by elmex, Wed Dec 20 13:07:13 2006 UTC

790 790
791=head3 MISC_OBJECT - type 79 - Misc. objects 791=head3 MISC_OBJECT - type 79 - Misc. objects
792 792
793A type for any object that has no special behaviour. 793A type for any object that has no special behaviour.
794 794
795=head3 MONSTER - type 80 - Monsters
796
797This is the main type for monsters. This type does almost
798nothing except taking care of animations a bit.
799
800The special behaviour of a monster is given to an object by FLAG_MONSTER and
801FLAG_ALIVE, please consult the section about flags above in the general object
802section.
803
804=head3 HOLE - type 94 - Holes 795=head3 HOLE - type 94 - Holes
805 796
806Holes are holes in the ground where objects can fall through. When the hole 797Holes are holes in the ground where objects can fall through. When the hole
807opens and/or is completly open all objects above it fall through (more 798opens and/or is completly open all objects above it fall through (more
808precisely: if their head is above the hole). 799precisely: if their head is above the hole).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines