ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.11
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.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.8 object gr_hellhound
2 root 1.5 anim
3     facings 2
4     hellhound.x31
5     hellhound.x32
6     hellhound.x33
7     hellhound.x32
8     hellhound.x71
9     hellhound.x72
10     hellhound.x73
11     hellhound.x72
12     mina
13 root 1.8 name greater hellhound
14     race demon
15     face hellhound.x31
16 root 1.11 magicmap red
17 root 1.8 con 40
18     wis 20
19     pow 60
20     hp 6000
21     maxhp 6000
22     sp 150
23     maxsp 150
24     exp 300000
25     dam 70
26     wc -30
27     ac -11
28 root 1.4 speed -0.2
29 root 1.8 attack_movement 5
30     level 40
31 root 1.4 attacktype 1029
32 root 1.8 resist_physical 90
33     resist_magic 80
34     resist_fire 100
35     resist_confusion 100
36     resist_poison 100
37     resist_paralyze 100
38     resist_fear 100
39     resist_godpower 60
40     resist_holyword 60
41     resist_blind 100
42     weight 130000
43     randomitems gr_hellhound
44     run_away 2
45     alive 1
46     monster 1
47     see_invisible 1
48 root 1.4 can_cast_spell 1
49 root 1.8 sleep 1
50     can_use_skill 1
51 root 1.4 can_see_in_dark 1
52 root 1.5 end
53    
54 root 1.8 object hellhound
55 root 1.1 anim
56     facings 2
57 pippijn 1.3 hellhound.x31
58     hellhound.x32
59     hellhound.x33
60     hellhound.x32
61     hellhound.x71
62     hellhound.x72
63     hellhound.x73
64     hellhound.x72
65 root 1.1 mina
66 root 1.8 name hellhound
67     race demon
68     face hellhound.x31
69 root 1.11 magicmap brown
70 root 1.8 con 6
71     wis 20
72     pow 5
73     hp 800
74     maxhp 800
75     sp 25
76     maxsp 40
77     exp 5000
78     dam 9
79     wc -20
80     ac -9
81     speed -0.2
82     attack_movement 5
83     level 20
84 root 1.6 attacktype 1029
85 root 1.8 resist_physical 30
86     resist_magic 20
87 root 1.1 resist_fire 100
88 root 1.8 resist_cold -10
89     weight 40000
90     randomitems hellhound
91     run_away 5
92 root 1.4 alive 1
93     monster 1
94 root 1.8 can_cast_spell 1
95 root 1.4 sleep 1
96 root 1.8 can_see_in_dark 1
97 root 1.1 end
98