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.6 by root, Sat Mar 3 01:15:38 2007 UTC vs.
Revision 1.9 by root, Sat Apr 28 18:17:52 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines