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.33 by elmex, Sun Aug 19 17:18:59 2007 UTC vs.
Revision 1.34 by root, Mon Sep 10 18:30:30 2007 UTC

329 [ 329 [
330 'face', 330 'face',
331 { 331 {
332 desc => 'The image-name defines what image is displayed for this object in-game.', 332 desc => 'The image-name defines what image is displayed for this object in-game.',
333 name => 'image', 333 name => 'image',
334 type => 'string'
335 }
336 ],
337 [
338 'tag',
339 {
340 desc => 'You can tag objects with an identifier. Tagged objects can be found quickly from their tag, which makes them useful to tag exits and refer to those by their name.',
341 name => 'tag',
334 type => 'string' 342 type => 'string'
335 } 343 }
336 ], 344 ],
337 [ 345 [
338 'nrof', 346 'nrof',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines