ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/skull.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:13 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +2 -2 lines
Log Message:
big cfarch-normalize run

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.10 inherit class_undead_monster
7 root 1.7 race undead
8     face skull.x11
9 root 1.10 magicmap grey
10 root 1.7 con 2
11     wis 20
12     pow 16
13     hp 250
14     maxhp 250
15     maxsp 50
16 root 1.1 exp 5000
17 root 1.7 dam 15
18     wc -5
19     ac -2
20     speed 0.1
21     attack_movement 1
22 root 1.1 level 15
23     attacktype 17
24     resist_magic 100
25     resist_cold 100
26     resist_poison 100
27     resist_paralyze 100
28     resist_fear 100
29     resist_blind 80
30     weight 1500
31 root 1.7 randomitems skull
32 root 1.1 run_away 15
33 root 1.7 move_type fly_low
34     alive 1
35     no_pick 1
36     monster 1
37     undead 1
38 root 1.1 can_cast_spell 1
39 root 1.7 sleep 1
40 root 1.1 can_see_in_dark 1
41     end
42 root 1.7