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.37 by root, Sun Mar 28 22:29:50 2010 UTC vs.
Revision 1.40 by root, Thu Apr 15 00:36:51 2010 UTC

218This field had a special meaning for crossedit, which used parts 218This field had a special meaning for crossedit, which used parts
219of the server code for editing. Wherever you see this field being 219of the server code for editing. Wherever you see this field being
220set in an archetype ignore it and/or remove it. No code interprets this 220set in an archetype ignore it and/or remove it. No code interprets this
221field anymore. 221field anymore.
222 222
223=item I<last_heal>, I<last_sp>
224
225For monsters and other living stuff that heals or regenarates hp or sp,
226these contain the fractional part of any healing that couldn't be applied
227to hp and sp yet.
228
223=back 229=back
224 230
225=head3 Flags 231=head3 Flags
226 232
227Here are the effects of the flags described. 233Here are the effects of the flags described.
1026 1032
1027=over 4 1033=over 4
1028 1034
1029=item I<subtype> <skill number> 1035=item I<subtype> <skill number>
1030 1036
1031=item I<weapontype> <type of tool>
1032
1033The type of weapon or ranged item compatible with this skill (For ranged
1034and combat attacks).
1035
1036=item I<skill> <string> 1037=item I<skill> <string>
1037 1038
1038The skill identifier used by other items, usually the skill name 1039The skill identifier used by other items, usually the skill name
1039 1040
1040=item I<level> <percentage> 1041=item I<level> <percentage>
1046Base amount of experience in a skill, for skills not starting at zero. 1047Base amount of experience in a skill, for skills not starting at zero.
1047 1048
1048=item I<expmul> <float> 1049=item I<expmul> <float>
1049 1050
1050Experience is multiplied by this factor. 1051Experience is multiplied by this factor.
1052
1053=item I<cached_sp> <integer>
1054
1055Used internally by the server (cannot be used in files).
1051 1056
1052=back 1057=back
1053 1058
1054=head3 B<DRINK> - type 54 - Drinkable stuff 1059=head3 B<DRINK> - type 54 - Drinkable stuff
1055 1060

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines