ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grass.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:30 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +17 -13 lines
Log Message:
second normaliser run - dude

File Contents

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