ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/cyangrass.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: +15 -11 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object cyangrass
2 root 1.7 race /terrain/plains
3 pippijn 1.2 face cyangrass.x11
4 root 1.1 type 67
5 root 1.7 smoothlevel 45
6     move_on walk
7     move_slow walk
8     move_slow_penalty 1
9     no_pick 1
10 root 1.5 is_floor 1
11 root 1.7 is_wooded 1
12 root 1.5 color_fg green
13 root 1.1 editable 8
14 pippijn 1.3 smoothface cyangrass.x11 cyangrass_S.x11
15 root 1.1 end
16 root 1.7
17 root 1.6 object cyangrass_only
18 root 1.1 name cyangrass
19 pippijn 1.2 face cyangrass.x11
20 root 1.1 type 67
21 root 1.7 smoothlevel 45
22     move_on walk
23     move_slow walk
24     move_slow_penalty 1
25     no_pick 1
26 root 1.5 is_floor 1
27 root 1.7 is_wooded 1
28 root 1.5 color_fg green
29 root 1.1 editable 8
30 pippijn 1.3 smoothface cyangrass.x11 cyangrass_S.x11
31 root 1.1 end
32 root 1.7