ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.11
Committed: Sat Aug 4 21:35:10 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_2, rel-2_32
Changes since 1.10: +1 -0 lines
Log Message:
wail death sounf for all undead stuff

File Contents

# User Rev Content
1 root 1.6 object demilich
2 root 1.11 inherit class_undead_monster
3 root 1.4 anim
4     demilich.x11
5     demilich.x12
6     demilich.x11
7     demilich.x13
8     demilich.x11
9     mina
10 root 1.7 name demilich
11     race undead
12     face demilich.x11
13     str 10
14     wis 20
15     pow 80
16     hp 1000
17     maxhp 1000
18     sp 100
19     maxsp 100
20     exp 90000
21     dam 20
22     wc -3
23     ac -15
24     speed 0.25
25     level 31
26 root 1.5 attacktype 65552
27 root 1.1 resist_physical 50
28     resist_magic 100
29     resist_fire 100
30     resist_electricity 100
31     resist_cold 100
32     resist_confusion 100
33     resist_acid 100
34     resist_drain 100
35     resist_poison 100
36     resist_slow 100
37     resist_paralyze 100
38     resist_fear 100
39     resist_blind 100
40     weight 150000
41 root 1.7 randomitems demilich
42     alive 1
43     no_pick 1
44     monster 1
45     see_invisible 1
46 root 1.1 undead 1
47 root 1.7 unaggressive 1
48     can_cast_spell 1
49     anim_speed 5
50     editable 1
51 root 1.8 magicmap black
52 root 1.7 random_movement 1
53 root 1.1 end
54 root 1.7
55 root 1.9 object doubledemilich
56     inherit demilich
57 root 1.10 name doubledemilich
58 root 1.9 con 4
59     pow 20
60     hp 2000
61     maxhp 2000
62     sp 200
63     maxsp 200
64     dam 60
65     wc -20
66     ac -30
67     x 15
68     y 63
69     speed 0.75
70     attacktype 70680
71     unaggressive 0
72     end
73