ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grasspond.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +7 -6 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object grasspond
2 root 1.1 name small pond
3     race /terrain/plains
4 pippijn 1.2 face grasspond.x11
5 root 1.7 type 67
6     smoothlevel 40
7     move_block swim boat
8     move_on walk
9 root 1.1 no_pick 1
10 root 1.7 is_floor 1
11 root 1.1 is_water 1
12 root 1.7 color_fg green
13 root 1.1 editable 8
14 pippijn 1.3 smoothface grasspond.x11 grass_S.x11
15 root 1.1 end
16 root 1.7