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.15 by root, Thu Mar 23 08:55:55 2006 UTC vs.
Revision 1.16 by root, Thu Mar 23 20:15:08 2006 UTC

63 movement_type => { 63 movement_type => {
64 0 => 'Walk', 64 0 => 'Walk',
65 1 => 'Fly Low', 65 1 => 'Fly Low',
66 2 => 'Fly High', 66 2 => 'Fly High',
67 3 => 'Swim', 67 3 => 'Swim',
68 4 => 'Boat' 68 4 => 'Boat',
69 16 => 'Other'
69 }, 70 },
70 pick_up => { 71 pick_up => {
71 0 => 'Nothing', 72 0 => 'Nothing',
72 1 => 'Wealth', 73 1 => 'Wealth',
73 2 => 'Food', 74 2 => 'Food',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines