ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_water.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:12 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     con 2
10     wis 10
11     pow 5
12 root 1.11 int 12
13 root 1.1 hp 520
14     maxhp 520
15 root 1.7 sp 40
16     maxsp 60
17     exp 5000
18     dam 30
19     wc -1
20     ac -6
21     speed -0.2
22     attack_movement 3
23 root 1.5 level 14
24 root 1.7 attacktype 17
25     resist_physical 90
26     resist_magic 25
27     resist_fire -100
28     resist_cold 100
29     resist_poison 100
30 root 1.1 weight 1200
31 root 1.7 randomitems witch_water
32     alive 1
33     monster 1
34 root 1.1 can_cast_spell 1
35     can_use_skill 1
36     end
37 root 1.7