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.11 by elmex, Wed Dec 20 03:57:26 2006 UTC vs.
Revision 1.12 by elmex, Wed Dec 20 11:20:50 2006 UTC

233once a player failed to identify an object. So that multiple tries 233once a player failed to identify an object. So that multiple tries
234of identifying aren't more effective than one. 234of identifying aren't more effective than one.
235 235
236=item FLAG_REFLECTING 236=item FLAG_REFLECTING
237 237
238This flag is used by spell effects, LIGHTNING, THROWN_OBJ and ARROW 238This flag is used by spell effects (eg. SP_BOLT), THROWN_OBJ and ARROW
239to indicate whether this object reflects off walls. 239to indicate whether this object reflects off walls.
240 240
241=item FLAG_REFL_SPELL 241=item FLAG_REFL_SPELL
242 242
243This flag indicates whether something reflects spells, like spell reflecting 243This flag indicates whether something reflects spells, like spell reflecting
518 518
519=head3 CLOCK - type 9 - Clocks 519=head3 CLOCK - type 9 - Clocks
520 520
521This type of objects just display the time when being applied. 521This type of objects just display the time when being applied.
522 522
523=head3 LIGHTNING - type 12 - Lightnings 523=head3 LIGHTNING - type 12 - Lightnings (DEPRECATED, see SPELL_EFFECT subtype SP_BOLT)
524 524
525This is a spell effect of a moving bolt. It moves straigt forward 525This is a spell effect of a moving bolt. It moves straigt forward
526through the map until something blocks it. 526through the map until something blocks it.
527If FLAG_REFLECTING is set it even reflects on walls. 527If FLAG_REFLECTING is set it even reflects on walls.
528 528

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines