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.36 by root, Fri Mar 26 20:30:32 2010 UTC vs.
Revision 1.41 by root, Sat May 7 17:12:28 2011 UTC

44 button_sma.x12 44 button_sma.x12
45 mina 45 mina
46 is_animated 0 46 is_animated 0
47 exp 30 47 exp 30
48 no_pick 1 48 no_pick 1
49 walk_on 1
50 walk_off 1
51 editable 48 49 editable 48
52 visibility 50 50 visibility 50
53 weight 1 51 weight 1
54 end 52 end
55 53
217 215
218This field had a special meaning for crossedit, which used parts 216This field had a special meaning for crossedit, which used parts
219of the server code for editing. Wherever you see this field being 217of 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 218set in an archetype ignore it and/or remove it. No code interprets this
221field anymore. 219field anymore.
220
221=item I<last_heal>, I<last_sp>
222
223For monsters and other living stuff that heals or regenarates hp or sp,
224these contain the fractional part of any healing that couldn't be applied
225to hp and sp yet.
222 226
223=back 227=back
224 228
225=head3 Flags 229=head3 Flags
226 230
629=back 633=back
630 634
631=head3 B<CLOCK> - type 9 - Clocks 635=head3 B<CLOCK> - type 9 - Clocks
632 636
633This type of objects just display the time when being applied. 637This type of objects just display the time when being applied.
638
639=head3 B<VEIN> - type 10 - item veins for mining
640
641Provides a place to apply to mining skill to.
642
643=item I<other_arch> <archname>
644
645The architecture to create on a successful mine.
646
647=item I<food> <number>
648
649The number of items to produce from this vein.
650
651=item I<ac> <percentage>
652
653The base chance of getting an item.
654
655=item I<race> <identifier>
656
657Race of required extraction tools.
658
659=back
634 660
635=head3 B<LIGHTNING> - type 12 - Lightnings (DEPRECATED: see B<SPELL_EFFECT> subtype SP_BOLT) 661=head3 B<LIGHTNING> - type 12 - Lightnings (DEPRECATED: see B<SPELL_EFFECT> subtype SP_BOLT)
636 662
637This is a spell effect of a moving bolt. It moves straigt forward 663This is a spell effect of a moving bolt. It moves straigt forward
638through the map until something blocks it. 664through the map until something blocks it.
1004 1030
1005=over 4 1031=over 4
1006 1032
1007=item I<subtype> <skill number> 1033=item I<subtype> <skill number>
1008 1034
1009=item I<weapontype> <type of tool>
1010
1011The type of weapon or ranged item compatible with this skill (For ranged
1012and combat attacks).
1013
1014=item I<skill> <string> 1035=item I<skill> <string>
1015 1036
1016The skill identifier used by other items, usually the skill name 1037The skill identifier used by other items, usually the skill name
1017 1038
1018=item I<level> <percentage> 1039=item I<level> <percentage>
1024Base amount of experience in a skill, for skills not starting at zero. 1045Base amount of experience in a skill, for skills not starting at zero.
1025 1046
1026=item I<expmul> <float> 1047=item I<expmul> <float>
1027 1048
1028Experience is multiplied by this factor. 1049Experience is multiplied by this factor.
1050
1051=item I<cached_sp> <integer>
1052
1053Used internally by the server (cannot be used in files).
1029 1054
1030=back 1055=back
1031 1056
1032=head3 B<DRINK> - type 54 - Drinkable stuff 1057=head3 B<DRINK> - type 54 - Drinkable stuff
1033 1058

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines