ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/ghost_gen.arc
Revision: 1.10
Committed: Sat Oct 16 09:18:33 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -1 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 generate_ghost
2 root 1.6 name generator
3 root 1.1 race undead
4     other_arch ghost
5 pippijn 1.2 face ghost_gen.x11
6 root 1.6 maxsp 1
7     exp 70
8     ac 5
9 root 1.4 speed 0.01
10 root 1.6 level 1
11     resist_cold 50
12     weight 25000
13 root 1.4 alive 1
14     no_pick 1
15 root 1.6 generator 1
16     undead 1
17 root 1.1 end
18 root 1.6