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

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

1object skull 1object skull
2inherit class_undead_monster
3anim
4skull.x11
5skull.x12
6mina
2race undead 7race undead
3face skull.x11 8face skull.x11
4con 2 9con 2
5wis 20 10wis 20
6pow 16 11pow 16
22resist_fear 100 27resist_fear 100
23resist_blind 80 28resist_blind 80
24weight 1500 29weight 1500
25randomitems skull 30randomitems skull
26run_away 15 31run_away 15
27move_type all 32move_type fly_low
28alive 1 33alive 1
29no_pick 1 34no_pick 1
30monster 1 35monster 1
31undead 1 36undead 1
32can_cast_spell 1 37can_cast_spell 1
33sleep 1 38sleep 1
34can_see_in_dark 1 39can_see_in_dark 1
35editable 1 40editable 1
36magicmap grey 41magicmap grey
37anim
38skull.x11
39skull.x12
40mina
41end 42end
42 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines