ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:32 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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