ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.10
Committed: Tue Apr 17 19:20:06 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.9: +1 -0 lines
Log Message:
doh

File Contents

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