ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/fiend.arc
Revision: 1.11
Committed: Sat Oct 16 09:18:06 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 root 1.1 end
59 root 1.7