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.2 by pippijn, Tue Jan 2 21:55:12 2007 UTC vs.
Revision 1.8 by root, Sat Aug 4 21:35:10 2007 UTC

1Object skull 1object skull
2randomitems skull 2inherit class_undead_monster
3race undead
4face skull.x11
5anim 3anim
6skull.x11 4skull.x11
7skull.x12 5skull.x12
8mina 6mina
9monster 1 7race undead
10sleep 1 8face skull.x11
9con 2
11Wis 20 10wis 20
12no_pick 1 11pow 16
13alive 1 12hp 250
14undead 1 13maxhp 250
15flying 1 14maxsp 50
16exp 5000 15exp 5000
16dam 15
17wc -5
18ac -2
19speed 0.1
20attack_movement 1
17level 15 21level 15
18attacktype 17 22attacktype 17
19resist_magic 100 23resist_magic 100
20resist_cold 100 24resist_cold 100
21resist_poison 100 25resist_poison 100
22resist_paralyze 100 26resist_paralyze 100
23resist_fear 100 27resist_fear 100
24resist_blind 80 28resist_blind 80
25ac -2
26Pow 16
27maxsp 50
28hp 250
29Con 2
30maxhp 250
31wc -5
32dam 15
33speed 0.1
34weight 1500 29weight 1500
30randomitems skull
35run_away 15 31run_away 15
32move_type fly_low
33alive 1
34no_pick 1
35monster 1
36undead 1
36can_cast_spell 1 37can_cast_spell 1
38sleep 1
37can_see_in_dark 1 39can_see_in_dark 1
38attack_movement 1
39editable 1 40editable 1
40magicmap grey 41magicmap grey
41end 42end
43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines