ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/deathshead.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:57 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +40 -40 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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