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.1.2 by elmex, Wed Feb 22 18:03:49 2006 UTC vs.
Revision 1.12 by root, Sat Oct 16 09:17:20 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines