ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/pyromaniac.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:04 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 pyromaniac
2 root 1.4 anim
3     pyromaniac.x11
4     pyromaniac.x12
5     pyromaniac.x13
6     pyromaniac.x14
7     mina
8 root 1.3 name wild pyromaniac
9 root 1.1 race human
10 root 1.3 face pyromaniac.x11
11     str 15
12     dex 15
13     con 2
14     wis 20
15     pow 3
16     int 5
17     hp 100
18     maxhp 100
19     sp 300
20     maxsp 1
21     exp 500
22     dam 3
23     wc 5
24     ac 6
25     speed 0.2
26     level 4
27     type 139
28     resist_magic 100
29     weight 50000
30 root 1.1 randomitems pyromaniac
31 root 1.3 run_away 99
32     pick_up 0
33 root 1.1 alive 1
34 root 1.3 no_pick 1
35 root 1.1 monster 1
36 root 1.3 can_cast_spell 1
37     can_use_skill 1
38     body_skill 1
39     color_fg black
40     editable 1
41     random_movement 1
42     end
43 root 1.1