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

File Contents

# User Rev Content
1 root 1.7 object farmland
2 pippijn 1.3 face farmland.x11
3 root 1.1 type 67
4 root 1.8 smoothlevel 35
5     move_block swim boat
6     move_on walk
7     move_slow walk
8     move_slow_penalty 1
9     no_pick 1
10 root 1.6 is_floor 1
11 root 1.8 is_wooded 1
12 root 1.6 color_fg green
13 root 1.8 editable 8
14 root 1.6 smoothface farmland.x11 empty_S.x11
15 root 1.1 end
16 root 1.8