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.47 by elmex, Sun Oct 5 14:19:43 2008 UTC vs.
Revision 1.48 by elmex, Sun Nov 30 21:09:46 2008 UTC

1165 'slaying', 1165 'slaying',
1166 { 1166 {
1167 desc => 'This is the key string of the book. The key string is checked by an inventory checker. (This is used eg. for the gate/port passes in scorn)', 1167 desc => 'This is the key string of the book. The key string is checked by an inventory checker. (This is used eg. for the gate/port passes in scorn)',
1168 name => 'key string', 1168 name => 'key string',
1169 type => 'string' 1169 type => 'string'
1170 }
1171 ],
1172 [
1173 'no_skill_ident',
1174 {
1175 desc => 'If this flag is true the player won\'t be able to identify this item with by using a skill.',
1176 name => 'no skill ident',
1177 type => 'bool'
1170 } 1178 }
1171 ] 1179 ]
1172 ], 1180 ],
1173 desc => 'Applying a book, the containing message is displayed to the player.', 1181 desc => 'Applying a book, the containing message is displayed to the player.',
1174 name => 'Book' 1182 name => 'Book'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines