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.70 by elmex, Tue Mar 30 19:34:58 2010 UTC vs.
Revision 1.71 by elmex, Tue Apr 6 08:06:51 2010 UTC

2477 name => 'unique map', 2477 name => 'unique map',
2478 type => 'bool' 2478 type => 'bool'
2479 } 2479 }
2480 ], 2480 ],
2481 [ 2481 [
2482 'buildable', 2482 'is_buildable',
2483 { 2483 {
2484 desc => 'A buildable can be built upon. This is usually used in combination with the unique attribute for player apartments or guild storages. But it\'s use is not limited to private maps.', 2484 desc => 'A buildable can be built upon. This is usually used in combination with the unique attribute for player apartments or guild storages. But it\'s use is not limited to private maps.',
2485 name => 'buildable', 2485 name => 'buildable',
2486 type => 'bool' 2486 type => 'bool'
2487 } 2487 }
2596 name => 'unique map', 2596 name => 'unique map',
2597 type => 'bool' 2597 type => 'bool'
2598 } 2598 }
2599 ], 2599 ],
2600 [ 2600 [
2601 'buildable', 2601 'is_buildable',
2602 { 2602 {
2603 desc => 'A buildable can be built upon. This is usually used in combination with the unique attribute for player apartments or guild storages. But it\'s use is not limited to private maps.', 2603 desc => 'A buildable can be built upon. This is usually used in combination with the unique attribute for player apartments or guild storages. But it\'s use is not limited to private maps.',
2604 name => 'buildable', 2604 name => 'buildable',
2605 type => 'bool' 2605 type => 'bool'
2606 } 2606 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines