ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_earth.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:00 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +25 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object earth_witch
2 root 1.4 anim
3     witch_earth.x11
4     witch_earth.x12
5     mina
6 root 1.7 name earth witch
7     race earth_elemental
8     face witch_earth.x11
9     con 2
10     wis 10
11     pow 5
12 root 1.1 hp 1120
13     maxhp 1120
14 root 1.7 sp 30
15     maxsp 50
16     exp 4000
17     dam 40
18     wc 10
19     ac -2
20     speed -0.1
21     attack_movement 3
22 root 1.5 level 15
23 root 1.7 attacktype 1
24     resist_physical 50
25     resist_magic 25
26     resist_fire -20
27     resist_cold 50
28     resist_poison 100
29 root 1.1 weight 5200
30 root 1.7 randomitems witch_earth
31     alive 1
32     monster 1
33 root 1.1 can_cast_spell 1
34     can_use_skill 1
35 root 1.7 color_fg dark_orange
36 root 1.1 editable 1
37     end
38 root 1.7