ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/boulder.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:00 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +0 -3 lines
Log Message:
remove editable field, elmey says so

File Contents

# Content
1 # old stone boulder
2 object boulder
3 face boulder.x11
4 magicmap grey
5 type 79
6 weight 1000000
7 move_type walk
8 move_block all
9 no_pick 1
10 can_roll 1
11 end
12
13 object boulder_lava
14 face boulder_lava.x11
15 magicmap grey
16 type 79
17 weight 1000000
18 move_type walk
19 move_block all
20 no_pick 1
21 can_roll 1
22 end
23
24 object boulder_steel
25 face boulder_steel.x11
26 magicmap grey
27 type 79
28 weight 1000000
29 move_type walk
30 move_block all
31 no_pick 1
32 can_roll 1
33 end
34