ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.3
Committed: Tue Jan 2 21:54:28 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.2: +18 -18 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

# User Rev Content
1 root 1.1 Object hellhound
2     name hellhound
3 pippijn 1.3 face hellhound.x31
4 root 1.1 randomitems hellhound
5     race demon
6     anim
7     facings 2
8 pippijn 1.3 hellhound.x31
9     hellhound.x32
10     hellhound.x33
11     hellhound.x32
12     hellhound.x71
13     hellhound.x72
14     hellhound.x73
15     hellhound.x72
16 root 1.1 mina
17     monster 1
18     sleep 1
19     Wis 20
20     alive 1
21     hp 800
22     maxhp 800
23     Con 6
24     speed -0.2
25     exp 5000
26     ac -9
27     dam 9
28     wc -20
29     level 20
30     attacktype 1029
31     can_cast_spell 1
32     sp 25
33     maxsp 40
34     Pow 5
35     can_see_in_dark 1
36     resist_physical 30
37     resist_fire 100
38     resist_cold -10
39     resist_magic 20
40     weight 40000
41     editable 1
42     run_away 5
43     attack_movement 5
44     color_fg brown
45     end
46 pippijn 1.2
47 root 1.1 Object gr_hellhound
48     name greater hellhound
49     randomitems gr_hellhound
50     race demon
51 pippijn 1.3 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     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     attack_movement 5
79     resist_physical 90
80     resist_fire 100
81     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     alive 1
92     monster 1
93     sleep 1
94     Wis 20
95     see_invisible 1
96     run_away 2
97     editable 1
98     magicmap red
99     end
100