ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/desert.arc
Revision: 1.10
Committed: Sat Apr 28 18:47:34 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.9: +3 -1 lines
Log Message:
more treasures, the desert became pretty lively...

File Contents

# User Rev Content
1 root 1.6 object desert
2 root 1.7 race /terrain/desert
3 pippijn 1.2 face desert.x11
4 root 1.1 type 67
5 root 1.7 move_block swim boat
6     move_on walk
7     move_slow walk
8     move_slow_penalty 1
9 root 1.1 no_pick 1
10 root 1.7 is_floor 1
11 root 1.5 is_wooded 1
12 root 1.1 editable 8
13 root 1.10 randomitems desert
14     treasure_env 1
15 root 1.8 magicmap green
16 root 1.10 smoothlevel 37
17 pippijn 1.3 smoothface desert.x11 desert_S.x11
18 root 1.1 end
19 root 1.7