ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/Data.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/Data.pm (file contents):
Revision 1.38 by elmex, Wed Apr 9 13:24:24 2008 UTC vs.
Revision 1.39 by elmex, Thu Apr 10 06:42:19 2008 UTC

529 } 529 }
530 ], 530 ],
531 [ 531 [
532 'slaying', 532 'slaying',
533 { 533 {
534 desc => 'This string specifies the item that must be put on the altar to activate it. It can either be the name of an archetype, or directly the name of an object. Yet, titles are not recognized by altars. Remember to put a note somewhere, telling the player what he is expected to drop on the altar. (Often this is put in the altar\'s name: E.g. "drop 100 platinums")', 534 desc => 'This string specifies the item that must be put on the altar to activate it. It can either be the name of an archetype, or directly the name of an object. Yet, titles are not recognized by altars. If you want the player to have to drop a specific amount of money use "money". See also the "drop amount" attribute.',
535 name => 'match item name', 535 name => 'match item name',
536 type => 'string' 536 type => 'string'
537 } 537 }
538 ], 538 ],
539 [ 539 [
586 } 586 }
587 ], 587 ],
588 [ 588 [
589 'slaying', 589 'slaying',
590 { 590 {
591 desc => 'This string specifies the item that must be put on the altar to activate it. It can either be the name of an archetype, or directly the name of an object. Yet, titles are not recognized by altars. Remember to put a note somewhere, telling the player what he is expected to drop on the altar. (Often this is put in the altar\'s name: E.g. "drop 100 platinums")', 591 desc => 'This string specifies the item that must be put on the altar to activate it. It can either be the name of an archetype, or directly the name of an object. Yet, titles are not recognized by altars. If you want the player to have to drop a specific amount of money use "money". See also the "drop amount" attribute.',
592 name => 'match item name', 592 name => 'match item name',
593 type => 'string' 593 type => 'string'
594 } 594 }
595 ], 595 ],
596 [ 596 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines