ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/indoor/barrel.arc
Revision: 1.11
Committed: Sat Oct 31 18:40:11 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -2 lines
Log Message:
minor maps

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.11 magicmap brown
5 root 1.7 materialname wood
6 root 1.1 weight 100000
7 root 1.7 client_type 8002
8     move_type walk
9     move_block all
10 root 1.1 can_roll 1
11     editable 128
12     end
13 root 1.7
14 root 1.10 object barrel2
15     name barrel
16     name_pl barrels
17     face barrel2.x11
18 root 1.11 magicmap brown
19 root 1.10 materialname wood
20     weight 120000
21     client_type 8002
22     move_type walk
23     move_block all
24     can_roll 1
25     editable 128
26     end
27