ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_earth.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 earth_witch
2 root 1.1 name earth witch
3     race earth_elemental
4 pippijn 1.2 face witch_earth.x11
5 root 1.3 con 2
6     wis 10
7     pow 5
8 root 1.1 hp 1120
9     maxhp 1120
10 root 1.3 sp 30
11     maxsp 50
12     exp 4000
13     dam 40
14     wc 10
15     ac -2
16     speed -0.1
17     attack_movement 3
18 root 1.1 level 15
19 root 1.3 attacktype 1
20     resist_physical 50
21     resist_magic 25
22     resist_fire -20
23     resist_cold 50
24     resist_poison 100
25 root 1.1 weight 5200
26 root 1.3 randomitems witch_earth
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 dark_orange
32 root 1.1 editable 1
33 root 1.3 anim
34     witch_earth.x11
35     witch_earth.x12
36     mina
37 root 1.1 end
38 root 1.3