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

# Content
1 object skull
2 anim
3 skull.x11
4 skull.x12
5 mina
6 inherit class_undead_monster
7 race undead
8 face skull.x11
9 magicmap grey
10 con 2
11 wis 20
12 pow 16
13 int 10
14 hp 250
15 maxhp 250
16 maxsp 50
17 exp 5000
18 dam 15
19 wc -5
20 ac -2
21 speed 0.1
22 attack_movement 1
23 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 randomitems skull
33 run_away 15
34 move_type fly_low
35 alive 1
36 no_pick 1
37 monster 1
38 undead 1
39 can_cast_spell 1
40 sleep 1
41 can_see_in_dark 1
42 end
43