ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_earth.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:02 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
big cfarch-normalize run

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.11 magicmap dark_orange
17 root 1.4 hp 280
18     maxhp 280
19 root 1.8 exp 250
20     dam 50
21     wc 8
22     ac 5
23 root 1.6 speed -0.08
24 root 1.4 level 8
25 root 1.8 attacktype 1
26 root 1.4 resist_physical 70
27 root 1.8 resist_fire -60
28 root 1.4 resist_cold 50
29     resist_blind 100
30 root 1.8 weight 100000
31     alive 1
32     monster 1
33 root 1.1 end
34 root 1.8