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

File Contents

# User Rev Content
1 root 1.3 object para_lava
2 root 1.4 anim
3     para_lava.x11
4     para_lava.x12
5     para_lava.x13
6     para_lava.x12
7     mina
8 root 1.3 name lava para-elemental
9 root 1.1 race fire_elemental
10 pippijn 1.2 face para_lava.x11
11 root 1.3 hp 150
12     maxhp 150
13     exp 200
14     dam 20
15     wc 16
16     ac 5
17     speed -0.25
18     level 6
19     attacktype 4
20     resist_fire 100
21     resist_cold -100
22     weight 50000
23 root 1.1 randomitems para_elemental
24 root 1.3 move_type all
25     alive 1
26     monster 1
27 root 1.1 color_fg red
28 root 1.3 editable 1
29     end
30 root 1.1