ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.15
Committed: Sat Oct 16 09:18:33 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +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.8 object wraith
2 root 1.6 anim
3     wraith.x11
4     wraith.x12
5     wraith.x13
6     mina
7 root 1.13 inherit class_undead_monster
8 root 1.9 race undead
9     face wraith.x11
10     con 2
11     wis 10
12 root 1.14 int 4
13 root 1.1 hp 40
14     maxhp 40
15 root 1.9 exp 120
16     dam 30
17 root 1.7 wc -5
18 root 1.9 ac 2
19 root 1.1 speed 0.16
20 root 1.9 level 8
21 root 1.1 attacktype 528
22 root 1.9 resist_fire -100
23 root 1.7 resist_cold 50
24 root 1.1 resist_fear 100
25     resist_blind 60
26 root 1.9 weight 700
27     randomitems wraith
28     alive 1
29     no_pick 1
30     monster 1
31 root 1.1 undead 1
32 root 1.9 sleep 1
33 root 1.1 can_see_in_dark 1
34 root 1.9 one_hit 1
35 root 1.1 end
36 root 1.9