ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/spectre.arc
(Generate patch)

Comparing deliantra/arch/monster/undead/spectre.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:55:12 2007 UTC vs.
Revision 1.8 by root, Sat Aug 4 21:35:10 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines