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

File Contents

# User Rev Content
1 root 1.4 object darkangel
2 root 1.5 anim
3     darkangel.x11
4     darkangel.x13
5     darkangel.x12
6     darkangel.x13
7     mina
8 root 1.4 name angel of darkness
9 pippijn 1.1 race angel
10 pippijn 1.3 face darkangel.x11
11 root 1.4 con 30
12     wis 15
13     pow 30
14     int 30
15     hp 3000
16     maxhp 3000
17     sp 300
18     maxsp 300
19 pippijn 1.1 exp 60000
20 root 1.4 dam 55
21     wc -106
22 pippijn 1.1 ac -80
23 root 1.4 speed 0.3
24 pippijn 1.2 level 115
25 root 1.4 attacktype 1048577
26     resist_physical 25
27 pippijn 1.1 resist_magic 100
28 root 1.4 resist_electricity 25
29     resist_cold 25
30 pippijn 1.1 resist_confusion 100
31 root 1.4 resist_acid 25
32     resist_drain 25
33     resist_weaponmagic 25
34 pippijn 1.1 resist_ghosthit 90
35 root 1.4 resist_poison 25
36 pippijn 1.1 resist_slow 25
37 root 1.4 resist_paralyze 100
38     resist_turn_undead 100
39     resist_fear 100
40 pippijn 1.1 resist_cancellation 25
41 root 1.4 resist_deplete 25
42     resist_chaos 25
43 pippijn 1.1 resist_counterspell 25
44 root 1.4 resist_godpower 25
45     resist_holyword 40
46     resist_blind 90
47 pippijn 1.1 weight 75000
48 root 1.4 randomitems darkangel
49 pippijn 1.1 run_away 18
50 root 1.4 pick_up 24
51 pippijn 1.1 will_apply 2
52 root 1.4 move_type all
53     alive 1
54     can_use_shield 1
55     no_pick 1
56     monster 1
57     see_invisible 1
58     can_cast_spell 1
59 pippijn 1.1 can_use_scroll 1
60     can_use_bow 1
61     can_use_armour 1
62     can_use_weapon 1
63     can_use_ring 1
64 root 1.4 sleep 1
65     can_use_skill 1
66     can_use_rod 1
67     body_range 1
68     body_arm 2
69 pippijn 1.1 body_torso 1
70     body_head 1
71 root 1.4 body_skill 1
72     body_finger 2
73 pippijn 1.1 body_shoulder 1
74     body_foot 2
75 root 1.4 body_hand 2
76 pippijn 1.1 body_wrist 2
77     body_waist 1
78 root 1.4 can_use_wand 1
79     color_fg black
80     editable 1
81 pippijn 1.1 end
82