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.3 by pippijn, Wed Jan 3 20:22:13 2007 UTC vs.
Revision 1.8 by root, Sun Mar 11 00:15:19 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines