ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:30 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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     editable 1
52 root 1.8 magicmap red
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     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.4 editable 1
98 root 1.9 magicmap brown
99 root 1.1 end
100