ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.15
Committed: Sun Jul 11 03:46:52 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.14: +2 -0 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

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