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

File Contents

# User Rev Content
1 root 1.1 object soccergrass1
2     name grass
3     race /terrain/plains
4     face soccergrass.x11
5     magicmap green
6     smoothlevel 40
7     smoothface soccergrass.x11 grass_S.x11
8     type 67
9     move_block swim boat
10     move_on walk
11     move_slow -all
12     move_slow_penalty 1
13     no_pick 1
14     is_floor 1
15     is_wooded 1
16     editable 8
17     end
18    
19     object soccergrass2
20     name grass
21     race /terrain/plains
22     face soccergrass.x12
23     magicmap green
24     smoothlevel 40
25     smoothface soccergrass.x12 grass_S.x11
26     type 67
27     move_block swim boat
28     move_on walk
29     move_slow -all
30     move_slow_penalty 1
31     no_pick 1
32     is_floor 1
33     is_wooded 1
34     editable 8
35     end
36    
37     object soccergrass3
38     name painted grass
39     race /terrain/plains
40     face soccergrass.x13
41     magicmap white
42     smoothlevel 40
43     smoothface soccergrass.x13 grass_S.x11
44     type 67
45     move_block swim boat
46     move_on walk
47     move_slow -all
48     move_slow_penalty 1
49     no_pick 1
50     is_floor 1
51     is_wooded 1
52     editable 8
53     end
54