ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Wood/darkforest.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +10 -8 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object darkforest
2 root 1.7 race /terrain/forest
3 pippijn 1.2 face darkforest.x11
4 root 1.1 type 67
5 root 1.7 smoothlevel 136
6     move_block swim boat
7     move_on walk
8     move_slow walk
9     move_slow_penalty 5
10 root 1.1 no_pick 1
11 root 1.7 blocksview 1
12     is_floor 1
13 root 1.5 is_wooded 1
14 root 1.7 color_fg green
15 root 1.5 editable 8
16 pippijn 1.3 smoothface darkforest.x11 darkforest_S.x11
17 root 1.1 end
18 root 1.7