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.54 by root, Wed Oct 7 19:55:55 2009 UTC vs.
Revision 1.55 by root, Sun Oct 11 17:00:44 2009 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. If you want the player to have to drop a specific amount of money use "money". See also the "drop amount" attribute.', 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. If the string starts with \'match \', then it is interpreted as a match expression (e.g. \'match type=POTION\', or \'match type=SPELL in applied type=CONTAINER in inv in originator\'). For details, see http://pod.tst.eu/http://cvs.schmorp.de/deliantra/server/lib/cf/match.pm',
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. If you want the player to have to drop a specific amount of money use "money". See also the "drop amount" attribute.', 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. If the string starts with \'match \', then it is interpreted as a match expression (e.g. \'match type=POTION\', or \'match type=SPELL in applied type=CONTAINER in inv in originator\'). For details, see http://pod.tst.eu/http://cvs.schmorp.de/deliantra/server/lib/cf/match.pm',
592 name => 'match item name', 592 name => 'match item name',
593 type => 'string' 593 type => 'string'
594 } 594 }
595 ], 595 ],
596 [ 596 [
3020 name => 'reconsecrate level', 3020 name => 'reconsecrate level',
3021 type => 'int' 3021 type => 'int'
3022 } 3022 }
3023 ] 3023 ]
3024 ], 3024 ],
3025 desc => 'Holy_altars are altars for the various religions. Praying at a Holy_altar will make you a follower of that god, and if you already follow that god, you may get some extra bonus.', 3025 desc => 'Holy Altars are altars for the various religions. Praying at a Holy_altar will make you a follower of that god, and if you already follow that god, you may get some extra bonus.',
3026 ignore => [ 3026 ignore => [
3027 $IGNORE_LIST{non_pickable} 3027 $IGNORE_LIST{non_pickable}
3028 ], 3028 ],
3029 name => 'Holy Altar' 3029 name => 'Holy Altar'
3030 }, 3030 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines