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.26 by elmex, Sat Mar 3 21:34:57 2007 UTC vs.
Revision 1.27 by elmex, Sun Apr 15 19:11:01 2007 UTC

5681 ignore => [ 5681 ignore => [
5682 $IGNORE_LIST{non_pickable} 5682 $IGNORE_LIST{non_pickable}
5683 ], 5683 ],
5684 name => 'Shop Floor', 5684 name => 'Shop Floor',
5685 use => 'Tile your whole shop-interior space which shop floor. (That assures players receive payment for dropping items). Place shop mats to enter/leave the shop, and make sure there is no other exit than the shop mat.' 5685 use => 'Tile your whole shop-interior space which shop floor. (That assures players receive payment for dropping items). Place shop mats to enter/leave the shop, and make sure there is no other exit than the shop mat.'
5686 },
5687 'Shop Inventory' => {
5688 attr => [
5689 [
5690 'shop_coords',
5691 {
5692 desc => 'The format of this field is: \'x1,y1,x2,y2\'. It defines a rectangle on the map that will be searched for unpaid items.',
5693 name => 'shop rectangle',
5694 type => 'string'
5695 }
5696 ]
5697 ],
5698 desc => 'The purpose of a sign is to display the contents of a shop.',
5699 ignore => [
5700 $IGNORE_LIST{non_pickable}
5701 ],
5702 name => 'Shop Inventory',
5703 use => 'Use these signs to present the player a list of the items in the shop'
5686 }, 5704 },
5687 'Shop Mat' => { 5705 'Shop Mat' => {
5688 attr => [ 5706 attr => [
5689 [ 5707 [
5690 'no_pick', 5708 'no_pick',
7457 113 => $TYPE{Girdle}, 7475 113 => $TYPE{Girdle},
7458 116 => $TYPE{'Event Connector'}, 7476 116 => $TYPE{'Event Connector'},
7459 122 => $TYPE{Container}, 7477 122 => $TYPE{Container},
7460 130 => $TYPE{'Skill Scroll'}, 7478 130 => $TYPE{'Skill Scroll'},
7461 138 => $TYPE{Swamp}, 7479 138 => $TYPE{Swamp},
7480 150 => $TYPE{'Shop Inventory'},
7462 154 => $TYPE{Rune}, 7481 154 => $TYPE{Rune},
7463 155 => $TYPE{Trap}, 7482 155 => $TYPE{Trap},
7464 156 => $TYPE{'Power Crystal'}, 7483 156 => $TYPE{'Power Crystal'},
7465 158 => $TYPE{Disease}, 7484 158 => $TYPE{Disease},
7466 163 => $TYPE{'Item Transformer'}, 7485 163 => $TYPE{'Item Transformer'},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines