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.13 by root, Tue Nov 3 09:49:32 2009 UTC vs.
Revision 1.14 by root, Tue Nov 3 09:59:12 2009 UTC

1object demilich 1object demilich
2inherit class_undead_monster
3anim 2anim
4demilich.x11 3demilich.x11
5demilich.x12 4demilich.x12
6demilich.x11 5demilich.x11
7demilich.x13 6demilich.x13
8demilich.x11 7demilich.x11
9mina 8mina
9inherit class_undead_monster
10name demilich 10name demilich
11race undead 11race undead
12face demilich.x11 12face demilich.x11
13magicmap black
13str 10 14str 10
14wis 20 15wis 20
15pow 80 16pow 80
16hp 1000 17hp 1000
17maxhp 1000 18maxhp 1000
45see_invisible 1 46see_invisible 1
46undead 1 47undead 1
47unaggressive 1 48unaggressive 1
48can_cast_spell 1 49can_cast_spell 1
49anim_speed 5 50anim_speed 5
50magicmap black
51random_movement 1 51random_movement 1
52end 52end
53 53
54object doubledemilich 54object doubledemilich
55inherit demilich 55inherit demilich
56name doubledemilich 56name doubledemilich
57exp 270000
58con 4 57con 4
59pow 20 58pow 20
60hp 2000 59hp 2000
61maxhp 2000 60maxhp 2000
62sp 200 61sp 200
63maxsp 200 62maxsp 200
63exp 270000
64dam 60 64dam 60
65wc -20 65wc -20
66ac -30 66ac -30
67x 15 67x 15
68y 63 68y 63

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines