ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Wood/jungle_1.arc
Revision: 1.9
Committed: Sun Mar 11 15:36:56 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.8: +19 -0 lines
Log Message:
integrated face information with the .arc files

File Contents

# User Rev Content
1 root 1.6 object jungle_1
2 root 1.1 name jungle
3 root 1.7 race /terrain/jungle
4 pippijn 1.2 face jungle_1.x11
5 root 1.1 type 67
6 root 1.7 smoothlevel 129
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.7 is_floor 1
14 root 1.1 is_wooded 1
15     editable 8
16 root 1.8 magicmap green
17 root 1.7 smoothface jungle_1.x11 jungle_S.x11
18 root 1.1 end
19 root 1.7
20 pippijn 1.9 object bforest
21     name Dark Forest
22     race /terrain/jungle
23     face bforest.x11
24     type 67
25     smoothlevel 129
26     move_block swim boat
27     move_on walk
28     move_slow walk
29     move_slow_penalty 5
30     no_pick 1
31     blocksview 1
32     is_floor 1
33     is_wooded 1
34     magicmap green
35     editable 8
36     smoothface jungle_1.x11 jungle_S.x11
37     end
38