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.17 by root, Sun Mar 26 07:20:23 2006 UTC vs.
Revision 1.18 by root, Sun Mar 26 08:21:36 2006 UTC

350 } 350 }
351 ], 351 ],
352 [ 352 [
353 'value', 353 'value',
354 { 354 {
355 desc => 'Adds a certain value to the object: It will be worth that many times the default value from it\'s archetype (E.g. "value = 3" means three times worth the default value). Value for buying/selling will be further modified by various factors. Hence, testing values in-game is usually inevitable.', 355 desc => 'Determines the value of the object, in units of silver coins (one platinum coin == 50 silver coins). Value for buying/selling will be further modified by various factors. Hence, testing values in-game is usually inevitable.',
356 name => 'value', 356 name => 'value',
357 type => 'int' 357 type => 'int'
358 } 358 }
359 ], 359 ],
360 [ 360 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines