ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/skull.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:58 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +24 -23 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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