ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/spectre.arc
Revision: 1.4
Committed: Sat Mar 3 00:50:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +25 -25 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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