ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/archangel/archangel.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:29 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +40 -40 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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.3 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.1 exp 200000
16 root 1.3 dam 20
17     wc -20
18 root 1.1 ac -5
19 root 1.3 speed 0.400000
20     attack_movement 4
21 root 1.1 level 25
22 root 1.3 attacktype 20745
23     resist_physical 50
24 root 1.1 resist_magic 100
25 root 1.3 resist_fire 50
26 root 1.1 resist_electricity 100
27 root 1.3 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.3 randomitems high_angel
38 root 1.1 run_away 18
39 root 1.3 pick_up 24
40 root 1.1 will_apply 2
41 root 1.3 move_type all
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.1 can_use_scroll 1
50     can_use_bow 1
51     can_use_armour 1
52     can_use_weapon 1
53     can_use_ring 1
54 root 1.3 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.3 body_skill 1
62     body_finger 2
63 root 1.1 body_shoulder 1
64     body_foot 2
65 root 1.3 body_hand 2
66 root 1.1 body_wrist 2
67     body_waist 1
68 root 1.3 can_use_wand 1
69     color_fg white
70     editable 1
71 root 1.1 end
72 root 1.3