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

File Contents

# User Rev Content
1 root 1.3 object imp
2 root 1.4 anim
3     facings 2
4     imp.x71
5     imp.x31
6     mina
7 root 1.1 name imp
8 root 1.3 race demon
9 pippijn 1.2 face imp.x71
10 root 1.3 str 24
11     con 1
12     wis 3
13     pow 1
14     int 0
15     hp 5
16     maxhp 5
17     sp 0
18     maxsp 5
19 root 1.1 exp 150
20 root 1.3 dam 2
21     wc 4
22 root 1.1 ac 4
23 root 1.3 speed 0.25
24     attack_movement 5
25     level 1
26     attacktype 5
27 root 1.1 resist_physical 20
28     resist_magic 30
29     resist_fire 100
30     weight 200000
31 root 1.3 randomitems imp
32 root 1.1 run_away 15
33 root 1.3 move_type all
34     alive 1
35     no_pick 1
36     monster 1
37     see_invisible 1
38     can_cast_spell 1
39     can_see_in_dark 1
40 root 1.1 editable 1
41     end
42 root 1.3