ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:39 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +31 -31 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.5 Object lich
2     name Lich
3     race undead
4     randomitems lich
5     face lich.x11
6 root 1.4 anim
7     lich.x11
8     lich.x12
9     lich.x13
10     mina
11 root 1.5 monster 1
12     sleep 1
13     Wis 17
14     Pow 43
15     undead 1
16 root 1.1 hp 1000
17     maxhp 1000
18     level 15
19     resist_physical 50
20     resist_magic 50
21     resist_blind 90
22 root 1.5 dam 20
23     see_invisible 1
24     wc -3
25     ac -3
26     no_pick 1
27     alive 1
28     maxsp 40
29     editable 1
30     will_apply 2
31 root 1.3 pick_up 24
32 root 1.5 can_apply 25
33     can_use_scroll 1
34     can_use_wand 1
35     can_cast_spell 1
36 root 1.3 can_use_shield 1
37 root 1.1 can_use_armour 1
38     can_use_weapon 1
39     can_use_ring 1
40 root 1.5 speed 0.15
41     attacktype 4225
42     exp 40000
43     magicmap blue
44 root 1.1 body_torso 1
45     body_head 1
46     body_shoulder 1
47     body_foot 2
48 root 1.5 body_wrist 2
49 root 1.3 body_hand 2
50 root 1.1 body_waist 1
51 root 1.5 body_finger 2
52     body_arm 2
53     body_range 1
54 root 1.1 end