ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_water.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:33 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

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