ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/desert.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +11 -9 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object desert
2     race /terrain/desert
3 pippijn 1.2 face desert.x11
4 root 1.1 type 67
5 root 1.4 smoothlevel 37
6     move_block swim boat
7     move_on all
8     move_slow walk
9     move_slow_penalty 1
10 root 1.1 no_pick 1
11 root 1.4 is_floor 1
12 root 1.1 is_wooded 1
13 root 1.4 color_bg yellow
14     color_fg green
15 root 1.1 editable 8
16 pippijn 1.3 smoothface desert.x11 desert_S.x11
17 root 1.1 end
18 root 1.4