ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/indoor/barrel.arc
Revision: 1.13
Committed: Sat Oct 16 09:17:32 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +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.6 object barrel
2 root 1.7 name_pl barrels
3 pippijn 1.2 face barrel.x11
4 root 1.7 materialname wood
5 root 1.1 weight 100000
6 root 1.7 client_type 8002
7     move_type walk
8     move_block all
9 root 1.1 can_roll 1
10     end
11 root 1.7
12 root 1.10 object barrel2
13     name barrel
14     name_pl barrels
15     face barrel2.x11
16     materialname wood
17     weight 120000
18     client_type 8002
19     move_type walk
20     move_block all
21     can_roll 1
22     end
23