ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/spalms.arc
Revision: 1.10
Committed: Sat Oct 16 09:17:28 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +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.5 object spalms1
2 root 1.1 name snow covered palms
3 root 1.6 race /terrain/forest
4 pippijn 1.2 face spalms1.x11
5 root 1.1 type 67
6 root 1.6 move_on walk
7     move_slow walk
8     move_slow_penalty 2
9 root 1.1 no_pick 1
10     is_wooded 1
11     end
12    
13 root 1.5 object spalms2
14 root 1.1 name snow covered palms
15 root 1.6 race /terrain/forest
16 pippijn 1.2 face spalms2.x11
17 root 1.1 type 67
18 root 1.6 move_on walk
19     move_slow walk
20     move_slow_penalty 2
21 root 1.1 no_pick 1
22     is_wooded 1
23     end
24 root 1.6