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

File Contents

# Content
1 object cactus1
2 name cactus
3 name_pl cacti
4 face cactus1.x11
5 move_slow walk
6 move_slow_penalty 1
7 no_pick 1
8 is_wooded 1
9 end
10
11 object cactus2
12 inherit cactus1
13 name cactus
14 face cactus2.x11
15 end
16
17 object cactus3
18 inherit cactus1
19 name cactus
20 face cactus3.x11
21 end
22