ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/cobbles.arc
Revision: 1.1
Committed: Sat May 8 21:26:15 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Log Message:
initial wassar check-in

File Contents

# User Rev Content
1 root 1.1 object cobbles_black
2     name cobblestones
3     face cobbles_black.x11
4     magicmap black
5     smoothlevel 30
6     smoothface cobbles_black.x11 black_border_S.x11
7     move_block swim boat
8     no_pick 1
9     is_floor 1
10     end
11    
12     object cobbles_blue
13     name cobblestones
14     face cobbles_blue.x11
15     magicmap light_blue
16     smoothlevel 30
17     smoothface cobbles_blue.x11 black_border_S.x11
18     move_block swim boat
19     no_pick 1
20     is_floor 1
21     end
22    
23     object cobbles_brown
24     name cobblestones
25     face cobbles_brown.x11
26     magicmap dark_orange
27     smoothlevel 30
28     smoothface cobbles_brown.x11 black_border_S.x11
29     move_block swim boat
30     no_pick 1
31     is_floor 1
32     end
33    
34     object cobbles_green
35     name cobblestones
36     face cobbles_green.x11
37     magicmap green
38     smoothlevel 30
39     smoothface cobbles_green.x11 black_border_S.x11
40     move_block swim boat
41     no_pick 1
42     is_floor 1
43     end
44    
45     object cobbles_red
46     name cobblestones
47     face cobbles_red.x11
48     magicmap red
49     smoothlevel 30
50     smoothface cobbles_red.x11 black_border_S.x11
51     move_block swim boat
52     no_pick 1
53     is_floor 1
54     end
55    
56     object cobbles_white
57     name cobblestones
58     face cobbles_white.x11
59     magicmap white
60     smoothlevel 30
61     smoothface cobbles_white.x11 black_border_S.x11
62     move_block swim boat
63     no_pick 1
64     is_floor 1
65     end
66