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.1.1.1 by root, Mon Feb 6 20:26:59 2006 UTC vs.
Revision 1.16 by root, Sat Oct 16 09:18:32 2010 UTC

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