ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.13
Committed: Tue Nov 3 09:49:32 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# Content
1 object demilich
2 inherit class_undead_monster
3 anim
4 demilich.x11
5 demilich.x12
6 demilich.x11
7 demilich.x13
8 demilich.x11
9 mina
10 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 attacktype 65552
27 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 randomitems demilich
42 alive 1
43 no_pick 1
44 monster 1
45 see_invisible 1
46 undead 1
47 unaggressive 1
48 can_cast_spell 1
49 anim_speed 5
50 magicmap black
51 random_movement 1
52 end
53
54 object doubledemilich
55 inherit demilich
56 name doubledemilich
57 exp 270000
58 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