ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Mountain/mountain1.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:19 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 object mountain
2 root 1.1 name mountains
3 root 1.8 race /terrain/mountain
4 pippijn 1.3 face mountain1.x11
5 root 1.1 type 67
6 root 1.8 smoothlevel 100
7     move_block swim boat
8     move_on walk
9     move_slow walk
10     move_slow_penalty 5
11 root 1.1 no_pick 1
12     blocksview 1
13 root 1.8 is_floor 1
14 root 1.1 is_hilly 1
15     editable 8
16 root 1.9 magicmap grey
17 pippijn 1.4 smoothface mountain1.x11 mountain_S.x11
18 root 1.1 end
19 root 1.8