ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/mesangel.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:45 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 mesangel
2 root 1.4 anim
3     liteangel.x11
4     liteangel.x12
5     liteangel.x13
6     liteangel.x14
7     mina
8 root 1.1 name messenger
9     race angel
10 pippijn 1.2 face liteangel.x12
11 root 1.3 str 20
12     con 12
13     wis 15
14     pow 32
15     int 23
16     hp 500
17     maxhp 500
18     maxsp 500
19 root 1.1 exp 80000
20 root 1.3 dam 15
21     wc -10
22 root 1.1 ac -5
23 root 1.3 speed -0.50
24     attack_movement 4
25 root 1.1 level 18
26 root 1.3 attacktype 5
27 root 1.1 resist_physical 30
28     resist_fire 30
29     resist_cold 30
30     weight 150000
31 root 1.3 randomitems mesangel
32 root 1.1 run_away 18
33 root 1.3 pick_up 24
34 root 1.1 will_apply 2
35 root 1.3 move_type all
36     alive 1
37     can_use_shield 1
38     no_pick 1
39     monster 1
40     see_invisible 1
41     unaggressive 0
42     can_cast_spell 1
43 root 1.1 can_use_scroll 1
44     can_use_bow 1
45     can_use_armour 1
46     can_use_weapon 1
47     can_use_ring 1
48 root 1.3 sleep 1
49     can_use_skill 1
50     can_use_rod 1
51     body_range 1
52     body_arm 2
53 root 1.1 body_torso 1
54     body_head 1
55 root 1.3 body_skill 1
56     body_finger 2
57 root 1.1 body_shoulder 1
58     body_foot 2
59 root 1.3 body_hand 2
60 root 1.1 body_wrist 2
61     body_waist 1
62 root 1.3 can_use_wand 1
63     color_fg white
64     editable 1
65 root 1.1 end
66 root 1.3