ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_fire.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:58 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 fire_elemental
2 root 1.4 anim
3     elem_fire.x11
4     elem_fire.x12
5     mina
6 root 1.1 name fire elemental
7     race fire_elemental
8 pippijn 1.2 face elem_fire.x11
9 root 1.3 hp 200
10     maxhp 200
11     exp 250
12     dam 20
13     wc 10
14     ac 2
15     speed -0.25
16     level 8
17     attacktype 4
18     resist_fire 100
19     resist_confusion -100
20     resist_blind 100
21     weight 200
22     glow_radius 1
23     move_type all
24     alive 1
25     monster 1
26 root 1.1 color_fg red
27 root 1.3 editable 1
28 root 1.1 end
29 root 1.3