ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/banshee.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object banshee
2 root 1.4 anim
3     banshee.x11
4     banshee.x12
5     mina
6 root 1.3 name Banshee
7 root 1.1 race undead
8 pippijn 1.2 face banshee.x11
9 root 1.3 wis 17
10     pow 35
11 root 1.1 hp 500
12     maxhp 500
13 root 1.3 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.3 attacktype 17
21 root 1.1 resist_physical 50
22     resist_magic 50
23     resist_blind 90
24 root 1.3 invisible 1
25     randomitems banshee
26     pick_up 24
27     will_apply 2
28     alive 1
29 root 1.1 no_pick 1
30 root 1.3 monster 1
31 root 1.1 see_invisible 1
32 root 1.3 undead 1
33 root 1.1 can_cast_spell 1
34 root 1.3 sleep 1
35     body_range 1
36     body_finger 2
37 root 1.1 color_fg black
38 root 1.3 editable 1
39 root 1.1 end
40 root 1.3