ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/fiend.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:30 2007 UTC (17 years, 3 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.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object fiend
2 root 1.4 anim
3     fiend.x11
4     fiend.x12
5     mina
6 root 1.7 name Fiend
7     race demon
8     face fiend.x11
9     con 5
10     wis 15
11     pow 8
12     int 15
13     hp 265
14     maxhp 265
15     sp 40
16     maxsp 40
17 root 1.5 exp 3600
18 root 1.7 dam 22
19     wc 0
20 root 1.5 ac -3
21 root 1.7 speed 0.2
22     level 15
23 root 1.5 resist_physical 30
24 root 1.1 resist_magic 50
25     resist_fire 100
26     resist_cold -50
27     resist_blind 50
28     weight 180000
29 root 1.7 randomitems fiend
30 root 1.1 run_away 15
31 root 1.7 pick_up 24
32 root 1.5 will_apply 2
33 root 1.7 alive 1
34     can_use_shield 1
35     no_pick 1
36     monster 1
37     see_invisible 1
38     can_cast_spell 1
39 root 1.5 can_use_scroll 1
40 root 1.1 can_use_bow 1
41     can_use_armour 1
42     can_use_weapon 1
43     can_use_ring 1
44 root 1.7 can_use_skill 1
45     can_use_rod 1
46     body_range 1
47     body_arm 2
48 root 1.1 body_torso 1
49     body_head 1
50 root 1.7 body_skill 1
51     body_finger 2
52 root 1.1 body_shoulder 1
53     body_foot 2
54 root 1.7 body_hand 2
55 root 1.5 body_wrist 2
56 root 1.1 body_waist 1
57 root 1.7 can_use_wand 1
58     editable 1
59 root 1.8 magicmap red
60 root 1.1 end
61 root 1.7