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.37 by root, Wed Dec 26 18:26:15 2007 UTC vs.
Revision 1.38 by elmex, Wed Apr 9 13:24:24 2008 UTC

327 } 327 }
328 ], 328 ],
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. Take care if the archetype of the object has an animation! See also the \'animation\' attribute.',
333 name => 'image', 333 name => 'image',
334 type => 'string'
335 }
336 ],
337 [
338 'animation',
339 {
340 desc => 'The animation-name of the object. If you assign custom faces and the archetype defines an animation you can disable the animation of an archetype by setting this field to NONE.',
341 name => 'animation',
334 type => 'string' 342 type => 'string'
335 } 343 }
336 ], 344 ],
337 [ 345 [
338 'tag', 346 'tag',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines