ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:12 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

# 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 hp 1000
15 maxhp 1000
16 maxsp 40
17 exp 40000
18 dam 20
19 wc -3
20 ac -3
21 speed 0.15
22 level 15
23 attacktype 4225
24 resist_physical 50
25 resist_magic 50
26 resist_blind 90
27 randomitems lich
28 pick_up 24
29 will_apply 2
30 alive 1
31 can_use_shield 1
32 no_pick 1
33 monster 1
34 see_invisible 1
35 undead 1
36 can_cast_spell 1
37 can_use_scroll 1
38 can_use_armour 1
39 can_use_weapon 1
40 can_use_ring 1
41 sleep 1
42 body_range 1
43 body_arm 2
44 body_torso 1
45 body_head 1
46 body_finger 2
47 body_shoulder 1
48 body_foot 2
49 body_hand 2
50 body_wrist 2
51 body_waist 1
52 can_use_wand 1
53 end
54