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.4 by elmex, Mon Dec 18 16:53:04 2006 UTC vs.
Revision 1.13 by elmex, Wed Dec 20 13:07:13 2006 UTC

94 94
95If the object is on the active list and speed_left is lower or 95If the object is on the active list and speed_left is lower or
96equal to 0 the absolute value of the speed field is added to speed_left 96equal to 0 the absolute value of the speed field is added to speed_left
97on the end of the tick. 97on the end of the tick.
98 98
99This means: the lower the speed field is (but still above MIN_ACTIVE_SPEED)
100the more seldom the object is processed. And the higher the speed field is
101the more often the object is processed.
102
99=item no_drop (0|1) 103=item no_drop (0|1)
100 104
101Sets the flag FLAG_NO_DROP. 105Sets the flag FLAG_NO_DROP.
102See Flags section below. 106See Flags section below.
103 107
112See Flags section below. 116See Flags section below.
113 117
114=item auto_apply (0|1) 118=item auto_apply (0|1)
115 119
116Sets the flag FLAG_AUTO_APPLY. 120Sets the flag FLAG_AUTO_APPLY.
121See Flags section below.
122
123=item no_steal (0|1)
124
125Sets the flag FLAG_NO_STEAL.
126See Flags section below.
127
128=item reflecting (0|1)
129
130Sets the flag FLAG_REFLECTING.
131See Flags section below.
132
133=item reflect_spell (0|1)
134
135Sets the flag FLAG_REFL_SPELL.
136See Flags section below.
137
138=item no_skill_ident (0|1)
139
140Sets the flag FLAG_NO_SKILL_IDENT.
141See Flags section below.
142
143=item activate_on_push (0|1) (default: 1)
144
145Sets the flag FLAG_ACTIVATE_ON_PUSH.
146See Flags section below.
147
148=item activate_on_release (0|1) (default: 1)
149
150Sets the flag FLAG_ACTIVATE_ON_RELEASE.
117See Flags section below. 151See Flags section below.
118 152
119=item editable (more than deprecated) 153=item editable (more than deprecated)
120 154
121This field had a special meaning for crossedit, which used parts 155This field had a special meaning for crossedit, which used parts
162or other objects that have the flags FLAG_GENERATOR and FLAG_CONTENT_ON_GEN set. 196or other objects that have the flags FLAG_GENERATOR and FLAG_CONTENT_ON_GEN set.
163 197
164=item FLAG_AUTO_APPLY 198=item FLAG_AUTO_APPLY
165 199
166This flag has currently only meaning for the TREASURE type, see below. 200This flag has currently only meaning for the TREASURE type, see below.
201
202=item FLAG_ACTIVATE_ON_PUSH
203
204This flag has only meaning for objects that can be linked together
205with the 'connected' field and controls wether the object should
206be activated when the connection is 'pushed' or it is 'released'.
207
208This flag is by default on.
209
210=item FLAG_ACTIVATE_ON_RELEASE
211
212This flag has only meaning for objects that can be linked together
213with the 'connected' field and controls wether the object should
214be activated when the connection is 'pushed' or it is 'released'.
215
216This flag is by default on.
217
218=item FLAG_NO_STEAL
219
220When this flag is set this object can't be stolen. The flag will be
221resetted once the object is placed on a map.
222
223When this flag is set on a monster it can defent attempts of stealing
224(but in this context the flag is only used internally).
225
226=item FLAG_NO_SKILL_IDENT
227
228This flag is mostly used internal and prevents unidentified objects
229(objects which don't have FLAG_IDENTIFIED set) being identified by
230skills.
231
232This flag is used to mark objects to never being identified by a skill
233once a player failed to identify an object. So that multiple tries
234of identifying aren't more effective than one.
235
236=item FLAG_REFLECTING
237
238This flag is used by spell effects (eg. SP_BOLT), THROWN_OBJ and ARROW
239to indicate whether this object reflects off walls.
240
241=item FLAG_REFL_SPELL
242
243This flag indicates whether something reflects spells, like spell reflecting
244amuletts.
167 245
168=back 246=back
169 247
170=head2 Description of type specific attributes 248=head2 Description of type specific attributes
171 249
301with the treasurelist specified here. (I guess it's highly undefined what 379with the treasurelist specified here. (I guess it's highly undefined what
302happens if there is not a spell in the potions inventory). 380happens if there is not a spell in the potions inventory).
303 381
304=item on_use_yield <archetype> 382=item on_use_yield <archetype>
305 383
306When this object is applied this object will be created. 384When this object is applied an instance of <archetype> will be created.
307This field is also used by FOOD and POISON.
308 385
309=item subtypes <potion subtype> 386=item subtypes <potion subtype>
310 387
311see include/spells.h for possible potion subtypes, there are currently 4: 388see include/spells.h for possible potion subtypes, there are currently 4:
312 389
331Unused, default behaiour of a potion. 408Unused, default behaiour of a potion.
332 409
333=back 410=back
334 411
335=back 412=back
413
414=head3 FOOD - type 6 - Eatable stuff
415
416This is for objects that are representing general eatables like
417beef or bread.
418
419The main difference between FOOD, FLESH and DRINK is that they
420give different messages.
421
422The specialty of FLESH is that it inherits the resistancies of the
423monsters it was generated in and will let dragons raise their resistancies
424with that. If the monster has the POISON attacktype the FLESH
425will change into POISON.
426
427If a player runs low on food he will grab for FOOD, DRINK and POISON
428and if he doesn't find any of that he will start eating FLESH.
429
430=over 4
431
432=item title <string>
433
434If the food has a title or is cursed it is considered 'special', which means that the
435fields Str, Dex, Con, Int, Wis, Pow, resist_<resistancy>, hp and sp
436are interpreted and have further effects on the player.
437
438The higher the food field is the longer the improvement of the player lasts
439(except for hp and sp).
440
441=item food <number>
442
443This is the amount of food points the player gets when he eats this.
444
445=item on_use_yield <archetype>
446
447When this object is applied an instance of <archetype> will be created.
448
449=back
450
451=head3 POISON - type 7 - Poisonous stuff
452
453This type is for objects that can poison the player when drinking.
454When applied it will hit the attacked with AT_POISON and will create
455a POISONING object in the one who was hit.
456
457=over 4
458
459=item level <number>
460
461This field affects the propability of poisoning. The higher the level difference
462between the one who is hit and the poision the mose propable it is the attacked
463one will be poisoned.
464
465=item slaying <race>
466
467On poison this field has the usual meaning of 'slaying', when the
468ones race matches the slaying field the damage done by the poison
469is multiplied by 3.
470
471=item hp <number>
472
473This is the amount of damage the player will receive from applying this. The
474attacktype AT_POISON will be used to hit the player and the damage will
475determine the strenght, duration and depletion of stats of the poisoning. The
476created POISONING object which is being placed in the one who was attacked will
477get the damage from this field (which is maybe adjusted by slaying or the
478resistancies).
479
480=item food <number>
481
4821/4 of <number> will be drained from the players food.
483
484=item on_use_yield <archetype>
485
486When this object is applied an instance of <archetype> will be created.
487
488=back
489
490=head3 BOOK - type 8 - Readable books
491
492This type is basically for representing text books in the game.
493
494Reading a book also identifys it (if FLAG_NO_SKILL_IDENT is not set).
495
496=over 4
497
498=item msg <text>
499
500This is the contents of the book. When this field is unset
501at treasure generation a random text will be inserted.
502
503=item skill <skill name>
504
505The skill required to read this book. (The most resonable
506skill would be literacy).
507
508=item exp <number>
509
510The experience points the player get for reading this book.
511
512=item subtype <readable subtype>
513
514This field determines the type of the readable.
515Please see common/readable.C in the readable_message_types table.
516
517=back
518
519=head3 CLOCK - type 9 - Clocks
520
521This type of objects just display the time when being applied.
522
523=head3 LIGHTNING - type 12 - Lightnings (DEPRECATED, see SPELL_EFFECT subtype SP_BOLT)
524
525This is a spell effect of a moving bolt. It moves straigt forward
526through the map until something blocks it.
527If FLAG_REFLECTING is set it even reflects on walls.
528
529FLAG_IS_TURNABLE should be set on these objects.
530
531=over 4
532
533=item move_type <movetype>
534
535This field affects the move type with which the lightning moves through
536the map and which map cells will reflect or block it.
537
538=item attacktype <attacktype>
539
540The attacktype with which it hits the objects on the map.
541
542=item dam <number>
543
544The damage this bolt inflicts when it hits objects on the map.
545
546=item Dex <number>
547
548This is the fork percentage, it is reduced by 10 per fork.
549And the damage is halved on each fork.
550
551=item Con <number>
552
553This value is a percentage of which the forking lightning
554is deflected to the left. This value should be mostly used internally.
555
556=item duration <number>
557
558The duration the bolt stays on a map cell. This field is decreased each time
559the object is processed (see the meaning of speed and speed_left fields in
560the object general description).
561
562=item range <number>
563
564This is the range of the bolt, each space it advances this field is decreased.
565
566=back
567
336 568
337=head3 WEAPON - type 15 - Weapons 569=head3 WEAPON - type 15 - Weapons
338 570
339This type is for general hack and slash weapons like swords, maces 571This type is for general hack and slash weapons like swords, maces
340and daggers and and .... 572and daggers and and ....
478 FLAG_XRAYS 710 FLAG_XRAYS
479 FLAG_BLIND 711 FLAG_BLIND
480 FLAG_SEE_IN_DARK 712 FLAG_SEE_IN_DARK
481 FLAG_UNDEAD 713 FLAG_UNDEAD
482 714
715=head3 GRIMREAPER - type 28 - Grimreapers
716
717These type are mostly used for monsters, they give the
718monster the ability to dissapear after 10 hits with AT_DRAIN.
719
720=over 4
721
722=item value <number>
723
724This field stores the hits the monster did yet.
725
726=back
727
728=head3 DRINK - type 54 - Drinkable stuff
729
730See FOOD description.
731
732=head3 CHECK_INV - type 64 - Inventory checkers
733
734This object checks whether the player has a specific item in his
735inventory when he moves above the inventory checker. If the player has
736the item (or not, which can be controlled with a flag) a connection will be triggered.
737
738If you set move_block you can deny players and monsters to reach the space where
739the inventory checker is on, see 'move_block' description below.
740
741The conditions specified by hp, slaying and race are concationated with OR.
742So matching one of those conditions is enough.
743
744=over 4
745
746=item move_block <move type bitmask>
747
748If you set this field to block a movetype the move code will block any moves
749onto the space with the inventory checker, IF the moving object doesn't have
750(or has - if last_sp = 0) the item that the checker is searching for.
751
752=item last_sp (0|1)
753
754If last_sp is 1 'having' the item that is being checked for will
755activate the connection or make the space with the checker non-blocking.
756If last_sp is 0 'not having' the item will activate the connection
757or make the space with the checker non-blocking.
758
759=item last_heal (0|1)
760
761If last_heal is 1 the matching item will be removed if the inventory checker
762activates a connection and finds the item in the inventory.
763
764(A inventory checker that blocks a space won't remove anything from inventories)
765
766=item hp <number>
767
768If this field is not 0 the inventory checker will search for an object
769with the type id <number>.
770
771=item slaying <string>
772
773If this field is set the inventory checker will search for an object that
774has the same string in the slaying field (for example a key string of a key).
775
776=item race <string>
777
778If this field is set the inventory checker will search for an object which
779has the archetype name that matches <string>.
780
781=item connected <connection id>
782
783This is the connection that will be activated.
784
785=back
786
787=head3 FLESH - type 72 - Organs and body parts
788
789See FOOD description.
790
791=head3 MISC_OBJECT - type 79 - Misc. objects
792
793A type for any object that has no special behaviour.
794
795=head3 HOLE - type 94 - Holes
796
797Holes are holes in the ground where objects can fall through. When the hole
798opens and/or is completly open all objects above it fall through (more
799precisely: if their head is above the hole).
800
801Trapdoors can only transfer the one who falls through to other coordinates
802on the B<same> map.
803
804=over 4
805
806=item maxsp (0|1)
807
808This field negates the state of the connection: When maxsp is 1 the pit will
809open/close when the connection is deactivated. Otherwise it will open/close
810when the connection is activated. This field only has effect when the
811connection is triggered. So if you put a closed hole on a map, and the
812connection is deactivated, and maxsp is 1 the hole will remain closed until the
813connection was triggered once.
814
815=item connected <connection id>
816
817This is the connection id, which lets the hole opening or closing when
818activated. The flags FLAG_ACTIVATE_ON_PUSH and FLAG_ACTIVATE_ON_RELEASE control
819at which connection state the object is activated.
820
821For example: if FLAG_ACTIVATE_ON_RELEASE is set to 0 the hole won't react when
822the connection is released.
823
824=item wc <number> (internal)
825
826This is an internal flag. If it is greater than 0 it means that the hole is not
827yet fully open. More preciesly: this field is the animation-step and if it is
828set to the 'closed' step of the animation the hole is closed and if it is on
829the 'open' animation step (wc = 0), the hole is open.
830
831=item sp <number>
832
833The destination y coordinates on the same map.
834
835=item hp <number>
836
837The destination x coordinates on the same map.
838
839=back
840
841=head3 POISONING - type 105 - The poisoning of players and monsters
842
843This type is doing the actual damage to the ones who were attacked
844via AT_POISON (or drank POISON).
845
846The duration is handled via the FLAG_IS_USED_UP mechanism (please look
847there for details).
848
849=over 4
850
851=item dam <number>
852
853Each time the poisoning is processed (which is determined by the speed and speed_left
854fields, see the general object attributes above) it hits the player with
855<number> damage and the AT_INTERNAL attacktype (means: it will simply
856hit the player with no strings attached).
857
858=item food <number>
859
860Just a note: The posion is removed when food == 1 and not when
861the whole duration is up, because the POISONING code has to remove
862the poison-effects from the player before the FLAG_IS_USED_UP mechanism
863deletes the POISONING object.
864
865=back
866
483=head3 FORCE - type 114 - Forces 867=head3 FORCE - type 114 - Forces
484 868
485Forces are a very 'thin' type. They don't have much behaviour other than 869Forces are a very 'thin' type. They don't have much behaviour other than
486disappearing after a time and/or affecting the player if they are in his inventory. 870disappearing after a time and/or affecting the player if they are in his
871inventory.
487 872
488Forces only take effect on the player if they have set FLAG_APPLIED. 873Forces only take effect on the player if they have set FLAG_APPLIED.
489 874
490Whether the duration field is processed or not a tick is controlled via the 875Whether the duration field is processed or not a tick is controlled via the
491speed and speed_left field. Look above at the generic description of these 876speed and speed_left field. Look above at the generic description of these
492fields. 877fields.
493 878
879NOTE: Setting FLAG_IS_USED_UP on an force will also consider the 'food' field
880like stated above in the FLAG_IS_USED_UP description. BUT: If the food field reaches
8810 before duration and FLAG_APPLIED is set, the force will last for 'duration'.
882If the FLAG_APPLIED is not set the force is removed when food reaches 0.
883Generally this means: FLAG_IS_USED_UP doesn't have good semantics on forces.
884
494=over 4 885=over 4
495 886
496=item duration 887=item duration
497 888
498While this field is greater than 0 the force/object is not destroyed. 889While this field is greater than 0 the force/object is not destroyed. It is
499It is decreased each tick by 1. 890decreased each tick by 1.
500 891
501If it reaches 0 the force/object is destroyed. 892If it reaches 0 the force/object is destroyed.
502 893
503This field can have this meaning for B<any> object if that object has 894This field can have this meaning for B<any> object if that object has
504FLAG_IS_USED_UP and FLAG_APPLIED set. See the description of FLAG_IS_USED_UP 895FLAG_IS_USED_UP and FLAG_APPLIED set. See the description of FLAG_IS_USED_UP
506 897
507=back 898=back
508 899
509=head3 POTION_EFFECT - type 115 - Potion effects (resistancies) 900=head3 POTION_EFFECT - type 115 - Potion effects (resistancies)
510 901
511This object is generated by the POTION code when the potion is a 902This object is generated by the POTION code when the potion is a resistance
512resistance giving potion. It has mainly the same behaviour as a FORCE. 903giving potion. It has mainly the same behaviour as a FORCE.
513 904
514The specialty of the potion effect is that the resistancy it gives is absolute, 905The specialty of the potion effect is that the resistancy it gives is absolute,
515so if you drin a resistancy potion of fire+60 you will get 60% resistancy to fire. 906so if you drin a resistancy potion of fire+60 you will get 60% resistancy to
907fire.
516 908
517Multiple potion effects only give you the maximum of their resistancy. 909Multiple potion effects only give you the maximum of their resistancy.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines