ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +30 -30 lines
Log Message:
second normaliser run - dude

File Contents

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