ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/banshee.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +24 -24 lines
Log Message:
second normaliser run - dude

File Contents

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