ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:52 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 lich
2 anim
3 lich.x11
4 lich.x12
5 lich.x13
6 mina
7 inherit class_undead_monster
8 name Lich
9 race undead
10 face lich.x11
11 magicmap blue
12 wis 17
13 pow 43
14 int 26
15 hp 1000
16 maxhp 1000
17 maxsp 40
18 exp 40000
19 dam 20
20 wc -3
21 ac -3
22 speed 0.15
23 level 15
24 attacktype 4225
25 resist_physical 50
26 resist_magic 50
27 resist_blind 90
28 randomitems lich
29 pick_up 24
30 will_apply 2
31 alive 1
32 can_use_shield 1
33 no_pick 1
34 monster 1
35 see_invisible 1
36 undead 1
37 can_cast_spell 1
38 can_use_scroll 1
39 can_use_armour 1
40 can_use_weapon 1
41 can_use_ring 1
42 sleep 1
43 body_range 1
44 body_arm 2
45 body_torso 1
46 body_head 1
47 body_finger 2
48 body_shoulder 1
49 body_foot 2
50 body_hand 2
51 body_wrist 2
52 body_waist 1
53 can_use_wand 1
54 end
55