ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grass.arc
(Generate patch)

Comparing deliantra/arch/ground/grass.arc (file contents):
Revision 1.8 by root, Sun Mar 11 00:15:19 2007 UTC vs.
Revision 1.9 by root, Sat Apr 28 18:17:52 2007 UTC

1object grass 1object grass
2race /terrain/plains 2race /terrain/plains
3face grass.x11 3face grass.x11
4type 67 4type 67
5smoothlevel 40
6move_block swim boat 5move_block swim boat
7move_on walk 6move_on walk
8move_slow walk 7move_slow walk
9move_slow_penalty 1 8move_slow_penalty 1
10no_pick 1 9no_pick 1
11is_floor 1 10is_floor 1
12is_wooded 1 11is_wooded 1
13editable 8 12editable 8
14magicmap green 13magicmap green
14randomitems grass
15treasure_env 1
16smoothlevel 40
15smoothface grass.x11 grass_S.x11 17smoothface grass.x11 grass_S.x11
16end 18end
17 19
18object grass_only 20object grass_only
19name grass 21name grass
20face grass.x11 22face grass.x11
21type 67 23type 67
22smoothlevel 40
23move_block swim boat 24move_block swim boat
24move_on walk 25move_on walk
25move_slow walk 26move_slow walk
26move_slow_penalty 1 27move_slow_penalty 1
27no_pick 1 28no_pick 1
28is_floor 1 29is_floor 1
29is_wooded 1 30is_wooded 1
30editable 8 31editable 8
31magicmap green 32magicmap green
33smoothlevel 40
32smoothface grass.x11 grass_S.x11 34smoothface grass.x11 grass_S.x11
33end 35end
34 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines