ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/deathshead.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +36 -36 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object deathshead
2 root 1.4 anim
3     deathshead.x11
4     deathshead.x12
5     deathshead.x13
6     deathshead.x14
7     mina
8 root 1.7 name Death's Head
9     race undead
10     face deathshead.x11
11     con 100
12     wis 40
13     pow 100
14     hp 22000
15     maxhp 22000
16     sp 10000
17     maxsp 10000
18 root 1.1 exp 400000
19 root 1.7 dam 400
20     wc -70
21     ac -70
22     speed 0.5
23     attack_movement 1
24 root 1.1 level 130
25     attacktype 17
26     resist_physical 75
27     resist_magic 100
28 root 1.7 resist_fire 100
29     resist_electricity 90
30 root 1.5 resist_cold 100
31 root 1.7 resist_confusion 100
32     resist_acid 90
33     resist_drain 100
34     resist_weaponmagic 80
35     resist_ghosthit 100
36 root 1.5 resist_poison 100
37 root 1.7 resist_slow 100
38 root 1.1 resist_paralyze 100
39     resist_fear 100
40 root 1.7 resist_cancellation 65
41 root 1.1 resist_deplete 100
42     resist_death 100
43 root 1.7 resist_chaos 100
44 root 1.1 resist_counterspell 65
45 root 1.7 resist_godpower 80
46     resist_blind 100
47 root 1.1 weight 1500
48 root 1.7 glow_radius -5
49     randomitems deathshead
50     move_type fly_low
51     alive 1
52     no_pick 1
53     monster 1
54     undead 1
55 root 1.1 can_cast_spell 1
56 root 1.7 sleep 1
57 root 1.1 can_see_in_dark 1
58     editable 1
59     magicmap grey
60     end
61 root 1.7