ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/spectre.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:13 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# Content
1 object spectre
2 inherit class_undead_monster
3 name Spectre
4 race undead
5 face spectre.x11
6 magicmap black
7 wis 17
8 pow 35
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