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

# 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     str 10
14     wis 20
15     pow 80
16 root 1.15 int 18
17 root 1.7 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 root 1.15 int 20
60 root 1.9 hp 2000
61     maxhp 2000
62     sp 200
63     maxsp 200
64 root 1.14 exp 270000
65 root 1.9 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