ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/hellhound.arc
Revision: 1.2
Committed: Thu May 4 15:31:32 2006 UTC (18 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Adding editable directives to some archetypes, move_blocks to others,
renaming some goth arches to german names, normalising the dread and
hellhound arches and changing the asteroid archetype to use snowstorm
instead of iceball. Iceball can be nuked, I would say.

File Contents

# User Rev Content
1 root 1.1 Object hellhound
2     name hellhound
3     face hellhound.131
4     randomitems hellhound
5     race demon
6     anim
7     facings 2
8     hellhound.131
9     hellhound.132
10     hellhound.133
11     hellhound.132
12     hellhound.171
13     hellhound.172
14     hellhound.173
15     hellhound.172
16     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     face hellhound.131
52     anim
53     facings 2
54     hellhound.131
55     hellhound.132
56     hellhound.133
57     hellhound.132
58     hellhound.171
59     hellhound.172
60     hellhound.173
61     hellhound.172
62     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