ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_water.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: +15 -14 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object water_elemental
2 root 1.4 anim
3     elem_water.x11
4     elem_water.x12
5     mina
6 root 1.7 name water elemental
7     race water_elemental
8     face elem_water.x11
9 root 1.1 hp 140
10     maxhp 140
11 root 1.7 exp 250
12     dam 40
13     wc 8
14     ac 4
15 root 1.5 speed -0.1
16 root 1.1 level 8
17 root 1.7 attacktype 17
18     resist_fire -50
19     resist_cold 50
20 root 1.5 resist_confusion 100
21     resist_blind 100
22 root 1.7 weight 50000
23     alive 1
24     monster 1
25     color_fg blue
26 root 1.1 editable 1
27     end
28 root 1.7