ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_water.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:58 2007 UTC (17 years, 5 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 water_witch
2 root 1.4 anim
3     witch_water.x11
4     witch_water.x12
5     mina
6 root 1.1 name water witch
7     race water_elemental
8 pippijn 1.2 face witch_water.x11
9 root 1.3 con 2
10     wis 10
11     pow 5
12 root 1.1 hp 520
13     maxhp 520
14 root 1.3 sp 40
15     maxsp 60
16     exp 5000
17     dam 30
18     wc -1
19     ac -6
20     speed -0.2
21     attack_movement 3
22 root 1.1 level 14
23 root 1.3 attacktype 17
24     resist_physical 90
25     resist_magic 25
26     resist_fire -100
27     resist_cold 100
28     resist_poison 100
29 root 1.1 weight 1200
30 root 1.3 randomitems witch_water
31     alive 1
32     monster 1
33 root 1.1 can_cast_spell 1
34     can_use_skill 1
35 root 1.3 color_fg blue
36 root 1.1 editable 1
37     end
38 root 1.3