ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/deathshead.arc
(Generate patch)

Comparing deliantra/arch/monster/undead/deathshead.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:40:57 2007 UTC vs.
Revision 1.8 by root, Sat Aug 4 21:35:10 2007 UTC

1object deathshead 1object deathshead
2inherit class_undead_monster
3anim
4deathshead.x11
5deathshead.x12
6deathshead.x13
7deathshead.x14
8mina
2name Death's Head 9name Death's Head
3race undead 10race undead
4face deathshead.x11 11face deathshead.x11
5con 100 12con 100
6wis 40 13wis 40
39resist_godpower 80 46resist_godpower 80
40resist_blind 100 47resist_blind 100
41weight 1500 48weight 1500
42glow_radius -5 49glow_radius -5
43randomitems deathshead 50randomitems deathshead
44move_type all 51move_type fly_low
45alive 1 52alive 1
46no_pick 1 53no_pick 1
47monster 1 54monster 1
48undead 1 55undead 1
49can_cast_spell 1 56can_cast_spell 1
50sleep 1 57sleep 1
51can_see_in_dark 1 58can_see_in_dark 1
52editable 1 59editable 1
53magicmap grey 60magicmap grey
54anim
55deathshead.x11
56deathshead.x12
57deathshead.x13
58deathshead.x14
59mina
60end 61end
61 62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines