ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
(Generate patch)

Comparing deliantra/arch/monster/undead/demilich.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:50:39 2007 UTC vs.
Revision 1.12 by root, Wed Jan 16 09:59:19 2008 UTC

1Object demilich 1object demilich
2name demilich 2inherit class_undead_monster
3race undead
4randomitems demilich
5face demilich.x11
6anim 3anim
7demilich.x11 4demilich.x11
8demilich.x12 5demilich.x12
9demilich.x11 6demilich.x11
10demilich.x13 7demilich.x13
11demilich.x11 8demilich.x11
12mina 9mina
10name demilich
11race undead
12face demilich.x11
13str 10
14wis 20
15pow 80
16hp 1000
17maxhp 1000
18sp 100
19maxsp 100
20exp 90000
21dam 20
22wc -3
23ac -15
24speed 0.25
25level 31
13attacktype 65552 26attacktype 65552
14speed 0.25
15anim_speed 5
16alive 1
17monster 1
18unaggressive 1
19random_movement 1
20can_cast_spell 1
21can_apply 25
22Str 10
23Wis 20
24Pow 80
25see_invisible 1
26no_pick 1
27resist_physical 50 27resist_physical 50
28resist_magic 100 28resist_magic 100
29resist_fire 100 29resist_fire 100
30resist_electricity 100 30resist_electricity 100
31resist_cold 100 31resist_cold 100
35resist_poison 100 35resist_poison 100
36resist_slow 100 36resist_slow 100
37resist_paralyze 100 37resist_paralyze 100
38resist_fear 100 38resist_fear 100
39resist_blind 100 39resist_blind 100
40sp 100
41maxsp 100
42hp 1000
43maxhp 1000
44wc -3
45ac -15
46exp 90000
47dam 20
48level 31
49weight 150000 40weight 150000
41randomitems demilich
42alive 1
43no_pick 1
44monster 1
45see_invisible 1
46undead 1
47unaggressive 1
48can_cast_spell 1
49anim_speed 5
50editable 1 50editable 1
51undead 1 51magicmap black
52color_fg black 52random_movement 1
53end 53end
54
55object doubledemilich
56inherit demilich
57name doubledemilich
58exp 270000
59con 4
60pow 20
61hp 2000
62maxhp 2000
63sp 200
64maxsp 200
65dam 60
66wc -20
67ac -30
68x 15
69y 63
70speed 0.75
71attacktype 70680
72unaggressive 0
73end
74

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines