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.1 by root, Mon Feb 6 20:26:12 2006 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:22:30 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines