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

# User Rev Content
1 root 1.6 object demilich
2 root 1.4 anim
3     demilich.x11
4     demilich.x12
5     demilich.x11
6     demilich.x13
7     demilich.x11
8     mina
9 root 1.14 inherit class_undead_monster
10 root 1.7 name demilich
11     race undead
12     face demilich.x11
13 root 1.14 magicmap black
14 root 1.7 str 10
15     wis 20
16     pow 80
17 root 1.15 int 18
18 root 1.7 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 root 1.5 attacktype 65552
29 root 1.1 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 root 1.7 randomitems demilich
44     alive 1
45     no_pick 1
46     monster 1
47     see_invisible 1
48 root 1.1 undead 1
49 root 1.7 unaggressive 1
50     can_cast_spell 1
51     anim_speed 5
52     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.9 con 4
59     pow 20
60 root 1.15 int 20
61 root 1.9 hp 2000
62     maxhp 2000
63     sp 200
64     maxsp 200
65 root 1.14 exp 270000
66 root 1.9 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