ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.16
Committed: Sat Oct 16 09:18:32 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 str 10
14 wis 20
15 pow 80
16 int 18
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 int 20
60 hp 2000
61 maxhp 2000
62 sp 200
63 maxsp 200
64 exp 270000
65 dam 60
66 wc -20
67 ac -30
68 x 15
69 y 63
70 speed 0.75
71 attacktype 70680
72 unaggressive 0
73 end
74