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

File Contents

# Content
1 object spectre
2 inherit class_undead_monster
3 name Spectre
4 race undead
5 face spectre.x11
6 wis 17
7 pow 35
8 int 4
9 hp 500
10 maxhp 500
11 maxsp 60
12 exp 100000
13 dam 15
14 wc 5
15 ac -5
16 speed 0.12
17 level 10
18 attacktype 17
19 resist_physical 50
20 resist_magic 50
21 resist_blind 90
22 invisible 1
23 randomitems spectre
24 pick_up 24
25 will_apply 2
26 alive 1
27 no_pick 1
28 monster 1
29 see_invisible 1
30 undead 1
31 can_cast_spell 1
32 can_use_scroll 1
33 can_use_ring 1
34 sleep 1
35 body_range 1
36 body_finger 2
37 can_use_wand 1
38 end
39