ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.12
Committed: Wed Jan 16 09:59:19 2008 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_5, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.11: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

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