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

File Contents

# User Rev Content
1 root 1.3 object banshee
2     name Banshee
3 root 1.1 race undead
4 pippijn 1.2 face banshee.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 50000
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 banshee
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 root 1.1 can_cast_spell 1
30 root 1.3 sleep 1
31     body_range 1
32     body_finger 2
33 root 1.1 color_fg black
34 root 1.3 editable 1
35     anim
36     banshee.x11
37     banshee.x12
38     mina
39 root 1.1 end
40 root 1.3