ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.12
Committed: Sun Jul 11 03:46:24 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.11: +2 -0 lines
Log Message:
give all monsters a reasonable(?) int

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