ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/boulder.arc
Revision: 1.9
Committed: Fri Oct 23 03:51:55 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82
Changes since 1.8: +3 -3 lines
Log Message:
lots of arches

File Contents

# User Rev Content
1 root 1.8 # old stone boulder
2 root 1.6 object boulder
3 pippijn 1.2 face boulder.x11
4 root 1.9 magicmap grey
5 root 1.7 type 79
6 root 1.1 weight 1000000
7 root 1.7 move_type walk
8     move_block all
9     no_pick 1
10 root 1.5 can_roll 1
11 root 1.1 editable 128
12     end
13 root 1.7
14 root 1.8 object boulder_lava
15     face boulder_lava.x11
16 root 1.9 magicmap grey
17 root 1.8 type 79
18     weight 1000000
19     move_type walk
20     move_block all
21     no_pick 1
22     can_roll 1
23     editable 128
24     end
25    
26     object boulder_steel
27     face boulder_steel.x11
28 root 1.9 magicmap grey
29 root 1.8 type 79
30     weight 1000000
31     move_type walk
32     move_block all
33     no_pick 1
34     can_roll 1
35     editable 128
36     end
37