ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/spectre.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:59 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +25 -25 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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