ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_air.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: +28 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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