ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/construct/town/t_house2_fant.arc
Revision: 1.7
Committed: Sat Oct 16 09:16:54 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -2 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.4 object t_house2_fant
2 root 1.1 name town house
3     face t_house2_fant.x11
4     type 66
5 root 1.5 client_type 25012
6     move_block all
7 root 1.1 no_pick 1
8     end
9 root 1.4 more
10     object t_house2_2_fant
11 root 1.1 name town house
12     face t_house2_fant.x11
13 root 1.5 x 1
14 root 1.1 type 66
15 root 1.5 move_block all
16 root 1.1 no_pick 1
17     end
18 root 1.4 more
19     object t_house2_3_fant
20 root 1.1 name town house
21     face t_house2_fant.x11
22 root 1.5 y 1
23 root 1.1 type 66
24 root 1.5 no_pick 1
25 root 1.1 end
26 root 1.4 more
27     object t_house2_4_fant
28 root 1.1 name town house
29     face t_house2_fant.x11
30 root 1.5 x 1
31     y 1
32 root 1.1 type 66
33     no_pick 1
34     end
35 root 1.5