ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grass.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:19 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -2 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object grass
2 root 1.7 race /terrain/plains
3 pippijn 1.2 face grass.x11
4 root 1.1 type 67
5 root 1.7 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 root 1.5 is_floor 1
12 root 1.7 is_wooded 1
13 root 1.1 editable 8
14 root 1.8 magicmap green
15 pippijn 1.3 smoothface grass.x11 grass_S.x11
16 root 1.1 end
17 root 1.7
18 root 1.6 object grass_only
19 root 1.1 name grass
20 pippijn 1.2 face grass.x11
21 root 1.1 type 67
22 root 1.7 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 root 1.5 is_floor 1
29 root 1.7 is_wooded 1
30 root 1.1 editable 8
31 root 1.8 magicmap green
32 pippijn 1.3 smoothface grass.x11 grass_S.x11
33 root 1.1 end
34 root 1.7