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.38 by root, Mon Apr 5 16:24:59 2010 UTC

630 630
631=head3 B<CLOCK> - type 9 - Clocks 631=head3 B<CLOCK> - type 9 - Clocks
632 632
633This type of objects just display the time when being applied. 633This type of objects just display the time when being applied.
634 634
635=head3 B<VEIN> - type 10 - item veins for mining
636
637Provides a place to apply to mining skill to.
638
639=item I<other_arch> <archname>
640
641The architecture to create on a successful mine.
642
643=item I<food> <number>
644
645The number of items to produce from this vein.
646
647=item I<ac> <percentage>
648
649The base chance of getting an item.
650
651=item I<race> <identifier>
652
653Race of required extraction tools.
654
655=back
656
635=head3 B<LIGHTNING> - type 12 - Lightnings (DEPRECATED: see B<SPELL_EFFECT> subtype SP_BOLT) 657=head3 B<LIGHTNING> - type 12 - Lightnings (DEPRECATED: see B<SPELL_EFFECT> subtype SP_BOLT)
636 658
637This is a spell effect of a moving bolt. It moves straigt forward 659This is a spell effect of a moving bolt. It moves straigt forward
638through the map until something blocks it. 660through the map until something blocks it.
639If FLAG_REFLECTING is set it even reflects on walls. 661If FLAG_REFLECTING is set it even reflects on walls.
1003This type is basically for representing skills in the game. 1025This type is basically for representing skills in the game.
1004 1026
1005=over 4 1027=over 4
1006 1028
1007=item I<subtype> <skill number> 1029=item I<subtype> <skill number>
1008
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 1030
1014=item I<skill> <string> 1031=item I<skill> <string>
1015 1032
1016The skill identifier used by other items, usually the skill name 1033The skill identifier used by other items, usually the skill name
1017 1034

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines