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.21 by root, Mon May 7 06:14:03 2007 UTC vs.
Revision 1.22 by root, Mon May 7 06:21:20 2007 UTC

867=item I<body_BODYSLOT> 867=item I<body_BODYSLOT>
868 868
869The part/slot of the body you need to use this weapon, possible values for 869The part/slot of the body you need to use this weapon, possible values for
870C<BODYSLOT> should be looked up in common/item.C at body_locations. 870C<BODYSLOT> should be looked up in common/item.C at body_locations.
871 871
872The value (in the range C<-7..7>) gives the number of those body slots used 872The value (in the range C<-7..7>) gives the number of those body slots
873up by the item, or C<-1> for one handed weapons, C<-2> for two handed 873used up by the item (if negative) or the number of body slots this object
874weapons, or C<-1> for other very special things. 874has (if positive, e.g. for monsters or players). The special value C<0>
875indicates that this object cannot equip items requiring these body slots.
875 876
876=item I<resist_RESISTANCY> <number> 877=item I<resist_RESISTANCY> <number>
877 878
878this is the factor with which the difference of the players resistancy and 100% 879this is the factor with which the difference of the players resistancy and 100%
879is multiplied, something like this: 880is multiplied, something like this:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines