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.22 by root, Mon May 7 06:21:20 2007 UTC vs.
Revision 1.23 by root, Tue May 15 16:45:23 2007 UTC

359=head3 B<TRANSPORT> - type 2 - Player transports 359=head3 B<TRANSPORT> - type 2 - Player transports
360 360
361This 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
362fields that affect it. 362fields that affect it.
363 363
364=head3 B<ROD> - type 3 - Rods that fire spells 364=head3 B<ROD>, B<HORN> - type 3, 35 - Rods that fire spells
365 365
366Rods contain spells and can be fired by a player. 366Rods contain spells and can be fired by a player.
367 367
368=over 4 368=over 4
369 369
375the 'use magic item' skill level of the player and 1/10 of the level of the 375the 'use magic item' skill level of the player and 1/10 of the level of the
376rod is added as bonus. 376rod is added as bonus.
377 377
378=item I<hp> <number> 378=item I<hp> <number>
379 379
380The amount of spellpoints this rod has left. 380The amount of spellpoints this rod has left. Recharges at a rate of C<1 +
381maxhp/10> per tick.
381 382
382=item I<maxhp> <number> 383=item I<maxhp> <number>
383 384
384The maximum amount of spellpoints this rod has. 385The maximum amount of spellpoints this rod has.
385 386

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines