ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/fiend.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:00 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

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