ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:16 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -2 lines
Log Message:
remove editable field, elmey says so

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     con 40
17     wis 20
18     pow 60
19     hp 6000
20     maxhp 6000
21     sp 150
22     maxsp 150
23     exp 300000
24     dam 70
25     wc -30
26     ac -11
27 root 1.4 speed -0.2
28 root 1.8 attack_movement 5
29     level 40
30 root 1.4 attacktype 1029
31 root 1.8 resist_physical 90
32     resist_magic 80
33     resist_fire 100
34     resist_confusion 100
35     resist_poison 100
36     resist_paralyze 100
37     resist_fear 100
38     resist_godpower 60
39     resist_holyword 60
40     resist_blind 100
41     weight 130000
42     randomitems gr_hellhound
43     run_away 2
44     alive 1
45     monster 1
46     see_invisible 1
47 root 1.4 can_cast_spell 1
48 root 1.8 sleep 1
49     can_use_skill 1
50 root 1.4 can_see_in_dark 1
51 root 1.8 magicmap red
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     con 6
70     wis 20
71     pow 5
72     hp 800
73     maxhp 800
74     sp 25
75     maxsp 40
76     exp 5000
77     dam 9
78     wc -20
79     ac -9
80     speed -0.2
81     attack_movement 5
82     level 20
83 root 1.6 attacktype 1029
84 root 1.8 resist_physical 30
85     resist_magic 20
86 root 1.1 resist_fire 100
87 root 1.8 resist_cold -10
88     weight 40000
89     randomitems hellhound
90     run_away 5
91 root 1.4 alive 1
92     monster 1
93 root 1.8 can_cast_spell 1
94 root 1.4 sleep 1
95 root 1.8 can_see_in_dark 1
96 root 1.9 magicmap brown
97 root 1.1 end
98