ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_air.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:57 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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