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

File Contents

# User Rev Content
1 root 1.3 object fire_witch
2 root 1.1 name fire witch
3     race fire_elemental
4 pippijn 1.2 face witch_fire.x11
5 root 1.3 con 2
6     wis 10
7     pow 5
8     hp 600
9     maxhp 600
10     sp 50
11     maxsp 70
12     exp 5000
13     dam 30
14     wc 1
15     ac -2
16     speed -0.4
17     attack_movement 4
18     level 14
19     attacktype 4
20     resist_physical 100
21 root 1.1 resist_magic 25
22     resist_fire 100
23     resist_cold -100
24 root 1.3 resist_poison 100
25     weight 20
26 root 1.1 glow_radius 2
27 root 1.3 randomitems witch_fire
28     move_type all
29     alive 1
30     monster 1
31 root 1.1 can_cast_spell 1
32     can_use_skill 1
33 root 1.3 color_fg red
34 root 1.1 editable 1
35 root 1.3 anim
36     witch_fire.x11
37     witch_fire.x12
38     mina
39 root 1.1 end
40 root 1.3