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

# Content
1 object barrel
2 name_pl barrels
3 face barrel.x11
4 materialname wood
5 weight 100000
6 client_type 8002
7 move_type walk
8 move_block all
9 can_roll 1
10 end
11
12 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