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.58 by root, Wed Oct 21 00:20:16 2009 UTC vs.
Revision 1.59 by elmex, Thu Oct 22 06:07:50 2009 UTC

6971 use => 'Use gates to divide your maps into separated areas. After solving area A, the player gains access to area B, and so on. Make your maps more complex than "one-way".' 6971 use => 'Use gates to divide your maps into separated areas. After solving area A, the player gains access to area B, and so on. Make your maps more complex than "one-way".'
6972 }, 6972 },
6973 Torch => { 6973 Torch => {
6974 attr => [ 6974 attr => [
6975 [ 6975 [
6976 'is_lightable',
6977 {
6978 desc => 'This flag controls whether the torch can be lit up again using a lighter or whether it can only be used once, in which case they can be enabled by simply applying them without any special tools.',
6979 name => 'reignitable',
6980 type => 'bool'
6981 }
6982 ],
6983 [
6976 'food', 6984 'food',
6977 { 6985 {
6978 desc => 'This field specifies the burning duration of the torch.', 6986 desc => 'This field specifies the burning duration of the torch.',
6979 name => 'burning duration', 6987 name => 'burning duration',
6980 type => 'int' 6988 type => 'int'
7003 name => 'cursed', 7011 name => 'cursed',
7004 type => 'bool' 7012 type => 'bool'
7005 } 7013 }
7006 ] 7014 ]
7007 ], 7015 ],
7008 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.', 7016 desc => 'Torches are a special kind of Lamp that offer the option of lighting them up without using a lighter (These torches are usually called \'pyrophor torches\'. See also the \'reignitable\' setting). The other kind of torches, that are reignitable, can be put out and put on again using a lighter.',
7009 name => 'Torch' 7017 name => 'Torch'
7010 }, 7018 },
7011 Trap => { 7019 Trap => {
7012 attr => [ 7020 attr => [
7013 [ 7021 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines