ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/fiend.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +35 -35 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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