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.9 by root, Sat Apr 28 18:17:52 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines