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

File Contents

# User Rev Content
1 root 1.6 object cyangrass
2 root 1.7 race /terrain/plains
3 pippijn 1.2 face cyangrass.x11
4 root 1.9 smoothlevel 45
5     smoothface cyangrass.x11 cyangrass_S.x11
6 root 1.1 type 67
7 root 1.7 move_on walk
8     move_slow walk
9     move_slow_penalty 1
10     no_pick 1
11 root 1.5 is_floor 1
12 root 1.7 is_wooded 1
13 root 1.1 end
14 root 1.7
15 root 1.6 object cyangrass_only
16 root 1.1 name cyangrass
17 pippijn 1.2 face cyangrass.x11
18 root 1.9 smoothlevel 45
19     smoothface cyangrass.x11 cyangrass_S.x11
20 root 1.1 type 67
21 root 1.7 move_on walk
22     move_slow walk
23     move_slow_penalty 1
24     no_pick 1
25 root 1.5 is_floor 1
26 root 1.7 is_wooded 1
27 root 1.1 end
28 root 1.7