ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/Para/para_lava.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:41 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +19 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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