ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_air.arc
Revision: 1.10
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.9: +1 -1 lines
Log Message:
big cfarch-normalize run

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.10 magicmap light_blue
10 root 1.3 hp 160
11     maxhp 160
12 root 1.7 exp 250
13     dam 10
14     wc 8
15     ac 0
16 root 1.5 speed -0.3
17 root 1.7 level 8
18     attacktype 8
19     resist_physical -100
20     resist_electricity 100
21     resist_blind 100
22 root 1.5 weight 200
23 root 1.7 move_type fly_low
24     alive 1
25     monster 1
26 root 1.1 end
27 root 1.7