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

File Contents

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