ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Mountain/mountain_2.arc
Revision: 1.8
Committed: Tue Nov 3 09:48:49 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object mountain_2
2 root 1.1 name high mountain
3 pippijn 1.2 face mountain_2.x11
4 root 1.7 move_block swim boat
5     move_slow walk
6     move_slow_penalty 20
7 root 1.1 no_pick 1
8 root 1.7 blocksview 1
9     is_floor 1
10 root 1.5 is_hilly 1
11 root 1.1 magicmap grey
12     end
13 root 1.6 more
14     object mountain_2_2
15 root 1.1 name high mountain
16 pippijn 1.2 face mountain_2.x11
17 root 1.7 x 1
18     move_block swim boat
19     move_slow walk
20     move_slow_penalty 20
21 root 1.5 no_pick 1
22 root 1.1 blocksview 1
23     is_floor 1
24 root 1.7 is_hilly 1
25 root 1.1 magicmap grey
26     end
27 root 1.6 more
28     object mountain_2_3
29 root 1.1 name high mountain
30 pippijn 1.2 face mountain_2.x11
31 root 1.7 y 1
32     move_block swim boat
33     move_slow walk
34     move_slow_penalty 20
35 root 1.5 no_pick 1
36 root 1.1 blocksview 1
37     is_floor 1
38 root 1.7 is_hilly 1
39 root 1.1 magicmap grey
40     end
41 root 1.6 more
42     object mountain_2_4
43 root 1.1 name high mountain
44 pippijn 1.2 face mountain_2.x11
45 root 1.1 x 1
46     y 1
47 root 1.7 move_block swim boat
48     move_slow walk
49     move_slow_penalty 20
50     no_pick 1
51 root 1.1 blocksview 1
52     is_floor 1
53 root 1.7 is_hilly 1
54 root 1.1 magicmap grey
55     end
56 root 1.7