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.52 by elmex, Tue Jan 20 11:07:21 2009 UTC vs.
Revision 1.53 by root, Tue Oct 6 17:49:42 2009 UTC

408 } 408 }
409 ], 409 ],
410 [ 410 [
411 'blocksview', 411 'blocksview',
412 { 412 {
413 desc => 'If an item is set to block view, players (and monsters) cannot see byond it unless they cross it or manage to stand ontop.', 413 desc => 'If an item is set to block view, players (and monsters) cannot see beyond it unless they cross it or manage to stand ontop.',
414 name => 'block view', 414 name => 'block view',
415 type => 'bool' 415 type => 'bool'
416 } 416 }
417 ], 417 ],
418 [ 418 [
2447 } 2447 }
2448 ], 2448 ],
2449 [ 2449 [
2450 'unique', 2450 'unique',
2451 { 2451 {
2452 desc => 'Unique floor means that any items dropped on that spot will be saved byond map reset. For permanent apartments, all floor tiles must be set <unique map>.', 2452 desc => 'Unique floor means that any items dropped on that spot will be saved beyond map reset. For permanent apartments, all floor tiles must be set <unique map>.',
2453 name => 'unique map', 2453 name => 'unique map',
2454 type => 'bool' 2454 type => 'bool'
2455 } 2455 }
2456 ], 2456 ],
2457 [ 2457 [
2558 } 2558 }
2559 ], 2559 ],
2560 [ 2560 [
2561 'unique', 2561 'unique',
2562 { 2562 {
2563 desc => 'Unique floor means that any items dropped on that spot will be saved byond map reset. For permanent apartments, all floor tiles must be set <unique map>.', 2563 desc => 'Unique floor means that any items dropped on that spot will be saved beyond map reset. For permanent apartments, all floor tiles must be set <unique map>.',
2564 name => 'unique map', 2564 name => 'unique map',
2565 type => 'bool' 2565 type => 'bool'
2566 } 2566 }
2567 ], 2567 ],
2568 [ 2568 [
2908 } 2908 }
2909 ], 2909 ],
2910 [ 2910 [
2911 'unique', 2911 'unique',
2912 { 2912 {
2913 desc => 'Unique floor means that any items dropped on that spot will be saved byond map reset. For permanent apartments, all floor tiles must be set <unique map>.', 2913 desc => 'Unique floor means that any items dropped on that spot will be saved beyond map reset. For permanent apartments, all floor tiles must be set <unique map>.',
2914 name => 'unique map', 2914 name => 'unique map',
2915 type => 'bool' 2915 type => 'bool'
2916 } 2916 }
2917 ] 2917 ]
2918 ], 2918 ],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines