ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/archangel/archangel.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.5 object HighAngel
2 root 1.1 name High Angel
3     race angel
4 pippijn 1.2 face archangel.x18
5 root 1.1 animation archangle
6 root 1.6 str 29
7     con 40
8     wis 15
9     pow 60
10     int 25
11     hp 2500
12     maxhp 2500
13     sp 100
14     maxsp 200
15 root 1.4 exp 200000
16 root 1.6 dam 20
17     wc -20
18 root 1.4 ac -5
19 root 1.6 speed 0.400000
20     attack_movement 4
21 root 1.1 level 25
22 root 1.6 attacktype 20745
23     resist_physical 50
24 root 1.1 resist_magic 100
25 root 1.6 resist_fire 50
26 root 1.1 resist_electricity 100
27 root 1.6 resist_cold 50
28 root 1.1 resist_confusion 100
29     resist_drain 100
30     resist_poison 100
31     resist_slow 100
32     resist_paralyze 100
33     resist_fear 100
34     resist_holyword 80
35     resist_blind 80
36     weight 150000
37 root 1.6 randomitems high_angel
38 root 1.1 run_away 18
39 root 1.6 pick_up 24
40 root 1.4 will_apply 2
41 root 1.6 move_type fly_low
42     alive 1
43     can_use_shield 1
44     no_pick 1
45     monster 1
46     see_invisible 1
47     reflect_spell 1
48     can_cast_spell 1
49 root 1.4 can_use_scroll 1
50 root 1.1 can_use_bow 1
51     can_use_armour 1
52     can_use_weapon 1
53     can_use_ring 1
54 root 1.6 sleep 1
55     can_use_skill 1
56     can_use_rod 1
57     body_range 1
58     body_arm 2
59 root 1.1 body_torso 1
60     body_head 1
61 root 1.6 body_skill 1
62     body_finger 2
63 root 1.1 body_shoulder 1
64     body_foot 2
65 root 1.6 body_hand 2
66 root 1.4 body_wrist 2
67 root 1.1 body_waist 1
68 root 1.6 can_use_wand 1
69     editable 1
70 root 1.7 magicmap white
71 root 1.1 end
72 root 1.6