ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Wood/jungle_2.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:18 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: +12 -10 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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