ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/angelknight/angelknight.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +28 -29 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object angel_knight
2 root 1.1 name Angel Knight
3     race angel
4 pippijn 1.2 face angelknight.x11
5 root 1.6 wis 12
6 root 1.1 hp 100
7     maxhp 100
8 root 1.6 exp 600
9     dam 20
10     wc 6
11 root 1.4 ac 0
12 root 1.1 speed 0.3
13 root 1.6 level 8
14 root 1.1 attacktype 1048577
15     resist_magic 50
16     resist_holyword 40
17     resist_blind 90
18     weight 75000
19 root 1.6 randomitems all_spell_skills
20 root 1.1 run_away 18
21 root 1.6 pick_up 24
22 root 1.4 will_apply 2
23 root 1.6 move_type fly_low
24     alive 1
25     can_use_shield 1
26     no_pick 1
27     monster 1
28     see_invisible 1
29     can_cast_spell 1
30 root 1.4 can_use_scroll 1
31 root 1.1 can_use_bow 1
32     can_use_armour 1
33     can_use_weapon 1
34     can_use_ring 1
35 root 1.6 can_use_skill 1
36     can_use_rod 1
37     body_range 1
38     body_arm 2
39 root 1.1 body_torso 1
40     body_head 1
41 root 1.6 body_skill 1
42     body_finger 2
43 root 1.1 body_shoulder 1
44     body_foot 2
45 root 1.6 body_hand 2
46 root 1.4 body_wrist 2
47 root 1.1 body_waist 1
48 root 1.6 can_use_wand 1
49     color_fg black
50     editable 1
51 root 1.1 end
52 root 1.5 more
53     object angel_knight_2
54 root 1.1 name Angel Knight
55 pippijn 1.2 face angelknight.x11
56 root 1.6 y 1
57     weight 75000
58 root 1.4 alive 1
59     no_pick 1
60 root 1.6 monster 1
61 root 1.1 end
62 root 1.6