ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/boulder.arc
Revision: 1.11
Committed: Sat Oct 16 09:17:41 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -3 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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