ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.6
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.5: +63 -63 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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