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

File Contents

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