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.53 by root, Tue Oct 6 17:49:42 2009 UTC vs.
Revision 1.54 by root, Wed Oct 7 19:55:55 2009 UTC

3244 } 3244 }
3245 ] 3245 ]
3246 ] 3246 ]
3247 ] 3247 ]
3248 ] 3248 ]
3249 },
3250 Inscribable => {
3251 attr => [
3252 [
3253 'startequip',
3254 {
3255 desc => 'A godgiven item vanishes as soon as the player drops it to the ground.',
3256 name => 'godgiven item',
3257 type => 'bool'
3258 }
3259 ],
3260 [
3261 'unique',
3262 {
3263 desc => 'Unique items exist only one time on a server. If the item is taken, lost or destroyed - it\'s gone for good.',
3264 name => 'unique item',
3265 type => 'bool'
3266 }
3267 ],
3268 [
3269 'other_arch',
3270 {
3271 desc => 'This is the item created after being inscribed - scrolls are treated like spell scrolls, all else will have it\'s message replaced.',
3272 name => 'book/scroll arch',
3273 type => 'string'
3274 }
3275 ]
3276 ],
3277 desc => 'Inscribable Item - when inscribed, it becomes another object.',
3278 name => 'Inscribable'
3249 }, 3279 },
3250 'Inventory Checker' => { 3280 'Inventory Checker' => {
3251 attr => [ 3281 attr => [
3252 [ 3282 [
3253 'no_pick', 3283 'no_pick',
8032 101 => $TYPE{Spell}, 8062 101 => $TYPE{Spell},
8033 103 => $TYPE{Converter}, 8063 103 => $TYPE{Converter},
8034 104 => $TYPE{Bracers}, 8064 104 => $TYPE{Bracers},
8035 106 => $TYPE{Savebed}, 8065 106 => $TYPE{Savebed},
8036 109 => $TYPE{'Wand & Staff'}, 8066 109 => $TYPE{'Wand & Staff'},
8067 110 => $TYPE{Inscribable},
8037 111 => $TYPE{Scroll}, 8068 111 => $TYPE{Scroll},
8038 112 => $TYPE{Director}, 8069 112 => $TYPE{Director},
8039 113 => $TYPE{Girdle}, 8070 113 => $TYPE{Girdle},
8040 116 => $TYPE{'Event Connector'}, 8071 116 => $TYPE{'Event Connector'},
8041 122 => $TYPE{Container}, 8072 122 => $TYPE{Container},
8151 105 => 'POISONING', 8182 105 => 'POISONING',
8152 106 => 'SAVEBED', 8183 106 => 'SAVEBED',
8153 107 => 'POISONCLOUD', 8184 107 => 'POISONCLOUD',
8154 108 => 'FIREHOLES', 8185 108 => 'FIREHOLES',
8155 109 => 'WAND', 8186 109 => 'WAND',
8187 110 => 'INSCRIBABLE',
8156 111 => 'SCROLL', 8188 111 => 'SCROLL',
8157 112 => 'DIRECTOR', 8189 112 => 'DIRECTOR',
8158 113 => 'GIRDLE', 8190 113 => 'GIRDLE',
8159 114 => 'FORCE', 8191 114 => 'FORCE',
8160 115 => 'POTION_EFFECT', 8192 115 => 'POTION_EFFECT',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines