ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/angelknight/angelknight.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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     editable 1
50 root 1.7 magicmap black
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