ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/deathshead.arc
Revision: 1.8
Committed: Sat Aug 4 21:35:10 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, 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_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +1 -0 lines
Log Message:
wail death sounf for all undead stuff

File Contents

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