ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/cyangrass.arc
Revision: 1.9
Committed: Wed Oct 28 10:13:01 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.8: +6 -6 lines
Log Message:
add soccergrass

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.9 magicmap green
5     smoothlevel 45
6     smoothface cyangrass.x11 cyangrass_S.x11
7 root 1.1 type 67
8 root 1.7 move_on walk
9     move_slow walk
10     move_slow_penalty 1
11     no_pick 1
12 root 1.5 is_floor 1
13 root 1.7 is_wooded 1
14 root 1.1 editable 8
15     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.9 magicmap green
21     smoothlevel 45
22     smoothface cyangrass.x11 cyangrass_S.x11
23 root 1.1 type 67
24 root 1.7 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     end
32 root 1.7