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

# Content
1 object demilich
2 anim
3 demilich.x11
4 demilich.x12
5 demilich.x11
6 demilich.x13
7 demilich.x11
8 mina
9 inherit class_undead_monster
10 name demilich
11 race undead
12 face demilich.x11
13 magicmap black
14 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 attacktype 65552
28 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 randomitems demilich
43 alive 1
44 no_pick 1
45 monster 1
46 see_invisible 1
47 undead 1
48 unaggressive 1
49 can_cast_spell 1
50 anim_speed 5
51 random_movement 1
52 end
53
54 object doubledemilich
55 inherit demilich
56 name doubledemilich
57 con 4
58 pow 20
59 hp 2000
60 maxhp 2000
61 sp 200
62 maxsp 200
63 exp 270000
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