ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/lich.arc
Revision: 1.8
Committed: Sat Aug 4 21:35:10 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +1 -0 lines
Log Message:
wail death sounf for all undead stuff

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     editable 1
53     magicmap blue
54 root 1.1 end
55 root 1.7