ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.14
Committed: Tue Nov 3 09:59:12 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.13: +3 -3 lines
Log Message:
big cfarch-normalize run

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.14 inherit class_undead_monster
10 root 1.7 name demilich
11     race undead
12     face demilich.x11
13 root 1.14 magicmap black
14 root 1.7 str 10
15     wis 20
16     pow 80
17     hp 1000
18     maxhp 1000
19     sp 100
20     maxsp 100
21     exp 90000
22     dam 20
23     wc -3
24     ac -15
25     speed 0.25
26     level 31
27 root 1.5 attacktype 65552
28 root 1.1 resist_physical 50
29     resist_magic 100
30     resist_fire 100
31     resist_electricity 100
32     resist_cold 100
33     resist_confusion 100
34     resist_acid 100
35     resist_drain 100
36     resist_poison 100
37     resist_slow 100
38     resist_paralyze 100
39     resist_fear 100
40     resist_blind 100
41     weight 150000
42 root 1.7 randomitems demilich
43     alive 1
44     no_pick 1
45     monster 1
46     see_invisible 1
47 root 1.1 undead 1
48 root 1.7 unaggressive 1
49     can_cast_spell 1
50     anim_speed 5
51     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 root 1.14 exp 270000
64 root 1.9 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