ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/skull.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +21 -20 lines
Log Message:
second normaliser run - dude

File Contents

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