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.51 by elmex, Tue Jan 13 12:49:24 2009 UTC vs.
Revision 1.52 by elmex, Tue Jan 20 11:07:21 2009 UTC

3443 { 3443 {
3444 desc => 'This field sets the glow radius of the lamp if it is enabled. If you want to make a lamp that is already burning set the "glow radius" field.', 3444 desc => 'This field sets the glow radius of the lamp if it is enabled. If you want to make a lamp that is already burning set the "glow radius" field.',
3445 name => 'enabled glow radius', 3445 name => 'enabled glow radius',
3446 type => 'int' 3446 type => 'int'
3447 } 3447 }
3448 ],
3449 [
3450 'level',
3451 {
3452 desc => 'If this field specyfies the cursed effect\'s level. If it is 0 no cursed effect will be generate. See also the "cursed" flag.',
3453 name => 'level',
3454 type => 'int'
3455 }
3456 ],
3457 [
3458 'cursed',
3459 {
3460 desc => 'Cursed lamps, which have a level above 0, explode if the player applies them.',
3461 name => 'cursed',
3462 type => 'bool'
3463 }
3448 ] 3464 ]
3449 ], 3465 ],
3450 desc => 'Lamps are carryable light sources for players with a fuel tank.', 3466 desc => 'Lamps are carryable light sources for players with a fuel tank.',
3451 name => 'Lamp' 3467 name => 'Lamp'
3452 }, 3468 },
6881 'range', 6897 'range',
6882 { 6898 {
6883 desc => 'This field sets the glow radius of the torch if it is enabled. If you want to make a torch that is already burning set the "glow radius" field.', 6899 desc => 'This field sets the glow radius of the torch if it is enabled. If you want to make a torch that is already burning set the "glow radius" field.',
6884 name => 'enabled glow radius', 6900 name => 'enabled glow radius',
6885 type => 'int' 6901 type => 'int'
6902 }
6903 ],
6904 [
6905 'level',
6906 {
6907 desc => 'If this field specyfies the cursed effect\'s level. If it is 0 no cursed effect will be generate. See also the "cursed" flag.',
6908 name => 'level',
6909 type => 'int'
6910 }
6911 ],
6912 [
6913 'cursed',
6914 {
6915 desc => 'Cursed torches, which have a level above 0, explode if the player applies them.',
6916 name => 'cursed',
6917 type => 'bool'
6886 } 6918 }
6887 ] 6919 ]
6888 ], 6920 ],
6889 desc => 'Torches are a special kind of Lamp, they are worn out by repeatedly lightening them up (when the is_lightable flag is set) and otherwise they can only be used once.', 6921 desc => 'Torches are a special kind of Lamp, they are worn out by repeatedly lightening them up (when the is_lightable flag is set) and otherwise they can only be used once.',
6890 name => 'Torch' 6922 name => 'Torch'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines