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.18 by elmex, Thu Dec 21 21:24:06 2006 UTC vs.
Revision 1.19 by root, Mon Jan 29 15:22:24 2007 UTC

338=head2 Description of type specific fields and behaviour 338=head2 Description of type specific fields and behaviour
339 339
340The beginning of the headers of the following subsection 340The beginning of the headers of the following subsection
341are the server internal names for the objects types, see include/define.h. 341are the server internal names for the objects types, see include/define.h.
342 342
343=head3 B<MOOD_FLOOR> - type 65 - change mood of monsters
344
345speed == 0 for triggered mood changes, speed != 0 for non-triggered mood
346changes.
347
348 (based on value that last_sp takes):
349 0: 'furious' Makes all monsters aggressive
350 1: 'angry' As above but pets are unaffected
351 2: 'calm' Makes all monsters unaggressive
352 3: 'sleep' Puts all monsters to sleep
353 4: 'charm' Makes monster into a pet of person
354 who triggers the square. This setting
355 is not enabled for continous operation
356 5: 'destroy mons' destroy any monsters on this space
357 6: 'destroy pets' destroy friendly monsters on this space
358
343=head3 B<TRANSPORT> - type 2 - Player transports 359=head3 B<TRANSPORT> - type 2 - Player transports
344 360
345This type is implemented by the transport extension and has currently no special 361This type is implemented by the transport extension and has currently no special
346fields that affect it. 362fields that affect it.
347 363

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines