ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/grass.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:20 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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