ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_air.arc
Revision: 1.7
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.6: +17 -16 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object air_elemental
2 root 1.4 anim
3     elem_air.x11
4     elem_air.x12
5     mina
6 root 1.7 name air elemental
7     race air_elemental
8     face elem_air.x11
9 root 1.3 hp 160
10     maxhp 160
11 root 1.7 exp 250
12     dam 10
13     wc 8
14     ac 0
15 root 1.5 speed -0.3
16 root 1.7 level 8
17     attacktype 8
18     resist_physical -100
19     resist_electricity 100
20     resist_blind 100
21 root 1.5 weight 200
22 root 1.7 move_type fly_low
23     alive 1
24     monster 1
25     color_fg light_blue
26 root 1.3 editable 1
27 root 1.1 end
28 root 1.7