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

File Contents

# User Rev Content
1 root 1.3 object water_witch
2 root 1.1 name water witch
3     race water_elemental
4 pippijn 1.2 face witch_water.x11
5 root 1.3 con 2
6     wis 10
7     pow 5
8 root 1.1 hp 520
9     maxhp 520
10 root 1.3 sp 40
11     maxsp 60
12     exp 5000
13     dam 30
14     wc -1
15     ac -6
16     speed -0.2
17     attack_movement 3
18 root 1.1 level 14
19 root 1.3 attacktype 17
20     resist_physical 90
21     resist_magic 25
22     resist_fire -100
23     resist_cold 100
24     resist_poison 100
25 root 1.1 weight 1200
26 root 1.3 randomitems witch_water
27     alive 1
28     monster 1
29 root 1.1 can_cast_spell 1
30     can_use_skill 1
31 root 1.3 color_fg blue
32 root 1.1 editable 1
33 root 1.3 anim
34     witch_water.x11
35     witch_water.x12
36     mina
37 root 1.1 end
38 root 1.3