ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/mesangel.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
Changes since 1.2: +42 -42 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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