ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/fiend.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +36 -36 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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