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.32 by root, Tue Nov 3 09:54:05 2009 UTC vs.
Revision 1.33 by root, Sat Nov 7 18:30:05 2009 UTC

462This field has some special meaning in potions, currently the 462This field has some special meaning in potions, currently the
463bits for AT_DEPLETE and AT_GODPOWER control whethere this is a 463bits for AT_DEPLETE and AT_GODPOWER control whethere this is a
464restoration potion or improvement potion. 464restoration potion or improvement potion.
465See include/attackinc.h for the bits of these types. 465See include/attackinc.h for the bits of these types.
466 466
467If AT_DEPLETE is set the player will be restored and the ARCH_DEPLETION 467If AT_DEPLETE is set the player will be restored and the "depletion"
468will be removed from him. If the potion has FLAG_CURSED or FLAG_DAMNED 468will be removed from him. If the potion has FLAG_CURSED or FLAG_DAMNED
469set the player will be drained a random stat by inserting an ARCH_DEPLETION 469set the player will be drained a random stat by inserting an "depletion"
470into him. 470into him.
471 471
472If AT_GODPOWER is enabled the player will gain +1 maxvalue in his hp, sp or grace stat. 472If AT_GODPOWER is enabled the player will gain +1 maxvalue in his hp, sp or grace stat.
473When the potion has FLAG_CURSED or FLAG_DAMNED set he will loose one in one of these stats. 473When the potion has FLAG_CURSED or FLAG_DAMNED set he will loose one in one of these stats.
474 474

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines