ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/cobbles.arc
Revision: 1.2
Committed: Sat Oct 16 09:17:09 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -6 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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