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

File Contents

# User Rev Content
1 root 1.7 object earth_elemental
2 root 1.5 anim
3     facings 8
4     elem_earth.x11
5     elem_earth.x12
6     elem_earth.x13
7     elem_earth.x14
8     elem_earth.x15
9     elem_earth.x16
10     elem_earth.x17
11     elem_earth.x18
12     mina
13 root 1.8 name earth elemental
14     race earth_elemental
15     face elem_earth.x11
16 root 1.4 hp 280
17     maxhp 280
18 root 1.8 exp 250
19     dam 50
20     wc 8
21     ac 5
22 root 1.6 speed -0.08
23 root 1.4 level 8
24 root 1.8 attacktype 1
25 root 1.4 resist_physical 70
26 root 1.8 resist_fire -60
27 root 1.4 resist_cold 50
28     resist_blind 100
29 root 1.8 weight 100000
30     alive 1
31     monster 1
32     color_fg dark_orange
33 root 1.4 editable 1
34 root 1.1 end
35 root 1.8