ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_water.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: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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