ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/skull.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:56 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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