ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grass.arc
Revision: 1.11
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

# Content
1 object grass
2 race /terrain/plains
3 face grass.x11
4 magicmap green
5 smoothlevel 40
6 smoothface grass.x11 grass_S.x11
7 type 67
8 randomitems grass
9 move_block swim boat
10 move_on walk
11 move_slow walk
12 move_slow_penalty 1
13 no_pick 1
14 is_floor 1
15 is_wooded 1
16 treasure_env 1
17 end
18
19 object grass_only
20 name grass
21 face grass.x11
22 magicmap green
23 smoothlevel 40
24 smoothface grass.x11 grass_S.x11
25 type 67
26 move_block swim boat
27 move_on walk
28 move_slow walk
29 move_slow_penalty 1
30 no_pick 1
31 is_floor 1
32 is_wooded 1
33 end
34