ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/demilich.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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.7 name demilich
10     race undead
11     face demilich.x11
12     str 10
13     wis 20
14     pow 80
15     hp 1000
16     maxhp 1000
17     sp 100
18     maxsp 100
19     exp 90000
20     dam 20
21     wc -3
22     ac -15
23     speed 0.25
24     level 31
25 root 1.5 attacktype 65552
26 root 1.1 resist_physical 50
27     resist_magic 100
28     resist_fire 100
29     resist_electricity 100
30     resist_cold 100
31     resist_confusion 100
32     resist_acid 100
33     resist_drain 100
34     resist_poison 100
35     resist_slow 100
36     resist_paralyze 100
37     resist_fear 100
38     resist_blind 100
39     weight 150000
40 root 1.7 randomitems demilich
41     alive 1
42     no_pick 1
43     monster 1
44     see_invisible 1
45 root 1.1 undead 1
46 root 1.7 unaggressive 1
47     can_cast_spell 1
48     anim_speed 5
49     editable 1
50 root 1.8 magicmap black
51 root 1.7 random_movement 1
52 root 1.1 end
53 root 1.7